|
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 Types | |
| typedef ConstValueTypeDeserializationBufferImp < Ordinal, T, Serializer > | Base |
Public Member Functions | |
| ConstValueTypeDeserializationBuffer (const Ordinal bytes, const char charBuffer[], const RCP< const Serializer > &serializer) | |
Serialize to an internally stored char[] buffer. | |
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.
Definition at line 467 of file Teuchos_SerializationTraitsHelpers.hpp.
| typedef ConstValueTypeDeserializationBufferImp<Ordinal,T,Serializer> Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T, Serializer >::Base |
Definition at line 470 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T, Serializer >::ConstValueTypeDeserializationBuffer | ( | const Ordinal | bytes, |
| const char | charBuffer[], | ||
| const RCP< const Serializer > & | serializer | ||
| ) | [inline] |
Serialize to an internally stored char[] buffer.
Definition at line 472 of file Teuchos_SerializationTraitsHelpers.hpp.
1.7.6.1