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 char[] array.
Definition at line 69 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T >::ConstValueTypeSerializationBuffer | ( | const Ordinal | count, | |
| const T | buffer[] | |||
| ) |
Serialize to an internally stored char[] buffer.
Definition at line 203 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T >::~ConstValueTypeSerializationBuffer | ( | ) |
Deserialize from the interal char[] buffer back to the original T[] buffer.
Definition at line 215 of file Teuchos_SerializationTraitsHelpers.hpp.
| const char * Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T >::getCharBuffer | ( | ) | const |
| Ordinal Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T >::getBytes | ( | ) | const |
1.4.7