char[] array and deserialized again.
More...
#include <Teuchos_SerializerHelpers.hpp>
Public Member Functions | |
| ReferenceTypeSerializationBuffer (const Serializer< Ordinal, T > &serializer, const Ordinal count, T *const buffer[]) | |
Serialize to an internally stored char[] buffer. | |
| ~ReferenceTypeSerializationBuffer () | |
Deserialize from the interal char[] buffer back to the original T*[] buffer. | |
| char * | getCharBuffer () const |
| | |
| Ordinal | getBytes () const |
| | |
char[] array and deserialized again.
Definition at line 41 of file Teuchos_SerializerHelpers.hpp.
|
||||||||||||||||||||
|
Serialize to an internally stored
Definition at line 174 of file Teuchos_SerializerHelpers.hpp. |
|
|||||||||
|
Deserialize from the interal
Definition at line 186 of file Teuchos_SerializerHelpers.hpp. |
|
|||||||||
|
Definition at line 192 of file Teuchos_SerializerHelpers.hpp. |
|
|||||||||
|
Definition at line 201 of file Teuchos_SerializerHelpers.hpp. |
1.3.9.1