|
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 Member Functions | |
| CharToValueTypeReductionOp (const RCP< const ValueTypeReductionOp< Ordinal, T > > &reductOp) | |
| | |
| void | reduce (const Ordinal charCount, const char charInBuffer[], char charInoutBuffer[]) const |
| | |
Private Member Functions | |
| CharToValueTypeReductionOp () | |
| CharToValueTypeReductionOp (const CharToValueTypeReductionOp &) | |
| CharToValueTypeReductionOp & | operator= (const CharToValueTypeReductionOp &) |
Private Attributes | |
| RCP< const ValueTypeReductionOp< Ordinal, T > > | reductOp_ |
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 45 of file Teuchos_ReductionOpHelpers.hpp.
| Teuchos::CharToValueTypeReductionOp< Ordinal, T >::CharToValueTypeReductionOp | ( | const RCP< const ValueTypeReductionOp< Ordinal, T > > & | reductOp | ) |
Definition at line 104 of file Teuchos_ReductionOpHelpers.hpp.
| Teuchos::CharToValueTypeReductionOp< Ordinal, T >::CharToValueTypeReductionOp | ( | ) | [private] |
| Teuchos::CharToValueTypeReductionOp< Ordinal, T >::CharToValueTypeReductionOp | ( | const CharToValueTypeReductionOp< Ordinal, T > & | ) | [private] |
| void Teuchos::CharToValueTypeReductionOp< Ordinal, T >::reduce | ( | const Ordinal | charCount, |
| const char | charInBuffer[], | ||
| char | charInoutBuffer[] | ||
| ) | const [virtual] |
Implements Teuchos::ValueTypeReductionOp< Ordinal, char >.
Definition at line 111 of file Teuchos_ReductionOpHelpers.hpp.
| CharToValueTypeReductionOp& Teuchos::CharToValueTypeReductionOp< Ordinal, T >::operator= | ( | const CharToValueTypeReductionOp< Ordinal, T > & | ) | [private] |
RCP<const ValueTypeReductionOp<Ordinal,T> > Teuchos::CharToValueTypeReductionOp< Ordinal, T >::reductOp_ [private] |
Definition at line 59 of file Teuchos_ReductionOpHelpers.hpp.
1.7.4