Teuchos - Trilinos Tools Package
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 |
Encapsulate how an array of const objects with reference sematics is serialized into a char[]
array.
Definition at line 84 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 224 of file Teuchos_SerializerHelpers.hpp.
Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::~ConstReferenceTypeSerializationBuffer | ( | ) |
Free the internal char[]
buffer (no data to be written back).
Definition at line 239 of file Teuchos_SerializerHelpers.hpp.
const char * Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::getCharBuffer | ( | ) | const |
Definition at line 245 of file Teuchos_SerializerHelpers.hpp.
Ordinal Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >::getBytes | ( | ) | const |
Definition at line 251 of file Teuchos_SerializerHelpers.hpp.