PLearn 0.1
|
Documentation for a remote method return value. More...
#include <RemoteMethodDoc.h>
Public Member Functions | |
RetDoc (const char *s) | |
Public Attributes | |
string | m_doc |
Documentation for a remote method return value.
Definition at line 85 of file RemoteMethodDoc.h.
PLearn::RetDoc::RetDoc | ( | const char * | s | ) | [inline] |
Definition at line 87 of file RemoteMethodDoc.h.
: m_doc(s) { }
string PLearn::RetDoc::m_doc |
Definition at line 91 of file RemoteMethodDoc.h.
Referenced by PLearn::RemoteMethodDoc::operator,().