|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again.
More...
#include <Teuchos_SerializationTraitsHelpers.hpp>
Public Member Functions | |
| ConstValueTypeDeserializationBufferImp (const Ordinal bytes, const char charBuffer[], const RCP< const Serializer > &serializer) | |
Serialize to an internally stored char[] buffer. More... | |
| ~ConstValueTypeDeserializationBufferImp () | |
Deserialize from the interal char[] buffer back to the original T[] buffer. More... | |
| const T * | getBuffer () const |
| Ordinal | getCount () const |
Private Member Functions | |
| ConstValueTypeDeserializationBufferImp () | |
| ConstValueTypeDeserializationBufferImp (const ConstValueTypeDeserializationBufferImp &) | |
| ConstValueTypeDeserializationBufferImp & | operator= (const ConstValueTypeDeserializationBufferImp &) |
Private Attributes | |
| Ordinal | bytes_ |
| const char * | charBuffer_ |
| Ordinal | count_ |
| const T * | buffer_ |
| RCP< const Serializer > | serializer_ |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again.
Specialization for direct serialization.
Definition at line 244 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, true >::ConstValueTypeDeserializationBufferImp | ( | const Ordinal | bytes, |
| const char | charBuffer[], | ||
| const RCP< const Serializer > & | serializer | ||
| ) |
Serialize to an internally stored char[] buffer.
Definition at line 693 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, true >::~ConstValueTypeDeserializationBufferImp | ( | ) |
Deserialize from the interal char[] buffer back to the original T[] buffer.
Definition at line 704 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
|
private |
| const T * Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, true >::getBuffer | ( | ) | const |
Definition at line 711 of file Teuchos_SerializationTraitsHelpers.hpp.
| Ordinal Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, true >::getCount | ( | ) | const |
Definition at line 718 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
|
private |
Definition at line 260 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
Definition at line 261 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
Definition at line 262 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
Definition at line 263 of file Teuchos_SerializationTraitsHelpers.hpp.
|
private |
Definition at line 264 of file Teuchos_SerializationTraitsHelpers.hpp.
1.8.16