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

These specialisations only serve to find out if a type T is a pointer, or reference, or... More...

#include <rtt/internal/DataSourceTypeInfo.hpp>

Public Types

typedef T value_type
 
typedef DataSourceTypeInfo< T > value_type_info
 

Static Public Member Functions

static std::string getType ()
 
static const std::string & getTypeName ()
 
static const std::string & getQualifier ()
 
static const types::TypeInfogetTypeInfo ()
 

Detailed Description

template<class T>
struct RTT::internal::DataSourceTypeInfo< const T & >

These specialisations only serve to find out if a type T is a pointer, or reference, or...

Definition at line 89 of file DataSourceTypeInfo.hpp.

Member Typedef Documentation

template<class T >
typedef T RTT::internal::DataSourceTypeInfo< const T & >::value_type

Definition at line 90 of file DataSourceTypeInfo.hpp.

template<class T >
typedef DataSourceTypeInfo<T> RTT::internal::DataSourceTypeInfo< const T & >::value_type_info

Definition at line 91 of file DataSourceTypeInfo.hpp.

Member Function Documentation

template<class T >
static const std::string& RTT::internal::DataSourceTypeInfo< const T & >::getQualifier ( )
inlinestatic

Definition at line 94 of file DataSourceTypeInfo.hpp.

template<class T >
static std::string RTT::internal::DataSourceTypeInfo< const T & >::getType ( )
inlinestatic

Definition at line 92 of file DataSourceTypeInfo.hpp.

template<class T >
static const types::TypeInfo* RTT::internal::DataSourceTypeInfo< const T & >::getTypeInfo ( )
inlinestatic
template<class T >
static const std::string& RTT::internal::DataSourceTypeInfo< const T & >::getTypeName ( )
inlinestatic

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