Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Static Public Attributes | List of all members
Sacado::UQ::PCESerializationTraitsImp< Ordinal, PCEType > Class Template Reference

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

#include <Sacado_UQ_PCE_ScalarTraitsImp.hpp>

Static Public Member Functions

Indirect serialization functions (always defined and supported)
static Ordinal fromCountToIndirectBytes (const Ordinal count, const PCEType buffer[])
 Return the number of bytes for count objects.
 
static void serialize (const Ordinal count, const PCEType buffer[], const Ordinal bytes, char charBuffer[])
 Serialize to an indirect char[] buffer.
 
static Ordinal fromIndirectBytesToCount (const Ordinal bytes, const char charBuffer[])
 Return the number of objects for bytes of storage.
 
static void deserialize (const Ordinal bytes, const char charBuffer[], const Ordinal count, PCEType buffer[])
 Deserialize from an indirect char[] buffer.
 

Static Public Attributes

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

Detailed Description

template<typename Ordinal, typename PCEType>
class Sacado::UQ::PCESerializationTraitsImp< Ordinal, PCEType >

Implementation of Teuchos::SerializationTraits for all PCE types.


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