OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
InterfaceNHData Class Reference

#include <nexthop.h>

Inheritance diagram for InterfaceNHData:
Collaboration diagram for InterfaceNHData:

Public Member Functions

 InterfaceNHData (const string vrf_name)
 
 InterfaceNHData (const string vrf_name, bool learning_enabled, bool etree_leaf, bool layer2_control_word)
 
virtual ~InterfaceNHData ()
 
- Public Member Functions inherited from NextHopData
 NextHopData ()
 
 NextHopData (bool learning_enabled, bool etree_leaf)
 
virtual ~NextHopData ()
 
- Public Member Functions inherited from AgentData
 AgentData ()
 
virtual ~AgentData ()
 
- Public Member Functions inherited from DBRequestData
virtual ~DBRequestData ()
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (InterfaceNHData)
 

Private Attributes

VrfKey vrf_key_
 
bool layer2_control_word_
 

Friends

class InterfaceNH
 

Additional Inherited Members

- Protected Member Functions inherited from NextHopData
 DISALLOW_COPY_AND_ASSIGN (NextHopData)
 
- Protected Attributes inherited from NextHopData
bool learning_enabled_
 
bool etree_leaf_
 

Detailed Description

Definition at line 1250 of file nexthop.h.

Constructor & Destructor Documentation

InterfaceNHData::InterfaceNHData ( const string  vrf_name)
inline

Definition at line 1252 of file nexthop.h.

InterfaceNHData::InterfaceNHData ( const string  vrf_name,
bool  learning_enabled,
bool  etree_leaf,
bool  layer2_control_word 
)
inline

Definition at line 1254 of file nexthop.h.

virtual InterfaceNHData::~InterfaceNHData ( )
inlinevirtual

Definition at line 1258 of file nexthop.h.

Member Function Documentation

InterfaceNHData::DISALLOW_COPY_AND_ASSIGN ( InterfaceNHData  )
private

Friends And Related Function Documentation

friend class InterfaceNH
friend

Definition at line 1261 of file nexthop.h.

Member Data Documentation

bool InterfaceNHData::layer2_control_word_
private

Definition at line 1263 of file nexthop.h.

VrfKey InterfaceNHData::vrf_key_
private

Definition at line 1262 of file nexthop.h.


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