Support Software for Vector Reduction/Transformation Operators  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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>

Inheritance diagram for RTOpPack::ReductTargetSerializer< Scalar >:
Inheritance graph
[legend]

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

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

template<class Scalar >
index_type RTOpPack::ReductTargetSerializer< Scalar >::getBufferSize ( const index_type  count) const
virtual
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.

template<class Scalar >
Teuchos::RCP< ReductTarget > RTOpPack::ReductTargetSerializer< Scalar >::createObj ( ) const
virtual
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: