|
Stokhos Development
|
Specialization of Teuchos::SerializationTraits. More...
#include <Sacado_PCE_OrthogPolyTraits.hpp>


Additional Inherited Members | |
Static Public Member Functions inherited from Sacado::PCE::SerializationTraitsImp< Ordinal, Sacado::PCE::OrthogPoly< T, S > > | |
| static Ordinal | fromCountToIndirectBytes (const Ordinal count, const Sacado::PCE::OrthogPoly< T, S > buffer[]) |
Return the number of bytes for count objects. | |
| static void | serialize (const Ordinal count, const Sacado::PCE::OrthogPoly< T, S > 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, Sacado::PCE::OrthogPoly< T, S > buffer[]) |
Deserialize from an indirect char[] buffer. | |
Static Public Attributes inherited from Sacado::PCE::SerializationTraitsImp< Ordinal, Sacado::PCE::OrthogPoly< T, S > > | |
| static const bool | supportsDirectSerialization |
| Whether the type T supports direct serialization. | |
Specialization of Teuchos::SerializationTraits.