|
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 CharToValueTypeReductionOpImp < Ordinal, T, Serializer > | Base |
Public Member Functions | |
| CharToValueTypeReductionOp (const RCP< const ValueTypeReductionOp< Ordinal, T > > &reductOp, const RCP< const Serializer > &serializer) | |
| | |
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.
ToDo: Finish Documentation!
Definition at line 89 of file Teuchos_ReductionOpHelpers.hpp.
| typedef CharToValueTypeReductionOpImp<Ordinal,T,Serializer> Teuchos::CharToValueTypeReductionOp< Ordinal, T, Serializer >::Base |
Definition at line 93 of file Teuchos_ReductionOpHelpers.hpp.
| Teuchos::CharToValueTypeReductionOp< Ordinal, T, Serializer >::CharToValueTypeReductionOp | ( | const RCP< const ValueTypeReductionOp< Ordinal, T > > & | reductOp, |
| const RCP< const Serializer > & | serializer | ||
| ) | [inline] |
Definition at line 95 of file Teuchos_ReductionOpHelpers.hpp.
1.7.6.1