Public Member Functions | |
RipConfig () | |
~RipConfig () | |
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_ripdebug |
Definition at line 431 of file quagga-helper.cc.
|
inline |
Definition at line 439 of file quagga-helper.cc.
References m_enable_if, and m_ripdebug.
|
inline |
Definition at line 444 of file quagga-helper.cc.
References m_enable_if.
|
inline |
Definition at line 471 of file quagga-helper.cc.
References m_filename.
|
inline |
Definition at line 458 of file quagga-helper.cc.
References GetTypeId().
|
inlinestatic |
Definition at line 449 of file quagga-helper.cc.
Referenced by GetInstanceTypeId().
|
inlinevirtual |
Definition at line 477 of file quagga-helper.cc.
References m_enable_if, and m_ripdebug.
|
inline |
Definition at line 465 of file quagga-helper.cc.
References m_filename.
Referenced by ns3::QuaggaHelper::GenerateConfigRip().
std::vector<std::string>* ns3::RipConfig::m_enable_if |
Definition at line 435 of file quagga-helper.cc.
Referenced by Print(), RipConfig(), and ~RipConfig().
std::string ns3::RipConfig::m_filename |
Definition at line 437 of file quagga-helper.cc.
Referenced by GetFilename(), and SetFilename().
bool ns3::RipConfig::m_ripdebug |
Definition at line 436 of file quagga-helper.cc.
Referenced by Print(), and RipConfig().