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