|
Teuchos - Trilinos Tools Package
Version of the Day
|
Encapsulate how an array of const objects with value sematics is serialized into a const char[] array.
More...
#include <Teuchos_SerializationTraitsHelpers.hpp>
Public Member Functions | |
| ConstValueTypeSerializationBufferImp (const Ordinal count, const T buffer[], const RCP< const Serializer > &serializer) | |
Serialize to an internally stored char[] buffer. | |
| ~ConstValueTypeSerializationBufferImp () | |
Deserialize from the interal char[] buffer back to the original T[] buffer. | |
| const char * | getCharBuffer () const |
| | |
| Ordinal | getBytes () const |
| | |
| const ArrayView< const char > | getCharBufferView () const |
| | |
Encapsulate how an array of const objects with value sematics is serialized into a const char[] array.
Specialization for indirect serialization
Definition at line 314 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false >::ConstValueTypeSerializationBufferImp | ( | const Ordinal | count, |
| const T | buffer[], | ||
| const RCP< const Serializer > & | serializer | ||
| ) |
Serialize to an internally stored char[] buffer.
Definition at line 781 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false >::~ConstValueTypeSerializationBufferImp | ( | ) |
Deserialize from the interal char[] buffer back to the original T[] buffer.
Definition at line 793 of file Teuchos_SerializationTraitsHelpers.hpp.
| const char * Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false >::getCharBuffer | ( | ) | const |
Definition at line 799 of file Teuchos_SerializationTraitsHelpers.hpp.
| Ordinal Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false >::getBytes | ( | ) | const |
Definition at line 806 of file Teuchos_SerializationTraitsHelpers.hpp.
| const ArrayView< const char > Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false >::getCharBufferView | ( | ) | const |
Definition at line 814 of file Teuchos_SerializationTraitsHelpers.hpp.
1.7.6.1