PLearn 0.1
Classes | Namespaces | Functions
RemoteMethodDoc.h File Reference
#include <string>
#include <list>
#include <utility>
#include <vector>
#include "plearn/base/tuple.h"
Include dependency graph for RemoteMethodDoc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PLearn::BodyDoc
 Documentation for remote method body. More...
struct  PLearn::ArgDoc
 Documentation for a single remote method argument. More...
struct  PLearn::RetDoc
 Documentation for a remote method return value. More...
struct  PLearn::ArgTypeDoc
 Documentation for a method argument type (just contains the type as a string) More...
struct  PLearn::RetTypeDoc
 Documentation for a method return type (just contains the type as a string) More...
class  PLearn::RemoteMethodDoc
 Documentation holder for a remote method. More...

Namespaces

namespace  PLearn
 

< for swap


Functions

RemoteMethodDoc PLearn::operator, (const BodyDoc &body, const ArgDoc &arg)
 Global operator, to start off the list of RemoteMethodDoc chaining.
RemoteMethodDoc PLearn::operator, (const BodyDoc &body, const RetDoc &ret)
 Global operator, to start off the list of RemoteMethodDoc chaining.
RemoteMethodDoc PLearn::operator, (const ArgDoc &arg, const BodyDoc &body)
 Global operator, to start off the list of RemoteMethodDoc chaining.
RemoteMethodDoc PLearn::operator, (const ArgDoc &arg, const RetDoc &ret)
 Global operator, to start off the list of RemoteMethodDoc chaining.
RemoteMethodDoc PLearn::operator, (const RetDoc &ret, const BodyDoc &body)
 Global operator, to start off the list of RemoteMethodDoc chaining.
RemoteMethodDoc PLearn::operator, (const RetDoc &ret, const ArgDoc &arg)
 Global operator, to start off the list of RemoteMethodDoc chaining.

Detailed Description

Definition in file RemoteMethodDoc.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines