| 
    PLearn 0.1 
   | 
 
#include <string>#include <list>#include <utility>#include <vector>#include "plearn/base/tuple.h"

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.   | |
Definition in file RemoteMethodDoc.h.
 1.7.4