Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Encapsulate how an array of const objects with value sematics is serialized into a const char[]
array.
More...
#include <Teuchos_SerializationTraitsHelpers.hpp>
Public Types | |
typedef DefaultSerializer < Ordinal, T > | DS |
typedef DS::DefaultSerializerType | Serializer |
typedef ConstValueTypeSerializationBufferImp < Ordinal, T, Serializer > | Base |
Public Member Functions | |
ConstValueTypeSerializationBuffer (const Ordinal count, const T buffer[], const RCP< const Serializer > &serializer=DS::getDefaultSerializerRCP()) | |
Serialize to an internally stored char[] buffer. More... | |
Encapsulate how an array of const objects with value sematics is serialized into a const char[]
array.
Specialization for the default serializer object type with a default argument for the serializer object parameter.
Definition at line 471 of file Teuchos_SerializationTraitsHelpers.hpp.
typedef DefaultSerializer<Ordinal,T> Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType >::DS |
Definition at line 474 of file Teuchos_SerializationTraitsHelpers.hpp.
typedef DS::DefaultSerializerType Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType >::Serializer |
Definition at line 475 of file Teuchos_SerializationTraitsHelpers.hpp.
typedef ConstValueTypeSerializationBufferImp<Ordinal,T,Serializer> Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType >::Base |
Definition at line 476 of file Teuchos_SerializationTraitsHelpers.hpp.
|
inline |
Serialize to an internally stored char[]
buffer.
Definition at line 478 of file Teuchos_SerializationTraitsHelpers.hpp.