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.
|
||||||||||||||||
|
Serialize to an internally stored
Definition at line 165 of file Teuchos_SerializationTraitsHelpers.hpp. |
|
|||||||||
|
Deserialize from the interal
Definition at line 177 of file Teuchos_SerializationTraitsHelpers.hpp. |
|
|||||||||
|
Definition at line 184 of file Teuchos_SerializationTraitsHelpers.hpp. |
|
|||||||||
|
Definition at line 190 of file Teuchos_SerializationTraitsHelpers.hpp. |
1.3.9.1