|
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 | |
| 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 |
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 direct serialization.
Definition at line 244 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, true >::ConstValueTypeDeserializationBufferImp | ( | const Ordinal | bytes, |
| const char | charBuffer[], | ||
| const RCP< const Serializer > & | serializer | ||
| ) |
Serialize to an internally stored char[] buffer.
Definition at line 692 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, true >::~ConstValueTypeDeserializationBufferImp |
Deserialize from the interal char[] buffer back to the original T[] buffer.
Definition at line 703 of file Teuchos_SerializationTraitsHelpers.hpp.
| const T * Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, true >::getBuffer |
Definition at line 710 of file Teuchos_SerializationTraitsHelpers.hpp.
| Ordinal Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, true >::getCount |
Definition at line 717 of file Teuchos_SerializationTraitsHelpers.hpp.