ns-3
|
Public Types | |
enum | Mode { LOAD, SAVE, NONE } |
enum | FileFormat { XML, RAW_TEXT } |
Public Member Functions | |
virtual TypeId | GetInstanceTypeId (void) const |
void | SetMode (enum Mode mode) |
void | SetFileFormat (enum FileFormat format) |
void | SetFilename (std::string filename) |
void | ConfigureDefaults (void) |
void | ConfigureAttributes (void) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::ConfigStore. |
TypeId ns3::ConfigStore::GetInstanceTypeId | ( | void | ) | const [virtual] |
This method is typically implemented by ns3::Object::GetInstanceTypeId but some classes which derive from ns3::ObjectBase directly have to implement it themselves.
Implements ns3::ObjectBase.
References GetTypeId().
TypeId ns3::ConfigStore::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::ConfigStore.
Attributes defined for this type:
No TraceSources defined for this type.
Reimplemented from ns3::ObjectBase.
References ns3::TypeId::SetParent().
Referenced by GetInstanceTypeId().