Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos::ValueTypeDeserializationBufferImp< Ordinal, T, Serializer, direct > Class Template Reference

Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again. More...

#include <Teuchos_SerializationTraitsHelpers.hpp>

Detailed Description

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

Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again.

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 119 of file Teuchos_SerializationTraitsHelpers.hpp.


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