char[] array and then serialized back into the char[] buffer again.
More...
#include <Teuchos_SerializerHelpers.hpp>
Public Member Functions | |
| ReferenceTypeDeserializationBuffer (const Serializer< Ordinal, T > &serializer, const Ordinal bytes, char charBuffer[]) | |
Serialize to an internally stored T*[] buffer. | |
| ~ReferenceTypeDeserializationBuffer () | |
Reserialize back to the char[] buffer from the internal T*[] buffer. | |
| T *const * | getBuffer () const |
| | |
| Ordinal | getCount () const |
| | |
char[] array and then serialized back into the char[] buffer again.
Definition at line 103 of file Teuchos_SerializerHelpers.hpp.
|
||||||||||||||||||||
|
Serialize to an internally stored
Definition at line 245 of file Teuchos_SerializerHelpers.hpp. |
|
|||||||||
|
Reserialize back to the
Definition at line 268 of file Teuchos_SerializerHelpers.hpp. |
|
|||||||||
|
Definition at line 276 of file Teuchos_SerializerHelpers.hpp. |
|
|||||||||
|
Definition at line 285 of file Teuchos_SerializerHelpers.hpp. |
1.3.9.1