
#include <charisma.h>


Public Member Functions | |
| CkInPortMsg (const char *name, int ep, const CkChareID &id) | |
| CkInPortMsg (const char *name, int ep, int onPE, const CkGroupID &id) | |
| CkInPortMsg (const char *name, int ep, const CkArrayIndex &idx, const CkArrayID &id) | |
| void | send (void *data, int len) |
| void | send (d *_d) |
Private Member Functions | |
| CkInPortMsg () | |
Private Attributes | |
| CkCallback | cb |
Definition at line 560 of file charisma.h.
| CkInPortMsg< d >::CkInPortMsg | ( | ) | [inline, private] |
Definition at line 564 of file charisma.h.
| CkInPortMsg< d >::CkInPortMsg | ( | const char * | name, | |
| int | ep, | |||
| const CkChareID & | id | |||
| ) | [inline] |
Definition at line 566 of file charisma.h.
References CharismaInPort::_create(), and CkInPortMsg< d >::cb.
| CkInPortMsg< d >::CkInPortMsg | ( | const char * | name, | |
| int | ep, | |||
| int | onPE, | |||
| const CkGroupID & | id | |||
| ) | [inline] |
Definition at line 572 of file charisma.h.
References CharismaInPort::_create(), and CkInPortMsg< d >::cb.
| CkInPortMsg< d >::CkInPortMsg | ( | const char * | name, | |
| int | ep, | |||
| const CkArrayIndex & | idx, | |||
| const CkArrayID & | id | |||
| ) | [inline] |
Definition at line 578 of file charisma.h.
References CharismaInPort::_create(), and CkInPortMsg< d >::cb.
| void CkInPortMsg< d >::send | ( | void * | data, | |
| int | len | |||
| ) | [inline, virtual] |
| void CkInPortMsg< d >::send | ( | d * | _d | ) | [inline] |
CkCallback CkInPortMsg< d >::cb [private] |
Definition at line 563 of file charisma.h.
Referenced by CkInPortMsg< d >::CkInPortMsg(), and CkInPortMsg< d >::send().
1.5.5