|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Decorator class that uses traits to convert to and from char[] to typed buffers for objects that use value semantics and then call a type-specific reduction object.
More...
#include <Teuchos_ReductionOpHelpers.hpp>

Public Types | |
| typedef DefaultSerializer < Ordinal, T > | DS |
| typedef DS::DefaultSerializerType | Serializer |
| typedef CharToValueTypeReductionOpImp < Ordinal, T, Serializer > | Base |
Public Member Functions | |
| CharToValueTypeReductionOp (const RCP< const ValueTypeReductionOp< Ordinal, T > > &reductOp, const RCP< const Serializer > &serializer=DS::getDefaultSerializerRCP()) | |
| | |
Decorator class that uses traits to convert to and from char[] to typed buffers for objects that use value semantics and then call a type-specific reduction object.
Specialization for the default serializer object type with a default argument for the serializer object parameter.
ToDo: Finish Documentation!
Definition at line 111 of file Teuchos_ReductionOpHelpers.hpp.
| typedef DefaultSerializer<Ordinal,T> Teuchos::CharToValueTypeReductionOp< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType >::DS |
Definition at line 115 of file Teuchos_ReductionOpHelpers.hpp.
| typedef DS::DefaultSerializerType Teuchos::CharToValueTypeReductionOp< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType >::Serializer |
Definition at line 116 of file Teuchos_ReductionOpHelpers.hpp.
| typedef CharToValueTypeReductionOpImp<Ordinal,T,Serializer> Teuchos::CharToValueTypeReductionOp< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType >::Base |
Definition at line 117 of file Teuchos_ReductionOpHelpers.hpp.
| Teuchos::CharToValueTypeReductionOp< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType >::CharToValueTypeReductionOp | ( | const RCP< const ValueTypeReductionOp< Ordinal, T > > & | reductOp, |
| const RCP< const Serializer > & | serializer = DS::getDefaultSerializerRCP() |
||
| ) | [inline] |
Definition at line 119 of file Teuchos_ReductionOpHelpers.hpp.
1.7.6.1