|
#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 595 of file VariantInfo.cpp.
const std::string & getDataTypeName | ( | ) | const |
Definition at line 600 of file VariantInfo.cpp.
const std::string & getHumanName | ( | ) | const |
Definition at line 590 of file VariantInfo.cpp.
const std::optional< std::string > & getIncludePath | ( | ) | const |
Definition at line 605 of file VariantInfo.cpp.
|
friend |
Definition at line 52 of file VariantInfo.h.