Collaboration diagram for ns3::RipngConfig:Public Member Functions | |
| RipngConfig () | |
| ~RipngConfig () | |
| std::string | GetFilename () const |
| TypeId | GetInstanceTypeId (void) const |
| virtual void | Print (std::ostream &os) const |
| void | SetFilename (const std::string &filename) |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
Public Attributes | |
| std::vector< std::string > * | m_enable_if |
| std::string | m_filename |
| bool | m_ripngdebug |
Definition at line 511 of file quagga-helper.cc.
|
inline |
Definition at line 519 of file quagga-helper.cc.
References m_enable_if, and m_ripngdebug.
|
inline |
Definition at line 524 of file quagga-helper.cc.
References m_enable_if.
|
inline |
Definition at line 551 of file quagga-helper.cc.
References m_filename.
|
inline |
Definition at line 538 of file quagga-helper.cc.
References GetTypeId().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 529 of file quagga-helper.cc.
Referenced by GetInstanceTypeId().
Here is the caller graph for this function:
|
inlinevirtual |
Definition at line 557 of file quagga-helper.cc.
References m_enable_if, and m_ripngdebug.
|
inline |
Definition at line 545 of file quagga-helper.cc.
References m_filename.
Referenced by ns3::QuaggaHelper::GenerateConfigRipng().
Here is the caller graph for this function:| std::vector<std::string>* ns3::RipngConfig::m_enable_if |
Definition at line 515 of file quagga-helper.cc.
Referenced by Print(), RipngConfig(), and ~RipngConfig().
| std::string ns3::RipngConfig::m_filename |
Definition at line 517 of file quagga-helper.cc.
Referenced by GetFilename(), and SetFilename().
| bool ns3::RipngConfig::m_ripngdebug |
Definition at line 516 of file quagga-helper.cc.
Referenced by Print(), and RipngConfig().