ReductTarget objects.
More...
#include <RTOpPack_SPMD_apply_op_decl.hpp>
Inheritance diagram for RTOpPack::ReductTargetSerializer< Scalar >:

Public functions overridden from Teuchos::Serializer | |
| index_type | getBufferSize (const index_type count) const |
| | |
| void | serialize (const index_type count, const ReductTarget *const reduct_objs[], const index_type bytes, char charBuffer[]) const |
| | |
| Teuchos::RCP< ReductTarget > | createObj () const |
| | |
| void | deserialize (const index_type bytes, const char charBuffer[], const index_type count, ReductTarget *const reduct_objs[]) const |
| | |
Public Member Functions | |
| ReductTargetSerializer (const Teuchos::RCP< const RTOpT< Scalar > > &op) | |
| | |
ReductTarget objects.
The copy constructor is allowed and has shallow copy semantics.
Definition at line 92 of file RTOpPack_SPMD_apply_op_decl.hpp.
| RTOpPack::ReductTargetSerializer< Scalar >::ReductTargetSerializer | ( | const Teuchos::RCP< const RTOpT< Scalar > > & | op | ) |
| index_type RTOpPack::ReductTargetSerializer< Scalar >::getBufferSize | ( | const index_type | count | ) | const |
| void RTOpPack::ReductTargetSerializer< Scalar >::serialize | ( | const index_type | count, | |
| const ReductTarget *const | reduct_objs[], | |||
| const index_type | bytes, | |||
| char | charBuffer[] | |||
| ) | const |
| Teuchos::RCP< ReductTarget > RTOpPack::ReductTargetSerializer< Scalar >::createObj | ( | ) | const [virtual] |
Implements Teuchos::Serializer< Ordinal, T >.
Definition at line 236 of file RTOpPack_SPMD_apply_op_def.hpp.
| void RTOpPack::ReductTargetSerializer< Scalar >::deserialize | ( | const index_type | bytes, | |
| const char | charBuffer[], | |||
| const index_type | count, | |||
| ReductTarget *const | reduct_objs[] | |||
| ) | const |
1.4.7