Support Software for Vector Reduction/Transformation Operators Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | List of all members
RTOpPack::ReductTargetSerializer< Scalar > Class Template Reference

Serializer subclass for ReductTarget objects. More...

#include <RTOpPack_SPMD_apply_op_decl.hpp>

Inherits Teuchos::Serializer< index_type, ReductTarget >.

Public Member Functions

 ReductTargetSerializer (const Teuchos::RCP< const RTOpT< Scalar > > &op)
 

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< ReductTargetcreateObj () const
 
void deserialize (const index_type bytes, const char charBuffer[], const index_type count, ReductTarget *const reduct_objs[]) const
 

Detailed Description

template<class Scalar>
class RTOpPack::ReductTargetSerializer< Scalar >

Serializer subclass for ReductTarget objects.

The copy constructor is allowed and has shallow copy semantics.

Definition at line 124 of file RTOpPack_SPMD_apply_op_decl.hpp.

Constructor & Destructor Documentation

◆ ReductTargetSerializer()

template<class Scalar >
RTOpPack::ReductTargetSerializer< Scalar >::ReductTargetSerializer ( const Teuchos::RCP< const RTOpT< Scalar > > & op)

Definition at line 203 of file RTOpPack_SPMD_apply_op_def.hpp.

Member Function Documentation

◆ getBufferSize()

template<class Scalar >
index_type RTOpPack::ReductTargetSerializer< Scalar >::getBufferSize ( const index_type count) const

Definition at line 219 of file RTOpPack_SPMD_apply_op_def.hpp.

◆ serialize()

template<class Scalar >
void RTOpPack::ReductTargetSerializer< Scalar >::serialize ( const index_type count,
const ReductTarget *const reduct_objs[],
const index_type bytes,
char charBuffer[] ) const

Definition at line 226 of file RTOpPack_SPMD_apply_op_def.hpp.

◆ createObj()

template<class Scalar >
Teuchos::RCP< ReductTarget > RTOpPack::ReductTargetSerializer< Scalar >::createObj ( ) const

Definition at line 253 of file RTOpPack_SPMD_apply_op_def.hpp.

◆ deserialize()

template<class Scalar >
void RTOpPack::ReductTargetSerializer< Scalar >::deserialize ( const index_type bytes,
const char charBuffer[],
const index_type count,
ReductTarget *const reduct_objs[] ) const

Definition at line 259 of file RTOpPack_SPMD_apply_op_def.hpp.


The documentation for this class was generated from the following files: