|
OpenSDN source code
|
#include <vrf.h>


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 } |
|
inline |