Public Member Functions
variant_topic_tools::ArrayDataType::ImplT< T > Class Template Reference

Array data type implementation (templated strong-typed version) More...

#include <ArrayDataType.h>

Inheritance diagram for variant_topic_tools::ArrayDataType::ImplT< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 BOOST_STATIC_ASSERT (type_traits::IsArray< T >::value)
Serializer createSerializer (const DataType &type) const
 Create a serializer for this data type (re-implementation)
Variant createVariant (const DataType &type) const
 Create a variant from this data type (re-implementation)
size_t getNumMembers () const
 Retrieve the number of members of this array data type (implementation)
size_t getSize () const
 Retrieve the size of the instances of this data type (implementation)
const std::type_info & getTypeInfo () const
 Retrieve the type information associated with this data type (re-implementation)
 ImplT ()
 Default constructor.
bool isDynamic () const
 True, if this array data type represents a dynamic array (implementation)
bool isFixedSize () const
 True, if this data type represents a fixed-size data type (implementation)
bool isSimple () const
 True, if this data type represents a simple data type (implementation)
virtual ~ImplT ()
 Destructor.

Detailed Description

template<typename T>
class variant_topic_tools::ArrayDataType::ImplT< T >

Array data type implementation (templated strong-typed version)

Definition at line 162 of file ArrayDataType.h.


Constructor & Destructor Documentation

template<typename T >
variant_topic_tools::ArrayDataType::ImplT< T >::ImplT ( )

Default constructor.

template<typename T >
virtual variant_topic_tools::ArrayDataType::ImplT< T >::~ImplT ( ) [virtual]

Destructor.


Member Function Documentation

template<typename T >
Serializer variant_topic_tools::ArrayDataType::ImplT< T >::createSerializer ( const DataType type) const [virtual]

Create a serializer for this data type (re-implementation)

Implements variant_topic_tools::DataType::Impl.

template<typename T >
Variant variant_topic_tools::ArrayDataType::ImplT< T >::createVariant ( const DataType type) const [virtual]

Create a variant from this data type (re-implementation)

Implements variant_topic_tools::DataType::Impl.

template<typename T >
size_t variant_topic_tools::ArrayDataType::ImplT< T >::getNumMembers ( ) const [virtual]

Retrieve the number of members of this array data type (implementation)

Implements variant_topic_tools::ArrayDataType::Impl.

template<typename T >
size_t variant_topic_tools::ArrayDataType::ImplT< T >::getSize ( ) const [virtual]

Retrieve the size of the instances of this data type (implementation)

Implements variant_topic_tools::DataType::Impl.

template<typename T >
const std::type_info& variant_topic_tools::ArrayDataType::ImplT< T >::getTypeInfo ( ) const [virtual]

Retrieve the type information associated with this data type (re-implementation)

Reimplemented from variant_topic_tools::DataType::Impl.

template<typename T >
bool variant_topic_tools::ArrayDataType::ImplT< T >::isDynamic ( ) const [virtual]

True, if this array data type represents a dynamic array (implementation)

Implements variant_topic_tools::ArrayDataType::Impl.

template<typename T >
bool variant_topic_tools::ArrayDataType::ImplT< T >::isFixedSize ( ) const [virtual]

True, if this data type represents a fixed-size data type (implementation)

Implements variant_topic_tools::DataType::Impl.

template<typename T >
bool variant_topic_tools::ArrayDataType::ImplT< T >::isSimple ( ) const [virtual]

True, if this data type represents a simple data type (implementation)

Implements variant_topic_tools::DataType::Impl.


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


variant_topic_tools
Author(s): Ralf Kaestner
autogenerated on Fri Aug 5 2016 06:06:27