Public Member Functions
RTT::types::StdPrimitiveTypeInfo< T > Struct Template Reference

#include <StdPrimitiveTypeInfo.hpp>

Inheritance diagram for RTT::types::StdPrimitiveTypeInfo< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool composeType (base::DataSourceBase::shared_ptr source, base::DataSourceBase::shared_ptr result) const
virtual
base::DataSourceBase::shared_ptr 
decomposeType (base::DataSourceBase::shared_ptr source) const
 StdPrimitiveTypeInfo (const char *type)

Detailed Description

template<class T>
struct RTT::types::StdPrimitiveTypeInfo< T >

Type information for standard C types or structs of which no introspection is required and NOT used on data ports. No boost::serialization function is required to use this class.

See also:
StructTypeInfo

Definition at line 21 of file StdPrimitiveTypeInfo.hpp.


Constructor & Destructor Documentation

template<class T >
RTT::types::StdPrimitiveTypeInfo< T >::StdPrimitiveTypeInfo ( const char *  type) [inline]

Definition at line 24 of file StdPrimitiveTypeInfo.hpp.


Member Function Documentation

template<class T >
virtual bool RTT::types::StdPrimitiveTypeInfo< T >::composeType ( base::DataSourceBase::shared_ptr  source,
base::DataSourceBase::shared_ptr  result 
) const [inline, virtual]

Reimplemented from RTT::types::PrimitiveTypeInfo< T, true >.

Definition at line 28 of file StdPrimitiveTypeInfo.hpp.

template<class T >
virtual base::DataSourceBase::shared_ptr RTT::types::StdPrimitiveTypeInfo< T >::decomposeType ( base::DataSourceBase::shared_ptr  source) const [inline, virtual]

A primitive type is decomposed into itself.

Reimplemented from RTT::types::PrimitiveTypeInfo< T, true >.

Definition at line 38 of file StdPrimitiveTypeInfo.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Mon Oct 6 2014 03:14:00