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