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

#include <mac_learning_mgmt.h>

Inheritance diagram for MacLearningMgmtRouteEntry:
Collaboration diagram for MacLearningMgmtRouteEntry:

Public Member Functions

 MacLearningMgmtRouteEntry (const AgentRoute *rt)
 
 MacLearningMgmtRouteEntry (const std::string &vrf, const MacAddress &mac)
 
virtual ~MacLearningMgmtRouteEntry ()
 
virtual bool UseDBEntry () const
 
virtual bool TryDelete ()
 
virtual bool Compare (const MacLearningMgmtDBEntry *rhs) const
 
const std::string & vrf ()
 
- Public Member Functions inherited from MacLearningMgmtDBEntry
 MacLearningMgmtDBEntry (Type type_, const DBEntry *entry)
 
virtual ~MacLearningMgmtDBEntry ()
 
const DBEntrydb_entry () const
 
void Change ()
 
void Delete (bool set_delete, bool notify_event=true)
 
void set_tree (MacLearningMgmtDBTree *tree)
 
void set_db_entry (const DBEntry *entry)
 
virtual bool IsLess (const MacLearningMgmtDBEntry *rhs) const
 
MacLearningMgmtDBTreetree () const
 
void set_gen_id (uint32_t gen_id)
 
uint32_t gen_id () const
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (MacLearningMgmtRouteEntry)
 

Private Attributes

std::string vrf_
 
MacAddress mac_
 

Additional Inherited Members

- Public Types inherited from MacLearningMgmtDBEntry
enum  Type {
  INVALID, INTERFACE, VRF, BRIDGE,
  EVPN, VN, HC_SERVICE, END
}
 
typedef DependencyList
< MacLearningMgmtNode,
MacLearningMgmtDBEntry
MacLearningEntryList
 
- Protected Member Functions inherited from MacLearningMgmtDBEntry
 DEPENDENCY_LIST (MacLearningMgmtNode, MacLearningMgmtDBEntry, mac_entry_list_)
 
 DISALLOW_COPY_AND_ASSIGN (MacLearningMgmtDBEntry)
 
- Protected Attributes inherited from MacLearningMgmtDBEntry
Type type_
 
const DBEntrydb_entry_
 
bool deleted_
 
MacLearningMgmtDBTreetree_
 
uint32_t gen_id_
 

Detailed Description

Definition at line 153 of file mac_learning_mgmt.h.

Constructor & Destructor Documentation

MacLearningMgmtRouteEntry::MacLearningMgmtRouteEntry ( const AgentRoute rt)

Definition at line 150 of file mac_learning_mgmt.cc.

Here is the call graph for this function:

MacLearningMgmtRouteEntry::MacLearningMgmtRouteEntry ( const std::string &  vrf,
const MacAddress mac 
)

Definition at line 189 of file mac_learning_mgmt.cc.

virtual MacLearningMgmtRouteEntry::~MacLearningMgmtRouteEntry ( )
inlinevirtual

Definition at line 158 of file mac_learning_mgmt.h.

Member Function Documentation

virtual bool MacLearningMgmtRouteEntry::Compare ( const MacLearningMgmtDBEntry rhs) const
inlinevirtual

Reimplemented from MacLearningMgmtDBEntry.

Definition at line 164 of file mac_learning_mgmt.h.

MacLearningMgmtRouteEntry::DISALLOW_COPY_AND_ASSIGN ( MacLearningMgmtRouteEntry  )
private
bool MacLearningMgmtRouteEntry::TryDelete ( )
virtual

Reimplemented from MacLearningMgmtDBEntry.

Definition at line 157 of file mac_learning_mgmt.cc.

Here is the call graph for this function:

virtual bool MacLearningMgmtRouteEntry::UseDBEntry ( ) const
inlinevirtual

Reimplemented from MacLearningMgmtDBEntry.

Definition at line 159 of file mac_learning_mgmt.h.

const std::string& MacLearningMgmtRouteEntry::vrf ( )
inline

Definition at line 173 of file mac_learning_mgmt.h.

Member Data Documentation

MacAddress MacLearningMgmtRouteEntry::mac_
private

Definition at line 178 of file mac_learning_mgmt.h.

std::string MacLearningMgmtRouteEntry::vrf_
private

Definition at line 177 of file mac_learning_mgmt.h.


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