|
Teuchos - Trilinos Tools Package 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 |
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 348 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 822 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 834 of file Teuchos_SerializationTraitsHelpers.hpp.
| T * Teuchos::ValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false >::getBuffer |
Definition at line 841 of file Teuchos_SerializationTraitsHelpers.hpp.
| Ordinal Teuchos::ValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false >::getCount |
Definition at line 848 of file Teuchos_SerializationTraitsHelpers.hpp.