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.
| Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::ConstReferenceTypeSerializationBuffer | ( | const Serializer< Ordinal, T > & | serializer, | |
| const Ordinal | count, | |||
| const T *const | buffer[] | |||
| ) | [inline] |
Serialize to an internally stored char[] buffer.
Definition at line 211 of file Teuchos_SerializerHelpers.hpp.
| Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::~ConstReferenceTypeSerializationBuffer | ( | ) | [inline] |
Free the internal char[] buffer (no data to be written back).
Definition at line 223 of file Teuchos_SerializerHelpers.hpp.
| Ordinal Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::getBytes | ( | ) | const [inline] |
| const char * Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::getCharBuffer | ( | ) | const [inline] |
1.5.9