char[] array.
More...
#include <Teuchos_SerializerHelpers.hpp>
Public Member Functions | |
| ConstReferenceTypeSerializationBuffer (const Serializer< Ordinal, T > &serializer, const Ordinal count, const T *const buffer[]) | |
Serialize to an internally stored char[] buffer. | |
| ~ConstReferenceTypeSerializationBuffer () | |
Free the internal char[] buffer (no data to be written back). | |
| const char * | getCharBuffer () const |
| | |
| Ordinal | getBytes () const |
| | |
char[] array.
Definition at line 71 of file Teuchos_SerializerHelpers.hpp.
|
||||||||||||||||||||
|
Serialize to an internally stored
Definition at line 211 of file Teuchos_SerializerHelpers.hpp. |
|
|||||||||
|
Free the internal
Definition at line 223 of file Teuchos_SerializerHelpers.hpp. |
|
|||||||||
|
Definition at line 229 of file Teuchos_SerializerHelpers.hpp. |
|
|||||||||
|
Definition at line 235 of file Teuchos_SerializerHelpers.hpp. |
1.3.9.1