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