|
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) |
Public Member Functions inherited from ns3::ObjectBase | |
| void | SetAttribute (std::string name, const AttributeValue &value) |
| bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
| void | GetAttribute (std::string name, AttributeValue &value) const |
| bool | GetAttributeFailSafe (std::string name, AttributeValue &attribute) const |
| bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
| bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
| bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
| bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
| This method returns the TypeId associated to ns3::ConfigStore. | |
Additional Inherited Members | |
Protected Member Functions inherited from ns3::ObjectBase | |
| virtual void | NotifyConstructionCompleted (void) |
| void | ConstructSelf (const AttributeConstructionList &attributes) |
|
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().
|
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().