Bayonne
Public Member Functions | Static Public Member Functions | Friends | List of all members
ost::Bayonne::RPCNode Class Reference

This is a little class used to associate XMLRPC call method tables with our server. More...

#include <bayonne.h>

Public Member Functions

RPCNodegetNext (void)
 
const char * getPrefix (void)
 
RPCDefinegetMethods (void)
 
 RPCNode (const char *prefix, RPCDefine *dispatch)
 

Static Public Member Functions

static RPCNodegetFirst (void)
 
static unsigned getCount (void)
 

Friends

class __EXPORT BayonneRPC
 

Detailed Description

This is a little class used to associate XMLRPC call method tables with our server.

Constructor & Destructor Documentation

ost::Bayonne::RPCNode::RPCNode ( const char *  prefix,
RPCDefine dispatch 
)

Member Function Documentation

static unsigned ost::Bayonne::RPCNode::getCount ( void  )
inlinestatic
static RPCNode* ost::Bayonne::RPCNode::getFirst ( void  )
inlinestatic
RPCDefine* ost::Bayonne::RPCNode::getMethods ( void  )
inline
RPCNode* ost::Bayonne::RPCNode::getNext ( void  )
inline
const char* ost::Bayonne::RPCNode::getPrefix ( void  )
inline

Friends And Related Function Documentation

friend class __EXPORT BayonneRPC
friend

The documentation for this class was generated from the following file: