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


Public Member Functions | |
| AgentKsyncIntfSandesh (const std::string &context) | |
| ~AgentKsyncIntfSandesh () | |
| 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 | KSyncItfReq |
Additional Inherited Members | |
Protected Attributes inherited from AgentKsyncSandesh | |
| SandeshResponse * | resp_ |
| std::string | context_ |
| const std::string | name_ |
| Agent * | agent_ |
Definition at line 35 of file ksync_agent_sandesh.h.
| AgentKsyncIntfSandesh::AgentKsyncIntfSandesh | ( | const std::string & | context | ) |
Definition at line 44 of file ksync_agent_sandesh.cc.
|
inline |
Definition at line 38 of file ksync_agent_sandesh.h.
|
virtual |
Implements AgentKsyncSandesh.
Definition at line 53 of file ksync_agent_sandesh.cc.

|
virtual |
Implements AgentKsyncSandesh.
Definition at line 57 of file ksync_agent_sandesh.cc.
|
virtual |
Implements AgentKsyncSandesh.
Definition at line 48 of file ksync_agent_sandesh.cc.

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