|
#include <ArmarXCore/observers/variant/VariantInfo.h>
Public Member Functions | |
const std::string & | getBaseTypeName () const |
const std::string & | getDataTypeName () const |
const std::string & | getHumanName () const |
const std::optional< std::string > & | getIncludePath () const |
VariantEntry (RapidXmlReaderNode node) | |
Friends | |
class | VariantInfo |
Definition at line 50 of file VariantInfo.h.
VariantEntry | ( | RapidXmlReaderNode | node | ) |
const std::string & getBaseTypeName | ( | ) | const |
Definition at line 652 of file VariantInfo.cpp.
const std::string & getDataTypeName | ( | ) | const |
Definition at line 658 of file VariantInfo.cpp.
const std::string & getHumanName | ( | ) | const |
Definition at line 646 of file VariantInfo.cpp.
const std::optional< std::string > & getIncludePath | ( | ) | const |
Definition at line 664 of file VariantInfo.cpp.
|
friend |
Definition at line 52 of file VariantInfo.h.