PPL Logo

CkVerboseListener Class Reference

#include <ckarray.h>

Inheritance diagram for CkVerboseListener:

Inheritance graph
[legend]
Collaboration diagram for CkVerboseListener:

Collaboration graph
[legend]

Public Member Functions

 CkVerboseListener (void)
 CkVerboseListener (CkMigrateMessage *m)
 PUPable_decl (CkVerboseListener)
virtual void ckRegister (CkArray *arrMgr, int dataOffset_)
virtual void ckBeginInserting (void)
 Elements may be being created.
virtual void ckEndInserting (void)
 No more elements will be created (for now).
virtual void ckElementStamp (int *eltInfo)
 Element creation message is about to be sent.
virtual void ckElementCreating (ArrayElement *elt)
 Element is about to be created on this processor.
virtual bool ckElementCreated (ArrayElement *elt)
 Element was just created on this processor Return false if the element migrated away or deleted itself.
virtual void ckElementDied (ArrayElement *elt)
 Element is about to be destroyed.
virtual void ckElementLeaving (ArrayElement *elt)
 Element is about to leave this processor (so about to call pup).
virtual bool ckElementArriving (ArrayElement *elt)
 Element just arrived on this processor (so just called pup) Return false if the element migrated away or deleted itself.

Detailed Description

Definition at line 71 of file ckarray.h.


Constructor & Destructor Documentation

CkVerboseListener::CkVerboseListener ( void   ) 

Definition at line 177 of file ckarray.C.

References endl().

Here is the call graph for this function:

CkVerboseListener::CkVerboseListener ( CkMigrateMessage m  )  [inline]

Definition at line 74 of file ckarray.h.


Member Function Documentation

CkVerboseListener::PUPable_decl ( CkVerboseListener   ) 

void CkVerboseListener::ckRegister ( CkArray arrMgr,
int  dataOffset_ 
) [virtual]

Definition at line 183 of file ckarray.C.

References endl().

Here is the call graph for this function:

void CkVerboseListener::ckBeginInserting ( void   )  [virtual]

Elements may be being created.

Reimplemented from CkArrayListener.

Definition at line 188 of file ckarray.C.

References endl().

Here is the call graph for this function:

void CkVerboseListener::ckEndInserting ( void   )  [virtual]

No more elements will be created (for now).

Reimplemented from CkArrayListener.

Definition at line 192 of file ckarray.C.

References endl().

Here is the call graph for this function:

void CkVerboseListener::ckElementStamp ( int eltInfo  )  [virtual]

Element creation message is about to be sent.

Reimplemented from CkArrayListener.

Definition at line 197 of file ckarray.C.

References endl().

Here is the call graph for this function:

void CkVerboseListener::ckElementCreating ( ArrayElement elt  )  [virtual]

Element is about to be created on this processor.

Reimplemented from CkArrayListener.

Definition at line 201 of file ckarray.C.

References endl(), and idx2str().

Here is the call graph for this function:

bool CkVerboseListener::ckElementCreated ( ArrayElement elt  )  [virtual]

Element was just created on this processor Return false if the element migrated away or deleted itself.

Reimplemented from CkArrayListener.

Definition at line 205 of file ckarray.C.

References endl(), and idx2str().

Here is the call graph for this function:

void CkVerboseListener::ckElementDied ( ArrayElement elt  )  [virtual]

Element is about to be destroyed.

Reimplemented from CkArrayListener.

Definition at line 210 of file ckarray.C.

References endl(), and idx2str().

Here is the call graph for this function:

void CkVerboseListener::ckElementLeaving ( ArrayElement elt  )  [virtual]

Element is about to leave this processor (so about to call pup).

Reimplemented from CkArrayListener.

Definition at line 215 of file ckarray.C.

References endl(), and idx2str().

Here is the call graph for this function:

bool CkVerboseListener::ckElementArriving ( ArrayElement elt  )  [virtual]

Element just arrived on this processor (so just called pup) Return false if the element migrated away or deleted itself.

Reimplemented from CkArrayListener.

Definition at line 219 of file ckarray.C.

References endl(), and idx2str().

Here is the call graph for this function:


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

Generated on Mon Sep 21 08:21:42 2020 for Charm++ by  doxygen 1.5.5