PLearn 0.1
|
Documentation for remote method body. More...
#include <RemoteMethodDoc.h>
Public Member Functions | |
BodyDoc (const char *s) | |
Public Attributes | |
string | m_doc |
Documentation for remote method body.
Definition at line 59 of file RemoteMethodDoc.h.
PLearn::BodyDoc::BodyDoc | ( | const char * | s | ) | [inline] |
Definition at line 61 of file RemoteMethodDoc.h.
: m_doc(s) { }
string PLearn::BodyDoc::m_doc |
Definition at line 65 of file RemoteMethodDoc.h.
Referenced by PLearn::RemoteMethodDoc::operator,().