|
|
Namespaces | |
| namespace | 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. | |
| 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 findByPrefix | ( | const std::string & | key, |
| const std::map< std::string, ValueT > & | map ) |
Definition at line 43 of file ConverterTools.h.
| std::optional< std::string > findByPrefix | ( | const std::string & | key, |
| const std::set< std::string > & | prefixes ) |
| ValueT findBySuffix | ( | const std::string & | key, |
| const std::map< std::string, ValueT > & | map ) |
Definition at line 57 of file ConverterTools.h.
| T getValueAs | ( | const ConverterValue & | value | ) |