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::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. More...
 
 ~ConstReferenceTypeSerializationBuffer ()
 Free the internal char[] buffer (no data to be written back). More...
 
const char * getCharBuffer () 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

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.

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

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

Definition at line 239 of file Teuchos_SerializerHelpers.hpp.

Member Function Documentation

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

Definition at line 245 of file Teuchos_SerializerHelpers.hpp.

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: