#include <StdTypeInfo.hpp>
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) |
Type information for standard C types or structs of which no introspection is required. No boost::serialization function is required to use this class.
Definition at line 58 of file StdTypeInfo.hpp.
RTT::types::StdTypeInfo< T >::StdTypeInfo | ( | const char * | type | ) | [inline] |
Definition at line 61 of file StdTypeInfo.hpp.
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.
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.