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 ValueTypeDeserializationBufferImp < Ordinal, T, Serializer > | Base |
Public Member Functions | |
ValueTypeDeserializationBuffer (const Ordinal bytes, char charBuffer[], const RCP< const Serializer > &serializer) | |
Serialize to an internally stored char[] buffer. More... | |
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 416 of file Teuchos_SerializationTraitsHelpers.hpp.
typedef ValueTypeDeserializationBufferImp<Ordinal,T,Serializer> Teuchos::ValueTypeDeserializationBuffer< Ordinal, T, Serializer >::Base |
Definition at line 419 of file Teuchos_SerializationTraitsHelpers.hpp.
|
inline |
Serialize to an internally stored char[]
buffer.
Definition at line 421 of file Teuchos_SerializationTraitsHelpers.hpp.