|
MIRA
|
Contains information on an RPC method's parameter: name, description. More...
#include <rpc/RPCServer.h>
Public Member Functions | |
| ParameterInfo () | |
| ParameterInfo (const std::string &iName, const std::string &iDescription) | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
Public Attributes | |
| std::string | name |
| Parameter name. More... | |
| std::string | description |
| Parameter description. More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const ParameterInfo &v) |
Contains information on an RPC method's parameter: name, description.
Only for documentation, not part of method's signature.
|
inline |
|
inline |
|
inline |
|
friend |
| std::string name |
Parameter name.
| std::string description |
Parameter description.
1.8.14