#include <bayonne.h>
Public Member Functions | |
RPCNode * | getNext (void) |
const char * | getPrefix (void) |
RPCDefine * | getMethods (void) |
RPCNode (const char *prefix, RPCDefine *dispatch) | |
Static Public Member Functions | |
static RPCNode * | getFirst (void) |
static unsigned | getCount (void) |
Friends | |
class __EXPORT | BayonneRPC |
ost::Bayonne::RPCNode::RPCNode | ( | const char * | prefix, | |
RPCDefine * | dispatch | |||
) |
static RPCNode* ost::Bayonne::RPCNode::getFirst | ( | void | ) | [inline, static] |
RPCNode* ost::Bayonne::RPCNode::getNext | ( | void | ) | [inline] |
const char* ost::Bayonne::RPCNode::getPrefix | ( | void | ) | [inline] |
RPCDefine* ost::Bayonne::RPCNode::getMethods | ( | void | ) | [inline] |
static unsigned ost::Bayonne::RPCNode::getCount | ( | void | ) | [inline, static] |
friend class __EXPORT BayonneRPC [friend] |