ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ns3::Ospf6Config Class Reference
+ Collaboration diagram for ns3::Ospf6Config:

Public Member Functions

 Ospf6Config ()
 ~Ospf6Config ()
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_ospf6debug
uint32_t m_router_id

Detailed Description

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

Constructor & Destructor Documentation

ns3::Ospf6Config::Ospf6Config ( )
inline

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

References m_enable_if, and m_ospf6debug.

ns3::Ospf6Config::~Ospf6Config ( )
inline

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

References m_enable_if.

Member Function Documentation

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

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

References m_filename.

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

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

References GetTypeId().

+ Here is the call graph for this function:

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

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

Referenced by GetInstanceTypeId().

+ Here is the caller graph for this function:

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

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

References m_enable_if, m_ospf6debug, and m_router_id.

void ns3::Ospf6Config::SetFilename ( const std::string &  filename)
inline

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

References m_filename.

Referenced by ns3::QuaggaHelper::GenerateConfigOspf6().

+ Here is the caller graph for this function:

Member Data Documentation

std::vector<std::string>* ns3::Ospf6Config::m_enable_if

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

Referenced by Ospf6Config(), Print(), and ~Ospf6Config().

std::string ns3::Ospf6Config::m_filename

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

Referenced by GetFilename(), and SetFilename().

bool ns3::Ospf6Config::m_ospf6debug

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

Referenced by Ospf6Config(), and Print().

uint32_t ns3::Ospf6Config::m_router_id

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

Referenced by Print().


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