Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Encapsulate how an array of const objects with reference sematics is serialized into a 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. More... | |
~ConstReferenceTypeSerializationBuffer () | |
Free the internal char[] buffer (no data to be written back). More... | |
const char * | getCharBuffer () const |
Ordinal | getBytes () const |
Private Member Functions | |
ConstReferenceTypeSerializationBuffer () | |
ConstReferenceTypeSerializationBuffer (const ConstReferenceTypeSerializationBuffer &) | |
ConstReferenceTypeSerializationBuffer & | operator= (const ConstReferenceTypeSerializationBuffer &) |
Private Attributes | |
const Serializer< Ordinal, T > & | serializer_ |
Ordinal | count_ |
const T *const * | buffer_ |
Ordinal | bytes_ |
Array< char > | charBuffer_ |
Encapsulate how an array of const objects with reference sematics is serialized into a char[]
array.
Definition at line 52 of file Teuchos_SerializerHelpers.hpp.
Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::ConstReferenceTypeSerializationBuffer | ( | const Serializer< Ordinal, T > & | serializer, |
const Ordinal | count, | ||
const T *const | buffer[] | ||
) |
Serialize to an internally stored char[]
buffer.
Definition at line 192 of file Teuchos_SerializerHelpers.hpp.
Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::~ConstReferenceTypeSerializationBuffer | ( | ) |
Free the internal char[]
buffer (no data to be written back).
Definition at line 207 of file Teuchos_SerializerHelpers.hpp.
|
private |
|
private |
const char * Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::getCharBuffer | ( | ) | const |
Definition at line 213 of file Teuchos_SerializerHelpers.hpp.
Ordinal Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::getBytes | ( | ) | const |
Definition at line 219 of file Teuchos_SerializerHelpers.hpp.
|
private |
|
private |
Definition at line 68 of file Teuchos_SerializerHelpers.hpp.
|
private |
Definition at line 69 of file Teuchos_SerializerHelpers.hpp.
|
private |
Definition at line 70 of file Teuchos_SerializerHelpers.hpp.
|
private |
Definition at line 71 of file Teuchos_SerializerHelpers.hpp.
|
private |
Definition at line 72 of file Teuchos_SerializerHelpers.hpp.