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::ValueTypeDeserializationBuffer< 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::ValueTypeDeserializationBuffer< Ordinal, T, Serializer >:
Teuchos::ValueTypeDeserializationBufferImp< Ordinal, T, Serializer >

Public Member Functions

 ValueTypeDeserializationBuffer (const Ordinal bytes, 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::ValueTypeDeserializationBuffer< 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 448 of file Teuchos_SerializationTraitsHelpers.hpp.

Constructor & Destructor Documentation

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

Serialize to an internally stored char[] buffer.

Definition at line 453 of file Teuchos_SerializationTraitsHelpers.hpp.


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