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