Orocos Real-Time Toolkit  2.6.0
Public Types | Static Public Member Functions | Static Public Attributes
RTT::internal::DataSourceTypeInfo< void > Struct Template Reference

(void) is a special case. More...

#include <rtt/internal/DataSourceTypeInfo.hpp>

List of all members.

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::TypeInfogetTypeInfo ()
 Return the typeinfo object.

Static Public Attributes

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

Detailed Description

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

(void) is a special case.

Definition at line 200 of file DataSourceTypeInfo.hpp.


Member Data Documentation

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: