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

#include <StdTypeInfo.hpp>

Inheritance diagram for RTT::types::StdTypeInfo< 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
 StdTypeInfo (const char *type)

Detailed Description

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

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

See also:
StructTypeInfo

Definition at line 58 of file StdTypeInfo.hpp.


Constructor & Destructor Documentation

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

Definition at line 61 of file StdTypeInfo.hpp.


Member Function Documentation

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

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

Definition at line 65 of file StdTypeInfo.hpp.

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

A primitive type is decomposed into itself.

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

Definition at line 75 of file StdTypeInfo.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Fri Sep 9 2016 04:02:20