Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
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>
Public Member Functions | |
ConstValueTypeDeserializationBufferImp (const Ordinal bytes, const char charBuffer[], const RCP< const Serializer > &serializer) | |
Serialize to an internally stored char[] buffer. More... | |
~ConstValueTypeDeserializationBufferImp () | |
Deserialize from the interal char[] buffer back to the original T[] buffer. More... | |
const T * | getBuffer () const |
Ordinal | getCount () const |
Private Member Functions | |
ConstValueTypeDeserializationBufferImp () | |
ConstValueTypeDeserializationBufferImp (const ConstValueTypeDeserializationBufferImp &) | |
ConstValueTypeDeserializationBufferImp & | operator= (const ConstValueTypeDeserializationBufferImp &) |
Private Attributes | |
Ordinal | bytes_ |
const char * | charBuffer_ |
Ordinal | count_ |
Array< T > | buffer_ |
RCP< const Serializer > | 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.
Specialization for indirect serialization
Definition at line 350 of file Teuchos_SerializationTraitsHelpers.hpp.
Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false >::ConstValueTypeDeserializationBufferImp | ( | const Ordinal | bytes, |
const char | charBuffer[], | ||
const RCP< const Serializer > & | serializer | ||
) |
Serialize to an internally stored char[]
buffer.
Definition at line 828 of file Teuchos_SerializationTraitsHelpers.hpp.
Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false >::~ConstValueTypeDeserializationBufferImp | ( | ) |
Deserialize from the interal char[]
buffer back to the original T[]
buffer.
Definition at line 840 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
|
private |
const T * Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false >::getBuffer | ( | ) | const |
Definition at line 846 of file Teuchos_SerializationTraitsHelpers.hpp.
Ordinal Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false >::getCount | ( | ) | const |
Definition at line 853 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
|
private |
Definition at line 366 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
Definition at line 367 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
Definition at line 368 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
Definition at line 369 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
Definition at line 370 of file Teuchos_SerializationTraitsHelpers.hpp.