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 DefaultSerializer < Ordinal, T > | DS |
typedef DS::DefaultSerializerType | Serializer |
typedef ConstValueTypeDeserializationBufferImp < Ordinal, T, Serializer > | Base |
Public Member Functions | |
ConstValueTypeDeserializationBuffer (const Ordinal bytes, const char charBuffer[], const RCP< const Serializer > &serializer=DS::getDefaultSerializerRCP()) | |
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.
Specialization for the default serializer object type with a default argument for the serializer object parameter.
Definition at line 513 of file Teuchos_SerializationTraitsHelpers.hpp.
typedef DefaultSerializer<Ordinal,T> Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType >::DS |
Definition at line 516 of file Teuchos_SerializationTraitsHelpers.hpp.
typedef DS::DefaultSerializerType Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType >::Serializer |
Definition at line 517 of file Teuchos_SerializationTraitsHelpers.hpp.
typedef ConstValueTypeDeserializationBufferImp<Ordinal,T,Serializer> Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType >::Base |
Definition at line 518 of file Teuchos_SerializationTraitsHelpers.hpp.
|
inline |
Serialize to an internally stored char[]
buffer.
Definition at line 520 of file Teuchos_SerializationTraitsHelpers.hpp.