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


Public Member Functions | |
| AgentKsyncNhListSandesh (const std::string &context) | |
| ~AgentKsyncNhListSandesh () | |
| bool | UpdateResp (KSyncEntry *entry) |
| KSyncDBObject * | AgentGetKsyncObject () |
| void | Alloc () |
Public Member Functions inherited from AgentKsyncSandesh | |
| AgentKsyncSandesh (const std::string &context) | |
| virtual | ~AgentKsyncSandesh () |
| void | DoKsyncSandesh (AgentKsyncSandeshPtr sandesh) |
| void | DoKsyncSandeshInternal (AgentKsyncSandeshPtr sandesh) |
| void | SetResp () |
Friends | |
| class | KSyncNhListReq |
Additional Inherited Members | |
Protected Attributes inherited from AgentKsyncSandesh | |
| SandeshResponse * | resp_ |
| std::string | context_ |
| const std::string | name_ |
| Agent * | agent_ |
Definition at line 50 of file ksync_agent_sandesh.h.
| AgentKsyncNhListSandesh::AgentKsyncNhListSandesh | ( | const std::string & | context | ) |
Definition at line 65 of file ksync_agent_sandesh.cc.
|
inline |
Definition at line 53 of file ksync_agent_sandesh.h.
|
virtual |
Implements AgentKsyncSandesh.
Definition at line 74 of file ksync_agent_sandesh.cc.

|
virtual |
Implements AgentKsyncSandesh.
Definition at line 78 of file ksync_agent_sandesh.cc.
|
virtual |
Implements AgentKsyncSandesh.
Definition at line 69 of file ksync_agent_sandesh.cc.

|
friend |
Definition at line 59 of file ksync_agent_sandesh.h.