PLearn 0.1
|
Documentation for a method argument type (just contains the type as a string) More...
#include <RemoteMethodDoc.h>
Public Member Functions | |
ArgTypeDoc (const string &typestr) | |
Public Attributes | |
string | m_typestr |
Documentation for a method argument type (just contains the type as a string)
Definition at line 98 of file RemoteMethodDoc.h.
PLearn::ArgTypeDoc::ArgTypeDoc | ( | const string & | typestr | ) | [inline] |
Definition at line 100 of file RemoteMethodDoc.h.
: m_typestr(typestr) { }
Definition at line 104 of file RemoteMethodDoc.h.
Referenced by PLearn::RemoteMethodDoc::operator,().