#include <batches.hpp>
Public Member Functions | |
BatchesValue () | |
BatchesValue (const Batches &value) | |
void | Set (const Batches &value) |
Batches | Get (void) const |
template<typename T > | |
bool | GetAccessor (T &value) const |
virtual Ptr< AttributeValue > | Copy (void) const |
virtual std::string | SerializeToString (Ptr< const AttributeChecker > checker) const |
virtual bool | DeserializeFromString (std::string value, Ptr< const AttributeChecker > checker) |
Definition at line 55 of file batches.hpp.
ns3::BatchesValue::BatchesValue | ( | ) |
ns3::BatchesValue::BatchesValue | ( | const Batches & | value | ) |
void ns3::BatchesValue::Set | ( | const Batches & | value | ) |
Batches ns3::BatchesValue::Get | ( | void | ) | const |
|
inline |
Definition at line 55 of file batches.hpp.
|
virtual |
|
virtual |
|
virtual |