Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Teuchos::ValueTypeSerializer< Ordinal, Sacado::PCE::OrthogPoly< T, S > > Struct Template Reference

Specialization of Teuchos::ValueTypeSerializer. More...

#include <Sacado_PCE_OrthogPolyTraits.hpp>

Inheritance diagram for Teuchos::ValueTypeSerializer< Ordinal, Sacado::PCE::OrthogPoly< T, S > >:
Inheritance graph
[legend]

Public Types

typedef Sacado::PCE::OrthogPoly< T, S > PCEType
 
typedef ValueTypeSerializer< Ordinal, T > ValueSerializer
 
typedef Sacado::PCE::SerializerImp< Ordinal, PCEType, ValueSerializerBase
 
typedef Base::expansion_type expansion_type
 
- Public Types inherited from Sacado::PCE::SerializerImp< Ordinal, Sacado::PCE::OrthogPoly< T, S >, ValueTypeSerializer< Ordinal, T > >
typedef ValueTypeSerializer< Ordinal, T > value_serializer_type
 Typename of value serializer.
 
typedef PCEType::expansion_type expansion_type
 Typename of expansion.
 

Public Member Functions

 ValueTypeSerializer (const Teuchos::RCP< expansion_type > &expansion, const Teuchos::RCP< const ValueSerializer > &vs)
 
- Public Member Functions inherited from Sacado::PCE::SerializerImp< Ordinal, Sacado::PCE::OrthogPoly< T, S >, ValueTypeSerializer< Ordinal, T > >
 SerializerImp (const Teuchos::RCP< expansion_type > &expansion_, const Teuchos::RCP< const ValueTypeSerializer< Ordinal, T > > &vs_)
 
Teuchos::RCP< expansion_typegetSerializerExpansion () const
 Return specified serializer size.
 
Teuchos::RCP< const value_serializer_typegetValueSerializer () const
 Get nested value serializer.
 
Ordinal fromCountToIndirectBytes (const Ordinal count, const Sacado::PCE::OrthogPoly< T, S > buffer[]) const
 Return the number of bytes for count objects.
 
void serialize (const Ordinal count, const Sacado::PCE::OrthogPoly< T, S > buffer[], const Ordinal bytes, char charBuffer[]) const
 Serialize to an indirect char[] buffer.
 
Ordinal fromIndirectBytesToCount (const Ordinal bytes, const char charBuffer[]) const
 Return the number of objects for bytes of storage.
 
void deserialize (const Ordinal bytes, const char charBuffer[], const Ordinal count, Sacado::PCE::OrthogPoly< T, S > buffer[]) const
 Deserialize from an indirect char[] buffer.
 

Additional Inherited Members

- Static Public Attributes inherited from Sacado::PCE::SerializerImp< Ordinal, Sacado::PCE::OrthogPoly< T, S >, ValueTypeSerializer< Ordinal, T > >
static const bool supportsDirectSerialization
 Whether the type T supports direct serialization.
 
- Protected Types inherited from Sacado::PCE::SerializerImp< Ordinal, Sacado::PCE::OrthogPoly< T, S >, ValueTypeSerializer< Ordinal, T > >
typedef Sacado::ValueType< Sacado::PCE::OrthogPoly< T, S > >::type ValueT
 
typedef Teuchos::SerializationTraits< Ordinal, int > iSerT
 
typedef Teuchos::SerializationTraits< Ordinal, OrdinaloSerT
 
- Protected Attributes inherited from Sacado::PCE::SerializerImp< Ordinal, Sacado::PCE::OrthogPoly< T, S >, ValueTypeSerializer< Ordinal, T > >
Teuchos::RCP< expansion_typeexpansion
 
Teuchos::RCP< const ValueTypeSerializer< Ordinal, T > > vs
 
int sz
 

Detailed Description

template<typename Ordinal, typename T, typename S>
struct Teuchos::ValueTypeSerializer< Ordinal, Sacado::PCE::OrthogPoly< T, S > >

Specialization of Teuchos::ValueTypeSerializer.

Definition at line 178 of file Sacado_PCE_OrthogPolyTraits.hpp.

Member Typedef Documentation

◆ PCEType

template<typename Ordinal , typename T , typename S >
typedef Sacado::PCE::OrthogPoly<T,S> Teuchos::ValueTypeSerializer< Ordinal, Sacado::PCE::OrthogPoly< T, S > >::PCEType

Definition at line 183 of file Sacado_PCE_OrthogPolyTraits.hpp.

◆ ValueSerializer

template<typename Ordinal , typename T , typename S >
typedef ValueTypeSerializer<Ordinal,T> Teuchos::ValueTypeSerializer< Ordinal, Sacado::PCE::OrthogPoly< T, S > >::ValueSerializer

Definition at line 184 of file Sacado_PCE_OrthogPolyTraits.hpp.

◆ Base

template<typename Ordinal , typename T , typename S >
typedef Sacado::PCE::SerializerImp< Ordinal,PCEType,ValueSerializer> Teuchos::ValueTypeSerializer< Ordinal, Sacado::PCE::OrthogPoly< T, S > >::Base

Definition at line 185 of file Sacado_PCE_OrthogPolyTraits.hpp.

◆ expansion_type

template<typename Ordinal , typename T , typename S >
typedef Base::expansion_type Teuchos::ValueTypeSerializer< Ordinal, Sacado::PCE::OrthogPoly< T, S > >::expansion_type

Definition at line 186 of file Sacado_PCE_OrthogPolyTraits.hpp.

Constructor & Destructor Documentation

◆ ValueTypeSerializer()

template<typename Ordinal , typename T , typename S >
Teuchos::ValueTypeSerializer< Ordinal, Sacado::PCE::OrthogPoly< T, S > >::ValueTypeSerializer ( const Teuchos::RCP< expansion_type > & expansion,
const Teuchos::RCP< const ValueSerializer > & vs )
inline

Definition at line 187 of file Sacado_PCE_OrthogPolyTraits.hpp.


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