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

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

#include <RemoteMethodDoc.h>

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

List of all members.

Public Member Functions

 ArgTypeDoc (const string &typestr)

Public Attributes

string m_typestr

Detailed Description

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

Definition at line 98 of file RemoteMethodDoc.h.


Constructor & Destructor Documentation

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

Definition at line 100 of file RemoteMethodDoc.h.

        : m_typestr(typestr)
    { }

Member Data Documentation

Definition at line 104 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