char[] array is deserialized to a T[] array and then serialized back again.
More...
#include <Teuchos_SerializationTraitsHelpers.hpp>
Public Member Functions | |
| ConstValueTypeDeserializationBuffer (const Ordinal bytes, const char charBuffer[]) | |
Serialize to an internally stored char[] buffer. | |
| ~ConstValueTypeDeserializationBuffer () | |
Deserialize from the interal char[] buffer back to the original T[] buffer. | |
| const T * | getBuffer () const |
| | |
| Ordinal | getCount () const |
| | |
char[] array is deserialized to a T[] array and then serialized back again.
Definition at line 134 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T >::ConstValueTypeDeserializationBuffer | ( | const Ordinal | bytes, | |
| const char | charBuffer[] | |||
| ) | [inline] |
Serialize to an internally stored char[] buffer.
Definition at line 300 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T >::~ConstValueTypeDeserializationBuffer | ( | ) | [inline] |
Deserialize from the interal char[] buffer back to the original T[] buffer.
Definition at line 312 of file Teuchos_SerializationTraitsHelpers.hpp.
| const T * Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T >::getBuffer | ( | ) | const [inline] |
| Ordinal Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T >::getCount | ( | ) | const [inline] |
1.5.9