Functions | |
template<typename T > | |
bool | check_and_get_param (XmlRpc::XmlRpcValue &config_node, std::string const &key, T &value) |
template<> | |
bool | check_and_get_param< std::string > (XmlRpc::XmlRpcValue &config_node, std::string const &key, std::string &value) |
bool mocap_optitrack::impl::check_and_get_param | ( | XmlRpc::XmlRpcValue & | config_node, |
std::string const & | key, | ||
T & | value | ||
) |
Definition at line 41 of file mocap_config.cpp.
bool mocap_optitrack::impl::check_and_get_param< std::string > | ( | XmlRpc::XmlRpcValue & | config_node, |
std::string const & | key, | ||
std::string & | value | ||
) |
Definition at line 50 of file mocap_config.cpp.