char[] array is deserialized to a T[] array and then serialized back again.
More...
#include <Teuchos_SerializationTraitsHelpers.hpp>
Public Member Functions | |
| ValueTypeDeserializationBuffer (const Ordinal bytes, char charBuffer[]) | |
Serialize to an internally stored char[] buffer. | |
| ~ValueTypeDeserializationBuffer () | |
Deserialize from the interal char[] buffer back to the original T[] buffer. | |
| T * | getBuffer () const |
| | |
| Ordinal | getCount () const |
| | |
char[] array is deserialized to a T[] array and then serialized back again.
Definition at line 99 of file Teuchos_SerializationTraitsHelpers.hpp.
|
||||||||||||||||
|
Serialize to an internally stored
Definition at line 241 of file Teuchos_SerializationTraitsHelpers.hpp. |
|
|||||||||
|
Deserialize from the interal
Definition at line 253 of file Teuchos_SerializationTraitsHelpers.hpp. |
|
|||||||||
|
Definition at line 260 of file Teuchos_SerializationTraitsHelpers.hpp. |
|
|||||||||
|
Definition at line 266 of file Teuchos_SerializationTraitsHelpers.hpp. |
1.3.9.1