|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Specialization of Teuchos::ValueTypeSerializer. More...
#include <Sacado_ETPCE_OrthogPolyTraits.hpp>

Public Types | |
| typedef Sacado::ETPCE::OrthogPoly< T, S > | PCEType |
| typedef ValueTypeSerializer< Ordinal, T > | ValueSerializer |
| typedef Sacado::PCE::SerializerImp< Ordinal, PCEType, ValueSerializer > | Base |
| typedef Base::expansion_type | expansion_type |
Public Types inherited from Sacado::PCE::SerializerImp< Ordinal, Sacado::ETPCE::OrthogPoly< T, S >, ValueTypeSerializer< Ordinal, T > > | |
| typedef ValueTypeSerializer< Ordinal, T > | value_serializer_type |
| Typename of value serializer. More... | |
| typedef Sacado::ETPCE::OrthogPoly< T, S > ::expansion_type | expansion_type |
| Typename of expansion. More... | |
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::ETPCE::OrthogPoly< T, S >, ValueTypeSerializer< Ordinal, T > > | |
| SerializerImp (const Teuchos::RCP< expansion_type > &expansion_, const Teuchos::RCP< const ValueTypeSerializer< Ordinal, T > > &vs_) | |
| Teuchos::RCP< expansion_type > | getSerializerExpansion () const |
| Return specified serializer size. More... | |
| Teuchos::RCP< const value_serializer_type > | getValueSerializer () const |
| Get nested value serializer. More... | |
| Ordinal | fromCountToIndirectBytes (const Ordinal count, const Sacado::ETPCE::OrthogPoly< T, S > buffer[]) const |
Return the number of bytes for count objects. More... | |
| void | serialize (const Ordinal count, const Sacado::ETPCE::OrthogPoly< T, S > buffer[], const Ordinal bytes, char charBuffer[]) const |
Serialize to an indirect char[] buffer. More... | |
| Ordinal | fromIndirectBytesToCount (const Ordinal bytes, const char charBuffer[]) const |
Return the number of objects for bytes of storage. More... | |
| void | deserialize (const Ordinal bytes, const char charBuffer[], const Ordinal count, Sacado::ETPCE::OrthogPoly< T, S > buffer[]) const |
Deserialize from an indirect char[] buffer. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from Sacado::PCE::SerializerImp< Ordinal, Sacado::ETPCE::OrthogPoly< T, S >, ValueTypeSerializer< Ordinal, T > > | |
| static const bool | supportsDirectSerialization |
| Whether the type T supports direct serialization. More... | |
Protected Types inherited from Sacado::PCE::SerializerImp< Ordinal, Sacado::ETPCE::OrthogPoly< T, S >, ValueTypeSerializer< Ordinal, T > > | |
| typedef Sacado::ValueType< Sacado::ETPCE::OrthogPoly< T, S > >::type | ValueT |
| typedef Teuchos::SerializationTraits< Ordinal, int > | iSerT |
| typedef Teuchos::SerializationTraits< Ordinal, Ordinal > | oSerT |
Protected Attributes inherited from Sacado::PCE::SerializerImp< Ordinal, Sacado::ETPCE::OrthogPoly< T, S >, ValueTypeSerializer< Ordinal, T > > | |
| Teuchos::RCP< expansion_type > | expansion |
| Teuchos::RCP< const ValueTypeSerializer< Ordinal, T > > | vs |
| int | sz |
Specialization of Teuchos::ValueTypeSerializer.
Definition at line 172 of file Sacado_ETPCE_OrthogPolyTraits.hpp.
| typedef Sacado::ETPCE::OrthogPoly<T,S> Teuchos::ValueTypeSerializer< Ordinal, Sacado::ETPCE::OrthogPoly< T, S > >::PCEType |
Definition at line 177 of file Sacado_ETPCE_OrthogPolyTraits.hpp.
| typedef ValueTypeSerializer<Ordinal,T> Teuchos::ValueTypeSerializer< Ordinal, Sacado::ETPCE::OrthogPoly< T, S > >::ValueSerializer |
Definition at line 178 of file Sacado_ETPCE_OrthogPolyTraits.hpp.
| typedef Sacado::PCE::SerializerImp< Ordinal,PCEType,ValueSerializer> Teuchos::ValueTypeSerializer< Ordinal, Sacado::ETPCE::OrthogPoly< T, S > >::Base |
Definition at line 179 of file Sacado_ETPCE_OrthogPolyTraits.hpp.
| typedef Base::expansion_type Teuchos::ValueTypeSerializer< Ordinal, Sacado::ETPCE::OrthogPoly< T, S > >::expansion_type |
Definition at line 180 of file Sacado_ETPCE_OrthogPolyTraits.hpp.
|
inline |
Definition at line 181 of file Sacado_ETPCE_OrthogPolyTraits.hpp.
1.8.14