char[] array.
More...
#include <Teuchos_SerializationTraitsHelpers.hpp>
Public Member Functions | |
| ValueTypeSerializationBuffer (const Ordinal count, T buffer[]) | |
Serialize to an internally stored char[] buffer. | |
| ~ValueTypeSerializationBuffer () | |
Deserialize from the interal char[] buffer back to the original T[] buffer. | |
| char * | getCharBuffer () const |
| | |
| Ordinal | getBytes () const |
| | |
| const ArrayView< char > | getCharBufferView () const |
| | |
char[] array.
Definition at line 41 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ValueTypeSerializationBuffer< Ordinal, T >::ValueTypeSerializationBuffer | ( | const Ordinal | count, | |
| T | buffer[] | |||
| ) | [inline] |
Serialize to an internally stored char[] buffer.
Definition at line 170 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ValueTypeSerializationBuffer< Ordinal, T >::~ValueTypeSerializationBuffer | ( | ) | [inline] |
Deserialize from the interal char[] buffer back to the original T[] buffer.
Definition at line 182 of file Teuchos_SerializationTraitsHelpers.hpp.
| Ordinal Teuchos::ValueTypeSerializationBuffer< Ordinal, T >::getBytes | ( | ) | const [inline] |
| char * Teuchos::ValueTypeSerializationBuffer< Ordinal, T >::getCharBuffer | ( | ) | const [inline] |
| const ArrayView< char > Teuchos::ValueTypeSerializationBuffer< Ordinal, T >::getCharBufferView | ( | ) | const [inline] |
1.5.9