const char[] array.
More...
#include <Teuchos_SerializationTraitsHelpers.hpp>
Public Member Functions | |
| ConstValueTypeSerializationBuffer (const Ordinal count, const T buffer[]) | |
Serialize to an internally stored char[] buffer. | |
| ~ConstValueTypeSerializationBuffer () | |
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 |
| | |
const char[] array.
Definition at line 72 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T >::ConstValueTypeSerializationBuffer | ( | const Ordinal | count, | |
| const T | buffer[] | |||
| ) | [inline] |
Serialize to an internally stored char[] buffer.
Definition at line 217 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T >::~ConstValueTypeSerializationBuffer | ( | ) | [inline] |
Deserialize from the interal char[] buffer back to the original T[] buffer.
Definition at line 229 of file Teuchos_SerializationTraitsHelpers.hpp.
| Ordinal Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T >::getBytes | ( | ) | const [inline] |
| const char * Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T >::getCharBuffer | ( | ) | const [inline] |
| const ArrayView< const char > Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T >::getCharBufferView | ( | ) | const [inline] |
1.5.9