|
Orocos Real-Time Toolkit
2.6.0
|
(void) is a special case. More...
#include <rtt/internal/DataSourceTypeInfo.hpp>
Public Types | |
| typedef void | value_type |
| typedef DataSourceTypeInfo< void > | value_type_info |
Static Public Member Functions | |
| static const std::string & | getType () |
| Return the qualified type. | |
| static const std::string & | getTypeName () |
| Return the unqualified typename. | |
| static const std::string & | getQualifier () |
| Return the 'const', 'ref', 'pointer' qualifier for this type. | |
| static const types::TypeInfo * | getTypeInfo () |
| Return the typeinfo object. | |
Static Public Attributes | |
| static const std::string | tname |
| static types::TypeInfo * | TypeInfoObject = 0 |
| Defaults to 0. | |
(void) is a special case.
Definition at line 200 of file DataSourceTypeInfo.hpp.
TypeInfo * RTT::internal::DataSourceTypeInfo< void >::TypeInfoObject = 0 [static] |
Defaults to 0.
If a types::TemplateTypeInfo object is created for T, this pointer will be set to that type.
Definition at line 210 of file DataSourceTypeInfo.hpp.
1.7.6.1