Bayonne2 / Common C++ 2 Framework
|
This is a little class used to associate XMLRPC call method tables with our server. More...
#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) |
Private Attributes | |
RPCNode * | next |
RPCDefine * | methods |
const char * | prefix |
Static Private Attributes | |
static RPCNode * | first |
static unsigned | count |
Friends | |
class __EXPORT | BayonneRPC |
This is a little class used to associate XMLRPC call method tables with our server.
ost::Bayonne::RPCNode::RPCNode | ( | const char * | prefix, |
RPCDefine * | dispatch | ||
) |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
friend |