class ParaTaskGenealogicalRemotePtr More...
#include <paraTask.h>
Public Member Functions | |
ParaTaskGenealogicalRemotePtr () | |
default constructor More... | |
ParaTaskGenealogicalRemotePtr (TaskId taskId, int lcId) | |
constructor More... | |
~ParaTaskGenealogicalRemotePtr () | |
destructor More... | |
int | getType () |
getter of pointer type More... | |
int | getPointerValue () |
getter of the pointer value More... | |
Public Member Functions inherited from ParaTaskGenealogicalPtr | |
ParaTaskGenealogicalPtr (TaskId taskId) | |
constructor More... | |
virtual | ~ParaTaskGenealogicalPtr () |
destructor More... | |
virtual int | getType ()=0 |
getter type which indicate the pointer is local or remote More... | |
TaskId | getTaskId () |
getter of genealogicaltaskId More... | |
Private Attributes | |
int | transferringLcId |
LoadCoordinator id that transfers to or is transferred from. More... | |
class ParaTaskGenealogicalRemotePtr
Definition at line 477 of file paraTask.h.
default constructor
Definition at line 487 of file paraTask.h.
ParaTaskGenealogicalRemotePtr | ( | TaskId | taskId, |
int | lcId | ||
) |
constructor
Definition at line 497 of file paraTask.h.
destructor
Definition at line 509 of file paraTask.h.
int getPointerValue | ( | ) |
getter of the pointer value
Definition at line 528 of file paraTask.h.
References ParaTaskGenealogicalRemotePtr::transferringLcId.
|
virtual |
getter of pointer type
Implements ParaTaskGenealogicalPtr.
Definition at line 518 of file paraTask.h.
References UG::ParaTaskRemotePtr.
|
private |
LoadCoordinator id that transfers to or is transferred from.
Definition at line 480 of file paraTask.h.
Referenced by ParaTaskGenealogicalRemotePtr::getPointerValue().