This class offers the default implementation of type information for an unknown type. More...
#include <rtt/DataSourceTypeInfo.hpp>
Public Types | |
| typedef UnknownType | value_type |
|
typedef DataSourceTypeInfo < UnknownType > | value_type_info |
Static Public Member Functions | |
| static const std::string & | getType () |
| static const std::string & | getQualifier () |
| static TypeInfo * | getTypeInfo () |
Static Public Attributes | |
| static TypeInfo * | TypeInfoObject |
| static const std::string | noqual |
| static const std::string | cqual |
| static const std::string | refqual |
| static const std::string | crefqual |
| static const std::string | ptrqual |
| static const std::string | cptrqual |
This class offers the default implementation of type information for an unknown type.
Definition at line 63 of file DataSourceTypeInfo.hpp.
1.6.1