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