Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | Private Types | List of all members
Sacado::MP::SerializationTraitsImp< Ordinal, VecType, is_static > Struct Template Reference

Implementation of Teuchos::SerializationTraits for all Vector types. More...

#include <Sacado_MP_ScalarTraitsImp.hpp>

Inheritance diagram for Sacado::MP::SerializationTraitsImp< Ordinal, VecType, is_static >:
Inheritance graph
[legend]

Static Public Attributes

static const bool supportsDirectSerialization
 Whether the type T supports direct serialization. More...
 

Private Types

typedef Sacado::ValueType
< VecType >::type 
ValueT
 Value type of Vec type. More...
 
typedef
Teuchos::DefaultSerializer
< Ordinal, ValueT
DS
 Default serializer for values. More...
 
typedef DS::DefaultSerializerType ValueSerializer
 Default serializer type for values. More...
 
typedef SerializationImp
< Ordinal, VecType,
ValueSerializer
Imp
 Implementation. More...
 

Indirect serialization functions (always defined and supported)

static Ordinal fromCountToIndirectBytes (const Ordinal count, const VecType buffer[])
 Return the number of bytes for count objects. More...
 
static void serialize (const Ordinal count, const VecType buffer[], const Ordinal bytes, char charBuffer[])
 Serialize to an indirect char[] buffer. More...
 
static Ordinal fromIndirectBytesToCount (const Ordinal bytes, const char charBuffer[])
 Return the number of objects for bytes of storage. More...
 
static void deserialize (const Ordinal bytes, const char charBuffer[], const Ordinal count, VecType buffer[])
 Deserialize from an indirect char[] buffer. More...
 

Detailed Description

template<typename Ordinal, typename VecType, bool is_static = false>
struct Sacado::MP::SerializationTraitsImp< Ordinal, VecType, is_static >

Implementation of Teuchos::SerializationTraits for all Vector types.

Definition at line 408 of file Sacado_MP_ScalarTraitsImp.hpp.

Member Typedef Documentation

template<typename Ordinal, typename VecType, bool is_static = false>
typedef Sacado::ValueType<VecType>::type Sacado::MP::SerializationTraitsImp< Ordinal, VecType, is_static >::ValueT
private

Value type of Vec type.

Definition at line 413 of file Sacado_MP_ScalarTraitsImp.hpp.

template<typename Ordinal, typename VecType, bool is_static = false>
typedef Teuchos::DefaultSerializer<Ordinal,ValueT> Sacado::MP::SerializationTraitsImp< Ordinal, VecType, is_static >::DS
private

Default serializer for values.

Definition at line 416 of file Sacado_MP_ScalarTraitsImp.hpp.

template<typename Ordinal, typename VecType, bool is_static = false>
typedef DS::DefaultSerializerType Sacado::MP::SerializationTraitsImp< Ordinal, VecType, is_static >::ValueSerializer
private

Default serializer type for values.

Definition at line 419 of file Sacado_MP_ScalarTraitsImp.hpp.

template<typename Ordinal, typename VecType, bool is_static = false>
typedef SerializationImp<Ordinal,VecType,ValueSerializer> Sacado::MP::SerializationTraitsImp< Ordinal, VecType, is_static >::Imp
private

Implementation.

Definition at line 422 of file Sacado_MP_ScalarTraitsImp.hpp.

Member Function Documentation

template<typename Ordinal, typename VecType, bool is_static = false>
static Ordinal Sacado::MP::SerializationTraitsImp< Ordinal, VecType, is_static >::fromCountToIndirectBytes ( const Ordinal  count,
const VecType  buffer[] 
)
inlinestatic

Return the number of bytes for count objects.

Definition at line 434 of file Sacado_MP_ScalarTraitsImp.hpp.

template<typename Ordinal, typename VecType, bool is_static = false>
static void Sacado::MP::SerializationTraitsImp< Ordinal, VecType, is_static >::serialize ( const Ordinal  count,
const VecType  buffer[],
const Ordinal  bytes,
char  charBuffer[] 
)
inlinestatic

Serialize to an indirect char[] buffer.

Definition at line 441 of file Sacado_MP_ScalarTraitsImp.hpp.

template<typename Ordinal, typename VecType, bool is_static = false>
static Ordinal Sacado::MP::SerializationTraitsImp< Ordinal, VecType, is_static >::fromIndirectBytesToCount ( const Ordinal  bytes,
const char  charBuffer[] 
)
inlinestatic

Return the number of objects for bytes of storage.

Definition at line 450 of file Sacado_MP_ScalarTraitsImp.hpp.

template<typename Ordinal, typename VecType, bool is_static = false>
static void Sacado::MP::SerializationTraitsImp< Ordinal, VecType, is_static >::deserialize ( const Ordinal  bytes,
const char  charBuffer[],
const Ordinal  count,
VecType  buffer[] 
)
inlinestatic

Deserialize from an indirect char[] buffer.

Definition at line 457 of file Sacado_MP_ScalarTraitsImp.hpp.

Member Data Documentation

template<typename Ordinal, typename VecType, bool is_static = false>
const bool Sacado::MP::SerializationTraitsImp< Ordinal, VecType, is_static >::supportsDirectSerialization
static
Initial value:

Whether the type T supports direct serialization.

Definition at line 427 of file Sacado_MP_ScalarTraitsImp.hpp.


The documentation for this struct was generated from the following file: