Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T > Class Template Reference

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

#include <Teuchos_SerializerHelpers.hpp>

Public Member Functions

 ConstReferenceTypeSerializationBuffer (const Serializer< Ordinal, T > &serializer, const Ordinal count, const T *const buffer[])
 Serialize to an internally stored char[] buffer.
 
 ~ConstReferenceTypeSerializationBuffer ()
 Free the internal char[] buffer (no data to be written back).
 
const chargetCharBuffer () const
 
Ordinal getBytes () const
 

Detailed Description

template<typename Ordinal, typename T>
class Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >

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

Definition at line 84 of file Teuchos_SerializerHelpers.hpp.

Constructor & Destructor Documentation

◆ ConstReferenceTypeSerializationBuffer()

template<typename Ordinal , typename T >
Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::ConstReferenceTypeSerializationBuffer ( const Serializer< Ordinal, T > & serializer,
const Ordinal count,
const T *const buffer[] )

Serialize to an internally stored char[] buffer.

Definition at line 224 of file Teuchos_SerializerHelpers.hpp.

◆ ~ConstReferenceTypeSerializationBuffer()

Free the internal char[] buffer (no data to be written back).

Definition at line 239 of file Teuchos_SerializerHelpers.hpp.

Member Function Documentation

◆ getCharBuffer()

template<typename Ordinal , typename T >
const char * Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::getCharBuffer ( ) const

Definition at line 245 of file Teuchos_SerializerHelpers.hpp.

◆ getBytes()

template<typename Ordinal , typename T >
Ordinal Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::getBytes ( ) const

Definition at line 251 of file Teuchos_SerializerHelpers.hpp.


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