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

#include <vrf.h>

Inheritance diagram for VrfKey:
Collaboration diagram for VrfKey:

Public Member Functions

 VrfKey (const string &name)
 
virtual ~VrfKey ()
 
void Init (const string &vrf_name)
 
bool IsLess (const VrfKey &rhs) const
 
bool IsEqual (const VrfKey &rhs) const
 
- Public Member Functions inherited from AgentOperDBKey
 AgentOperDBKey ()
 
 AgentOperDBKey (DBSubOperation sub_op)
 
virtual ~AgentOperDBKey ()
 
- Public Member Functions inherited from AgentKey
 AgentKey ()
 
 AgentKey (DBSubOperation sub_op)
 
virtual ~AgentKey ()
 
- Public Member Functions inherited from DBRequestKey
virtual ~DBRequestKey ()
 

Public Attributes

string name_
 
- Public Attributes inherited from AgentKey
uint8_t sub_op_
 

Additional Inherited Members

- Public Types inherited from AgentKey
enum  DBSubOperation { ADD_DEL_CHANGE, RESYNC }
 

Detailed Description

Definition at line 22 of file vrf.h.

Constructor & Destructor Documentation

VrfKey::VrfKey ( const string &  name)
inline

Definition at line 23 of file vrf.h.

virtual VrfKey::~VrfKey ( )
inlinevirtual

Definition at line 24 of file vrf.h.

Member Function Documentation

void VrfKey::Init ( const string &  vrf_name)
inline

Definition at line 26 of file vrf.h.

bool VrfKey::IsEqual ( const VrfKey rhs) const
inline

Definition at line 31 of file vrf.h.

Here is the call graph for this function:

bool VrfKey::IsLess ( const VrfKey rhs) const
inline

Definition at line 27 of file vrf.h.

Member Data Documentation

string VrfKey::name_

Definition at line 38 of file vrf.h.


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