|
|
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 13 of file ConverterTools.cpp.
Here is the call graph for this function:| 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 | ) |