OpenSDN source code
|
#include <ksync_sock_user.h>
Public Member Functions | |
MockDumpHandlerBase () | |
virtual | ~MockDumpHandlerBase () |
void | SendDumpResponse (uint32_t seq_num, Sandesh *) |
void | SendGetResponse (uint32_t seq_num, int idx) |
virtual Sandesh * | GetFirst (Sandesh *)=0 |
virtual Sandesh * | GetNext (Sandesh *)=0 |
virtual Sandesh * | Get (int idx)=0 |
Definition at line 249 of file ksync_sock_user.h.
|
inline |
Definition at line 251 of file ksync_sock_user.h.
|
inlinevirtual |
Definition at line 252 of file ksync_sock_user.h.
|
pure virtual |
void MockDumpHandlerBase::SendDumpResponse | ( | uint32_t | seq_num, |
Sandesh * | from_req | ||
) |
void MockDumpHandlerBase::SendGetResponse | ( | uint32_t | seq_num, |
int | idx | ||
) |