|
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 | |
| CharToValueTypeReductionOpImp (const RCP< const ValueTypeReductionOp< Ordinal, T > > &reductOp, const RCP< const Serializer > &serializer) | |
| | |
| void | reduce (const Ordinal charCount, const char charInBuffer[], char charInoutBuffer[]) const |
| | |
Private Member Functions | |
| CharToValueTypeReductionOpImp () | |
| CharToValueTypeReductionOpImp (const CharToValueTypeReductionOpImp &) | |
| CharToValueTypeReductionOpImp & | operator= (const CharToValueTypeReductionOpImp &) |
Private Attributes | |
| RCP< const ValueTypeReductionOp< Ordinal, T > > | reductOp_ |
| 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 58 of file Teuchos_ReductionOpHelpers.hpp.
| Teuchos::CharToValueTypeReductionOpImp< Ordinal, T, Serializer >::CharToValueTypeReductionOpImp | ( | const RCP< const ValueTypeReductionOp< Ordinal, T > > & | reductOp, |
| const RCP< const Serializer > & | serializer | ||
| ) |
Definition at line 163 of file Teuchos_ReductionOpHelpers.hpp.
| Teuchos::CharToValueTypeReductionOpImp< Ordinal, T, Serializer >::CharToValueTypeReductionOpImp | ( | ) | [private] |
| Teuchos::CharToValueTypeReductionOpImp< Ordinal, T, Serializer >::CharToValueTypeReductionOpImp | ( | const CharToValueTypeReductionOpImp< Ordinal, T, Serializer > & | ) | [private] |
| void Teuchos::CharToValueTypeReductionOpImp< Ordinal, T, Serializer >::reduce | ( | const Ordinal | charCount, |
| const char | charInBuffer[], | ||
| char | charInoutBuffer[] | ||
| ) | const [virtual] |
Implements Teuchos::ValueTypeReductionOp< Ordinal, char >.
Definition at line 171 of file Teuchos_ReductionOpHelpers.hpp.
| CharToValueTypeReductionOpImp& Teuchos::CharToValueTypeReductionOpImp< Ordinal, T, Serializer >::operator= | ( | const CharToValueTypeReductionOpImp< Ordinal, T, Serializer > & | ) | [private] |
RCP<const ValueTypeReductionOp<Ordinal,T> > Teuchos::CharToValueTypeReductionOpImp< Ordinal, T, Serializer >::reductOp_ [private] |
Definition at line 73 of file Teuchos_ReductionOpHelpers.hpp.
RCP<const Serializer> Teuchos::CharToValueTypeReductionOpImp< Ordinal, T, Serializer >::serializer_ [private] |
Definition at line 74 of file Teuchos_ReductionOpHelpers.hpp.
1.7.6.1