ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ns3::RipngConfig Class Reference
+ 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

Detailed Description

Definition at line 511 of file quagga-helper.cc.

Constructor & Destructor Documentation

ns3::RipngConfig::RipngConfig ( )
inline

Definition at line 519 of file quagga-helper.cc.

References m_enable_if, and m_ripngdebug.

ns3::RipngConfig::~RipngConfig ( )
inline

Definition at line 524 of file quagga-helper.cc.

References m_enable_if.

Member Function Documentation

std::string ns3::RipngConfig::GetFilename ( ) const
inline

Definition at line 551 of file quagga-helper.cc.

References m_filename.

TypeId ns3::RipngConfig::GetInstanceTypeId ( void  ) const
inline

Definition at line 538 of file quagga-helper.cc.

References GetTypeId().

+ Here is the call graph for this function:

static TypeId ns3::RipngConfig::GetTypeId ( void  )
inlinestatic

Definition at line 529 of file quagga-helper.cc.

Referenced by GetInstanceTypeId().

+ Here is the caller graph for this function:

virtual void ns3::RipngConfig::Print ( std::ostream &  os) const
inlinevirtual

Definition at line 557 of file quagga-helper.cc.

References m_enable_if, and m_ripngdebug.

void ns3::RipngConfig::SetFilename ( const std::string &  filename)
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:

Member Data Documentation

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().


The documentation for this class was generated from the following file: