Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Serialization implementation for all Vector types. More...
#include <Sacado_MP_ScalarTraitsImp.hpp>
Static Public Attributes | |
static const bool | supportsDirectSerialization = false |
Whether the type T supports direct serialization. More... | |
Private Types | |
typedef Sacado::ValueType < VecType >::type | ValueT |
Value type. More... | |
typedef Teuchos::SerializationTraits < Ordinal, int > | iSerT |
How to serialize ints. More... | |
typedef Teuchos::SerializationTraits < Ordinal, Ordinal > | oSerT |
How to serialize ordinals. More... | |
Indirect serialization functions (always defined and supported) | |
static Ordinal | fromCountToIndirectBytes (const Serializer &vs, const Ordinal count, const VecType buffer[], const Ordinal sz=0) |
Return the number of bytes for count objects. More... | |
static void | serialize (const Serializer &vs, const Ordinal count, const VecType buffer[], const Ordinal bytes, char charBuffer[], const Ordinal sz=0) |
Serialize to an indirect char[] buffer. More... | |
static Ordinal | fromIndirectBytesToCount (const Serializer &vs, const Ordinal bytes, const char charBuffer[], const Ordinal sz=0) |
Return the number of objects for bytes of storage. More... | |
static void | deserialize (const Serializer &vs, const Ordinal bytes, const char charBuffer[], const Ordinal count, VecType buffer[], const Ordinal sz=0) |
Deserialize from an indirect char[] buffer. More... | |
Serialization implementation for all Vector types.
Definition at line 256 of file Sacado_MP_ScalarTraitsImp.hpp.
|
private |
Value type.
Definition at line 261 of file Sacado_MP_ScalarTraitsImp.hpp.
|
private |
How to serialize ints.
Definition at line 264 of file Sacado_MP_ScalarTraitsImp.hpp.
|
private |
How to serialize ordinals.
Definition at line 267 of file Sacado_MP_ScalarTraitsImp.hpp.
|
inlinestatic |
Return the number of bytes for count
objects.
Definition at line 278 of file Sacado_MP_ScalarTraitsImp.hpp.
|
inlinestatic |
Serialize to an indirect char[]
buffer.
Definition at line 309 of file Sacado_MP_ScalarTraitsImp.hpp.
|
inlinestatic |
Return the number of objects for bytes
of storage.
Definition at line 348 of file Sacado_MP_ScalarTraitsImp.hpp.
|
inlinestatic |
Deserialize from an indirect char[]
buffer.
Definition at line 375 of file Sacado_MP_ScalarTraitsImp.hpp.
|
static |
Whether the type T supports direct serialization.
Definition at line 272 of file Sacado_MP_ScalarTraitsImp.hpp.