PLearn 0.1
|
Documentation for a single remote method argument. More...
#include <RemoteMethodDoc.h>
Public Member Functions | |
ArgDoc (const string &argument_name, const string &doc) | |
Public Attributes | |
string | m_argument_name |
string | m_doc |
Documentation for a single remote method argument.
Definition at line 71 of file RemoteMethodDoc.h.
PLearn::ArgDoc::ArgDoc | ( | const string & | argument_name, |
const string & | doc | ||
) | [inline] |
Definition at line 73 of file RemoteMethodDoc.h.
: m_argument_name(argument_name), m_doc(doc) { }
Definition at line 78 of file RemoteMethodDoc.h.
string PLearn::ArgDoc::m_doc |
Definition at line 79 of file RemoteMethodDoc.h.