char[] array with memory being automatically freed at destruction time.
More...
#include <Teuchos_SerializerHelpers.hpp>
Public Member Functions | |
| ConstReferenceTypeDeserializationBuffer (const Serializer< Ordinal, T > &serializer, const Ordinal bytes, const char charBuffer[]) | |
Serialize to an internally stored T*[] buffer. | |
| ~ConstReferenceTypeDeserializationBuffer () | |
Reserialize back to the char[] buffer from the internal T*[] buffer. | |
| const T *const * | getBuffer () const |
| | |
| Ordinal | getCount () const |
| | |
char[] array with memory being automatically freed at destruction time.
Definition at line 137 of file Teuchos_SerializerHelpers.hpp.
|
||||||||||||||||||||
|
Serialize to an internally stored
Definition at line 295 of file Teuchos_SerializerHelpers.hpp. |
|
|||||||||
|
Reserialize back to the
Definition at line 318 of file Teuchos_SerializerHelpers.hpp. |
|
|||||||||
|
Definition at line 324 of file Teuchos_SerializerHelpers.hpp. |
|
|||||||||
|
Definition at line 330 of file Teuchos_SerializerHelpers.hpp. |
1.3.9.1