|
Namespaces | |
detail | |
Classes | |
class | ArmarDEConverter |
class | ConverterInterface |
class | ConverterRegistry |
class | ConverterTools |
struct | ConverterValue |
class | Segment |
Functions | |
template<class ValueT > | |
ValueT | findByPrefix (const std::string &key, const std::map< std::string, ValueT > &map) |
std::optional< std::string > | findByPrefix (const std::string &key, const std::set< std::string > &prefixes) |
Search. More... | |
template<class ValueT > | |
ValueT | findBySuffix (const std::string &key, const std::map< std::string, ValueT > &map) |
template<class T > | |
T | getValueAs (const ConverterValue &value) |
ValueT armarx::armem::server::robot_state::exteroception::findByPrefix | ( | const std::string & | key, |
const std::map< std::string, ValueT > & | map | ||
) |
std::optional< std::string > findByPrefix | ( | const std::string & | key, |
const std::set< std::string > & | prefixes | ||
) |
Search.
key | |
prefixes |
Definition at line 14 of file ConverterTools.cpp.
ValueT armarx::armem::server::robot_state::exteroception::findBySuffix | ( | const std::string & | key, |
const std::map< std::string, ValueT > & | map | ||
) |
T armarx::armem::server::robot_state::exteroception::getValueAs | ( | const ConverterValue & | value | ) |