


Public Member Functions | |
| CkLocRec_dead (CkLocMgr *Narr) | |
| virtual RecType | type (void) |
| virtual CmiBool | deliver (CkArrayMessage *msg, CkDeliver_t type, int opts=0) |
| Accept a message for this element. | |
| virtual void | beenReplaced (void) |
| This is called when this ArrayRec is about to be replaced. | |
| virtual CmiBool | isObsolete (int nSprings, const CkArrayIndex &idx) |
| Return if this rec is now obsolete. | |
These are a debugging aid, usable only by uncommenting a line in the element destruction code.
Definition at line 1590 of file cklocation.C.
| CkLocRec_dead::CkLocRec_dead | ( | CkLocMgr * | Narr | ) | [inline] |
Definition at line 1592 of file cklocation.C.
| virtual RecType CkLocRec_dead::type | ( | void | ) | [inline, virtual] |
| virtual CmiBool CkLocRec_dead::deliver | ( | CkArrayMessage * | m, | |
| CkDeliver_t | type, | |||
| int | opts = 0 | |||
| ) | [inline, virtual] |
Accept a message for this element.
Implements CkLocRec.
Definition at line 1596 of file cklocation.C.
References CkArrayMessage::array_index(), CmiFalse, and idx2str().
| virtual void CkLocRec_dead::beenReplaced | ( | void | ) | [inline, virtual] |
This is called when this ArrayRec is about to be replaced.
It is only used to deliver buffered element messages.
Reimplemented from CkLocRec.
Definition at line 1601 of file cklocation.C.
| virtual CmiBool CkLocRec_dead::isObsolete | ( | int | nSprings, | |
| const CkArrayIndex & | idx | |||
| ) | [inline, virtual] |
Return if this rec is now obsolete.
Implements CkLocRec.
Definition at line 1605 of file cklocation.C.
References CmiFalse.
1.5.5