common/CommonMessages.msg by opp_msgc.
More...
#include <CommonMessages_m.h>

Public Member Functions | |
| FindNodeResponse (const char *name=NULL, int kind=0) | |
| FindNodeResponse (const FindNodeResponse &other) | |
| virtual | ~FindNodeResponse () |
| FindNodeResponse & | operator= (const FindNodeResponse &other) |
| virtual FindNodeResponse * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual bool | getSiblings () const |
| virtual void | setSiblings (bool siblings_var) |
| virtual void | setClosestNodesArraySize (unsigned int size) |
| virtual unsigned int | getClosestNodesArraySize () const |
| virtual NodeHandle & | getClosestNodes (unsigned int k) |
| virtual const NodeHandle & | getClosestNodes (unsigned int k) const |
| virtual void | setClosestNodes (unsigned int k, const NodeHandle &closestNodes_var) |
Protected Member Functions | |
| bool | operator== (const FindNodeResponse &) |
Protected Attributes | |
| bool | siblings_var |
| NodeHandle * | closestNodes_var |
| unsigned int | closestNodes_arraysize |
common/CommonMessages.msg by opp_msgc.
packet FindNodeResponse extends BaseResponseMessage {
bool siblings;
NodeHandle closestNodes[];
}
Definition at line 655 of file CommonMessages_m.h.
| FindNodeResponse::FindNodeResponse | ( | const char * | name = NULL, |
|
| int | kind = 0 | |||
| ) |
Referenced by dup().
| FindNodeResponse::FindNodeResponse | ( | const FindNodeResponse & | other | ) |
| virtual FindNodeResponse::~FindNodeResponse | ( | ) | [virtual] |
| virtual FindNodeResponse* FindNodeResponse::dup | ( | ) | const [inline, virtual] |
Reimplemented from BaseResponseMessage.
Definition at line 670 of file CommonMessages_m.h.
00670 {return new FindNodeResponse(*this);}
| virtual const NodeHandle& FindNodeResponse::getClosestNodes | ( | unsigned int | k | ) | const [inline, virtual] |
Definition at line 680 of file CommonMessages_m.h.
Referenced by getClosestNodes().
00680 {return const_cast<FindNodeResponse*>(this)->getClosestNodes(k);}
| virtual NodeHandle& FindNodeResponse::getClosestNodes | ( | unsigned int | k | ) | [virtual] |
Referenced by IterativePathLookup::handleResponse(), and RecursiveLookup::handleRpcResponse().
| virtual unsigned int FindNodeResponse::getClosestNodesArraySize | ( | ) | const [virtual] |
Referenced by IterativePathLookup::handleResponse(), and RecursiveLookup::handleRpcResponse().
| virtual bool FindNodeResponse::getSiblings | ( | ) | const [virtual] |
| FindNodeResponse& FindNodeResponse::operator= | ( | const FindNodeResponse & | other | ) |
| bool FindNodeResponse::operator== | ( | const FindNodeResponse & | ) | [protected] |
| virtual void FindNodeResponse::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void FindNodeResponse::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void FindNodeResponse::setClosestNodes | ( | unsigned int | k, | |
| const NodeHandle & | closestNodes_var | |||
| ) | [virtual] |
Referenced by BaseOverlay::findNodeRpc().
| virtual void FindNodeResponse::setClosestNodesArraySize | ( | unsigned int | size | ) | [virtual] |
Referenced by BaseOverlay::findNodeRpc().
| virtual void FindNodeResponse::setSiblings | ( | bool | siblings_var | ) | [virtual] |
Referenced by BaseOverlay::findNodeRpc().
unsigned int FindNodeResponse::closestNodes_arraysize [protected] |
Definition at line 660 of file CommonMessages_m.h.
NodeHandle* FindNodeResponse::closestNodes_var [protected] |
Definition at line 659 of file CommonMessages_m.h.
bool FindNodeResponse::siblings_var [protected] |
Definition at line 658 of file CommonMessages_m.h.
1.5.8