|
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. | |
| ~ConstValueTypeDeserializationBufferImp () | |
Deserialize from the interal char[] buffer back to the original T[] buffer. | |
| 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 indirect serialization
Definition at line 384 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 862 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 874 of file Teuchos_SerializationTraitsHelpers.hpp.
| const T * Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false >::getBuffer | ( | ) | const |
Definition at line 880 of file Teuchos_SerializationTraitsHelpers.hpp.
| Ordinal Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false >::getCount | ( | ) | const |
Definition at line 887 of file Teuchos_SerializationTraitsHelpers.hpp.
1.7.6.1