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

Documentation for a remote method return value. More...

#include <RemoteMethodDoc.h>

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

List of all members.

Public Member Functions

 RetDoc (const char *s)

Public Attributes

string m_doc

Detailed Description

Documentation for a remote method return value.

Definition at line 85 of file RemoteMethodDoc.h.


Constructor & Destructor Documentation

PLearn::RetDoc::RetDoc ( const char *  s) [inline]

Definition at line 87 of file RemoteMethodDoc.h.

        : m_doc(s)
    { }

Member Data Documentation

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