MIRA
|
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>
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) |
RPCSignature for storing all information about an RPC method signature.