|
Teuchos - Trilinos Tools Package
Version of the Day
|
Decorator class that uses a strategy object to convert to and from char[] to typed buffers for objects that use reference semantics and then call a type-specific reduction object.
More...
#include <Teuchos_ReductionOpHelpers.hpp>
Public Member Functions | |
| CharToReferenceTypeReductionOp (const RCP< const Serializer< Ordinal, T > > &serializer, const RCP< const ReferenceTypeReductionOp< Ordinal, T > > &reductOp) | |
| | |
| void | reduce (const Ordinal charCount, const char charInBuffer[], char charInoutBuffer[]) const |
| | |
Decorator class that uses a strategy object to convert to and from char[] to typed buffers for objects that use reference semantics and then call a type-specific reduction object.
ToDo: Finish Documentation!
Definition at line 132 of file Teuchos_ReductionOpHelpers.hpp.
| Teuchos::CharToReferenceTypeReductionOp< Ordinal, T >::CharToReferenceTypeReductionOp | ( | const RCP< const Serializer< Ordinal, T > > & | serializer, |
| const RCP< const ReferenceTypeReductionOp< Ordinal, T > > & | reductOp | ||
| ) |
Definition at line 191 of file Teuchos_ReductionOpHelpers.hpp.
| void Teuchos::CharToReferenceTypeReductionOp< Ordinal, T >::reduce | ( | const Ordinal | charCount, |
| const char | charInBuffer[], | ||
| char | charInoutBuffer[] | ||
| ) | const [virtual] |
Implements Teuchos::ValueTypeReductionOp< Ordinal, char >.
Definition at line 199 of file Teuchos_ReductionOpHelpers.hpp.
1.7.6.1