Options for getParam() calls. More...
#include <functional>
#include <list>
#include <string>
#include <XmlRpcValue.h>
#include <cras_cpp_common/string_utils.hpp>
#include <cras_cpp_common/xmlrpc_value_utils.hpp>
Go to the source code of this file.
Classes | |
struct | cras::DefaultParamServerType< ResultType > |
Default ParamServerType for the given ResultType. More... | |
struct | cras::DefaultToParamFn< ParamServerType > |
Default function for converting XmlRpcValue to an intermediate value of type ParamServerType. More... | |
struct | cras::DefaultToResultFn< ResultType, ParamServerType > |
Default function for converting param server types to result types. More... | |
struct | cras::GetParamOptions< ResultType, ParamServerType > |
Options specifying behavior of getParam() calls. More... | |
struct | cras::ParamToStringFn< T > |
Default function for converting values to string in getParam(Verbose) functions. Uses cras::to_string(). More... | |
Namespaces | |
cras | |
Options for getParam() calls.
Definition in file get_param_options.hpp.