Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Shadower< A > Class Template Reference

A default template class to make shadow. More...

#include <Shadower.h>

List of all members.

Static Public Member Functions

static void shadow (const A &org, A *sh)
 Make sh shadow of org.
static const bool isShadowable ()
 Returns whether class A is shadowable.


Detailed Description

template<typename A>
class Shadower< A >

A default template class to make shadow.

This is default implementation and invokes A::isShadowable() and A::shadow(A&);

Instances for some primitive types are written in this file. If you use other primitive types, you should make instances for them. For classes used in skeletons, i.e. dist_pair and matrix, you don't have to are also written in this file. If you use classes except those used in skeletons, i.e. dist_pair and matrix, , you should do either of the following: 1. add members isShadowable() and shadow() which are used in default Shadower, 2. write an instance of Shadower for the class.

Definition at line 28 of file Shadower.h.


Member Function Documentation

template<typename A>
static const bool Shadower< A >::isShadowable  )  [inline, static]
 

Returns whether class A is shadowable.

Return values:
true class A is shadowable.
false class A is not shadowable. It should have entity.
See also:
matrix<A>::isShadowable()

Definition at line 45 of file Shadower.h.

template<typename A>
static void Shadower< A >::shadow const A &  org,
A *  sh
[inline, static]
 

Make sh shadow of org.

Default implementation invokes just A::shadow.

Parameters:
sh is made to be shadow of org.
org the object to be shadowed.
See also:
matrix<A>::shadow()

Definition at line 38 of file Shadower.h.

Referenced by m_skeletons::allreduce_col(), and m_skeletons::allreduce_row().


The documentation for this class was generated from the following file:
Generated on Wed Jan 18 22:21:10 2006 for SkeTo -- Skeleton Library in Tokyo by  doxygen 1.4.4