Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T, Serializer > 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>

Inheritance diagram for Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T, Serializer >:
Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer >

Public Member Functions

 ConstValueTypeDeserializationBuffer (const Ordinal bytes, const char charBuffer[], const RCP< const Serializer > &serializer)
 Serialize to an internally stored char[] buffer. More...
 

Detailed Description

template<typename Ordinal, typename T, typename Serializer = typename DefaultSerializer<Ordinal,T>::DefaultSerializerType>
class Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T, Serializer >

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.

Definition at line 465 of file Teuchos_SerializationTraitsHelpers.hpp.

Constructor & Destructor Documentation

template<typename Ordinal, typename T, typename Serializer = typename DefaultSerializer<Ordinal,T>::DefaultSerializerType>
Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T, Serializer >::ConstValueTypeDeserializationBuffer ( const Ordinal  bytes,
const char  charBuffer[],
const RCP< const Serializer > &  serializer 
)
inline

Serialize to an internally stored char[] buffer.

Definition at line 470 of file Teuchos_SerializationTraitsHelpers.hpp.


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