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

Documentation for remote method body. More...

#include <RemoteMethodDoc.h>

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

List of all members.

Public Member Functions

 BodyDoc (const char *s)

Public Attributes

string m_doc

Detailed Description

Documentation for remote method body.

Definition at line 59 of file RemoteMethodDoc.h.


Constructor & Destructor Documentation

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

Definition at line 61 of file RemoteMethodDoc.h.

        : m_doc(s)
    { }

Member Data Documentation

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