MIRA
Classes | Namespaces | Functions
RPCSignature.h File Reference

RPCSignature for storing all information about an RPC method signature. More...

#include <string>
#include <boost/preprocessor/repetition.hpp>
#include <platform/Typename.h>
#include <serialization/adapters/std/vector>
Include dependency graph for RPCSignature.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  RPCSignature
 Stores the signature of an RPC method including the methods name and its parameter types. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Functions

template<typename R , typename... ARGS>
RPCSignature makeRPCSignature (std::string name)
 

Detailed Description

RPCSignature for storing all information about an RPC method signature.

Author
Erik Einhorn
Date
2010/11/07