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.
|
||||||||||||||||
|
Serialize to an internally stored
Definition at line 203 of file Teuchos_SerializationTraitsHelpers.hpp. |
|
|||||||||
|
Deserialize from the interal
Definition at line 215 of file Teuchos_SerializationTraitsHelpers.hpp. |
|
|||||||||
|
Definition at line 222 of file Teuchos_SerializationTraitsHelpers.hpp. |
|
|||||||||
|
Definition at line 228 of file Teuchos_SerializationTraitsHelpers.hpp. |
1.3.9.1