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 | |
ValueTypeDeserializationBufferImp (const Ordinal bytes, char charBuffer[], const RCP< const Serializer > &serializer) | |
Serialize to an internally stored char[] buffer. More... | |
~ValueTypeDeserializationBufferImp () | |
Deserialize from the interal char[] buffer back to the original T[] buffer. More... | |
T * | getBuffer () const |
Ordinal | getCount () const |
Private Member Functions | |
ValueTypeDeserializationBufferImp () | |
ValueTypeDeserializationBufferImp (const ValueTypeDeserializationBufferImp &) | |
ValueTypeDeserializationBufferImp & | operator= (const ValueTypeDeserializationBufferImp &) |
Private Attributes | |
Ordinal | bytes_ |
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 316 of file Teuchos_SerializationTraitsHelpers.hpp.
Teuchos::ValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false >::ValueTypeDeserializationBufferImp | ( | const Ordinal | bytes, |
char | charBuffer[], | ||
const RCP< const Serializer > & | serializer | ||
) |
Serialize to an internally stored char[]
buffer.
Definition at line 791 of file Teuchos_SerializationTraitsHelpers.hpp.
Teuchos::ValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false >::~ValueTypeDeserializationBufferImp | ( | ) |
Deserialize from the interal char[]
buffer back to the original T[]
buffer.
Definition at line 803 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
|
private |
T * Teuchos::ValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false >::getBuffer | ( | ) | const |
Definition at line 810 of file Teuchos_SerializationTraitsHelpers.hpp.
Ordinal Teuchos::ValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false >::getCount | ( | ) | const |
Definition at line 817 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
|
private |
Definition at line 332 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
Definition at line 333 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
Definition at line 334 of file Teuchos_SerializationTraitsHelpers.hpp.
|
mutableprivate |
Definition at line 335 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
Definition at line 336 of file Teuchos_SerializationTraitsHelpers.hpp.