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

#include <nexthop.h>

Inheritance diagram for NdpNHData:
Collaboration diagram for NdpNHData:

Public Member Functions

 NdpNHData (InterfaceKey *intf_key)
 
 NdpNHData (const MacAddress &mac, InterfaceKey *intf_key, bool resolved)
 
virtual ~NdpNHData ()
 
- 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 (NdpNHData)
 

Private Attributes

boost::scoped_ptr< InterfaceKeyintf_key_
 
MacAddress mac_
 
bool resolved_
 
bool valid_
 

Friends

class NdpNH
 

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 888 of file nexthop.h.

Constructor & Destructor Documentation

NdpNHData::NdpNHData ( InterfaceKey intf_key)
inline

Definition at line 890 of file nexthop.h.

NdpNHData::NdpNHData ( const MacAddress mac,
InterfaceKey intf_key,
bool  resolved 
)
inline

Definition at line 894 of file nexthop.h.

virtual NdpNHData::~NdpNHData ( )
inlinevirtual

Definition at line 898 of file nexthop.h.

Member Function Documentation

NdpNHData::DISALLOW_COPY_AND_ASSIGN ( NdpNHData  )
private

Friends And Related Function Documentation

friend class NdpNH
friend

Definition at line 898 of file nexthop.h.

Member Data Documentation

boost::scoped_ptr<InterfaceKey> NdpNHData::intf_key_
private

Definition at line 902 of file nexthop.h.

MacAddress NdpNHData::mac_
private

Definition at line 903 of file nexthop.h.

bool NdpNHData::resolved_
private

Definition at line 904 of file nexthop.h.

bool NdpNHData::valid_
private

Definition at line 905 of file nexthop.h.


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