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

#include <nexthop.h>

Inheritance diagram for ArpNHData:
Collaboration diagram for ArpNHData:

Public Member Functions

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

Private Attributes

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

Friends

class ArpNH
 

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

Constructor & Destructor Documentation

ArpNHData::ArpNHData ( InterfaceKey intf_key)
inline

Definition at line 801 of file nexthop.h.

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

Definition at line 805 of file nexthop.h.

virtual ArpNHData::~ArpNHData ( )
inlinevirtual

Definition at line 809 of file nexthop.h.

Member Function Documentation

ArpNHData::DISALLOW_COPY_AND_ASSIGN ( ArpNHData  )
private

Friends And Related Function Documentation

friend class ArpNH
friend

Definition at line 809 of file nexthop.h.

Member Data Documentation

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

Definition at line 813 of file nexthop.h.

MacAddress ArpNHData::mac_
private

Definition at line 814 of file nexthop.h.

bool ArpNHData::resolved_
private

Definition at line 815 of file nexthop.h.

bool ArpNHData::valid_
private

Definition at line 816 of file nexthop.h.


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