Orocos Real-Time Toolkit
2.6.0
|
This class offers the default implementation of type information for an unknown type. More...
#include <rtt/internal/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 & | getTypeName () |
static const std::string & | getQualifier () |
static types::TypeInfo * | getTypeInfo () |
Static Public Attributes | |
static types::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 64 of file DataSourceTypeInfo.hpp.