PLearn 0.1
Public Member Functions | Public Attributes
PLearn::RetTypeDoc Struct Reference

Documentation for a method return type (just contains the type as a string) More...

#include <RemoteMethodDoc.h>

Collaboration diagram for PLearn::RetTypeDoc:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RetTypeDoc (const string &typestr)

Public Attributes

string m_typestr

Detailed Description

Documentation for a method return type (just contains the type as a string)

Definition at line 110 of file RemoteMethodDoc.h.


Constructor & Destructor Documentation

PLearn::RetTypeDoc::RetTypeDoc ( const string &  typestr) [inline]

Definition at line 112 of file RemoteMethodDoc.h.

        : m_typestr(typestr)
    { }

Member Data Documentation

Definition at line 116 of file RemoteMethodDoc.h.

Referenced by PLearn::RemoteMethodDoc::operator,().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines