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

Documentation for a single remote method argument. More...

#include <RemoteMethodDoc.h>

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

List of all members.

Public Member Functions

 ArgDoc (const string &argument_name, const string &doc)

Public Attributes

string m_argument_name
string m_doc

Detailed Description

Documentation for a single remote method argument.

Definition at line 71 of file RemoteMethodDoc.h.


Constructor & Destructor Documentation

PLearn::ArgDoc::ArgDoc ( const string &  argument_name,
const string &  doc 
) [inline]

Definition at line 73 of file RemoteMethodDoc.h.

        : m_argument_name(argument_name),
          m_doc(doc)
    { }

Member Data Documentation

Definition at line 78 of file RemoteMethodDoc.h.

Definition at line 79 of file RemoteMethodDoc.h.


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