Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos::ValueTypeSerializationBufferImp< Ordinal, T, Serializer, direct > Class Template Reference

Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array. More...

#include <Teuchos_SerializationTraitsHelpers.hpp>

Inheritance diagram for Teuchos::ValueTypeSerializationBufferImp< Ordinal, T, Serializer, direct >:
Inheritance graph
[legend]

Detailed Description

template<typename Ordinal, typename T, typename Serializer, bool direct = Serializer::supportsDirectSerialization>
class Teuchos::ValueTypeSerializationBufferImp< Ordinal, T, Serializer, direct >

Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array.

Default version templated on bool indicating whether direct serialization is supported. The default version is empty with specializations below for direct and indirect serialization.

Definition at line 96 of file Teuchos_SerializationTraitsHelpers.hpp.


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