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::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false > Class Template Reference

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

#include <Teuchos_SerializationTraitsHelpers.hpp>

Public Member Functions

 ConstValueTypeSerializationBufferImp (const Ordinal count, const T buffer[], const RCP< const Serializer > &serializer)
 Serialize to an internally stored char[] buffer. More...
 
 ~ConstValueTypeSerializationBufferImp ()
 Deserialize from the interal char[] buffer back to the original T[] buffer. More...
 
const char * getCharBuffer () const
 
Ordinal getBytes () const
 
const ArrayView< const char > getCharBufferView () const
 

Detailed Description

template<typename Ordinal, typename T, typename Serializer>
class Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false >

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

Specialization for indirect serialization

Definition at line 312 of file Teuchos_SerializationTraitsHelpers.hpp.

Constructor & Destructor Documentation

template<typename Ordinal , typename T , typename Serializer >
Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false >::ConstValueTypeSerializationBufferImp ( const Ordinal  count,
const T  buffer[],
const RCP< const Serializer > &  serializer 
)

Serialize to an internally stored char[] buffer.

Definition at line 779 of file Teuchos_SerializationTraitsHelpers.hpp.

template<typename Ordinal , typename T , typename Serializer >
Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false >::~ConstValueTypeSerializationBufferImp ( )

Deserialize from the interal char[] buffer back to the original T[] buffer.

Definition at line 791 of file Teuchos_SerializationTraitsHelpers.hpp.

Member Function Documentation

template<typename Ordinal , typename T , typename Serializer >
const char * Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false >::getCharBuffer ( ) const

Definition at line 797 of file Teuchos_SerializationTraitsHelpers.hpp.

template<typename Ordinal , typename T , typename Serializer >
Ordinal Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false >::getBytes ( ) const

Definition at line 804 of file Teuchos_SerializationTraitsHelpers.hpp.

template<typename Ordinal , typename T , typename Serializer >
const ArrayView< const char > Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false >::getCharBufferView ( ) const

Definition at line 812 of file Teuchos_SerializationTraitsHelpers.hpp.


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