Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Implementation of Teuchos::SerializationTraits for all PCE types. More...
#include <Sacado_UQ_PCE_ScalarTraitsImp.hpp>
Static Public Attributes | |
static const bool | supportsDirectSerialization = false |
Whether the type T supports direct serialization. More... | |
Private Types | |
typedef Sacado::ValueType < PCEType >::type | ValueT |
typedef Teuchos::SerializationTraits < Ordinal, ValueT > | vSerT |
typedef Teuchos::SerializationTraits < Ordinal, int > | iSerT |
typedef Teuchos::SerializationTraits < Ordinal, Ordinal > | oSerT |
Indirect serialization functions (always defined and supported) | |
static Ordinal | fromCountToIndirectBytes (const Ordinal count, const PCEType buffer[]) |
Return the number of bytes for count objects. More... | |
static void | serialize (const Ordinal count, const PCEType 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, PCEType buffer[]) |
Deserialize from an indirect char[] buffer. More... | |
Implementation of Teuchos::SerializationTraits for all PCE types.
Definition at line 188 of file Sacado_UQ_PCE_ScalarTraitsImp.hpp.
|
private |
Definition at line 189 of file Sacado_UQ_PCE_ScalarTraitsImp.hpp.
|
private |
Definition at line 190 of file Sacado_UQ_PCE_ScalarTraitsImp.hpp.
|
private |
Definition at line 191 of file Sacado_UQ_PCE_ScalarTraitsImp.hpp.
|
private |
Definition at line 192 of file Sacado_UQ_PCE_ScalarTraitsImp.hpp.
|
inlinestatic |
Return the number of bytes for count
objects.
Definition at line 203 of file Sacado_UQ_PCE_ScalarTraitsImp.hpp.
|
inlinestatic |
Serialize to an indirect char[]
buffer.
Definition at line 217 of file Sacado_UQ_PCE_ScalarTraitsImp.hpp.
|
inlinestatic |
Return the number of objects for bytes
of storage.
Definition at line 239 of file Sacado_UQ_PCE_ScalarTraitsImp.hpp.
|
inlinestatic |
Deserialize from an indirect char[]
buffer.
Definition at line 264 of file Sacado_UQ_PCE_ScalarTraitsImp.hpp.
|
static |
Whether the type T supports direct serialization.
Definition at line 197 of file Sacado_UQ_PCE_ScalarTraitsImp.hpp.