Orocos Real-Time Toolkit  2.9.0
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
RTT::internal::DataSourceTypeInfo< void > Struct Template Reference

(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. More...
 
static const std::string & getTypeName ()
 Return the unqualified typename. More...
 
static const std::string & getQualifier ()
 Return the 'const', 'ref', 'pointer' qualifier for this type. More...
 
static const types::TypeInfogetTypeInfo ()
 Return the typeinfo object. More...
 

Static Public Attributes

static const std::string tname
 
static types::TypeInfoTypeInfoObject = 0
 Defaults to 0. More...
 

Detailed Description

template<>
struct RTT::internal::DataSourceTypeInfo< void >

(void) is a special case.

Definition at line 200 of file DataSourceTypeInfo.hpp.

Member Typedef Documentation

Definition at line 203 of file DataSourceTypeInfo.hpp.

Definition at line 204 of file DataSourceTypeInfo.hpp.

Member Function Documentation

const std::string & RTT::internal::DataSourceTypeInfo< void >::getQualifier ( )
static

Return the 'const', 'ref', 'pointer' qualifier for this type.

Definition at line 168 of file DataSource.cpp.

const std::string & RTT::internal::DataSourceTypeInfo< void >::getType ( )
static

Return the qualified type.

Definition at line 166 of file DataSource.cpp.

const TypeInfo * RTT::internal::DataSourceTypeInfo< void >::getTypeInfo ( )
static

Return the typeinfo object.

Definition at line 169 of file DataSource.cpp.

References RTT::internal::DataSourceTypeInfo< T >::getTypeInfo().

const std::string & RTT::internal::DataSourceTypeInfo< void >::getTypeName ( )
static

Return the unqualified typename.

Definition at line 167 of file DataSource.cpp.

Member Data Documentation

const std::string RTT::internal::DataSourceTypeInfo< void >::tname
static

Definition at line 201 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.


The documentation for this struct was generated from the following files: