Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Teuchos::ValueTypeSerializationBufferImp< Ordinal, T, Serializer, false > 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>

Public Member Functions

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

Detailed Description

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

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

Specialization for indirect serialization

Definition at line 277 of file Teuchos_SerializationTraitsHelpers.hpp.

Constructor & Destructor Documentation

◆ ValueTypeSerializationBufferImp()

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

Serialize to an internally stored char[] buffer.

Definition at line 732 of file Teuchos_SerializationTraitsHelpers.hpp.

◆ ~ValueTypeSerializationBufferImp()

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

Definition at line 744 of file Teuchos_SerializationTraitsHelpers.hpp.

Member Function Documentation

◆ getCharBuffer()

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

Definition at line 751 of file Teuchos_SerializationTraitsHelpers.hpp.

◆ getBytes()

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

Definition at line 758 of file Teuchos_SerializationTraitsHelpers.hpp.

◆ getCharBufferView()

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

Definition at line 766 of file Teuchos_SerializationTraitsHelpers.hpp.


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