#include <ParFUM_SA.h>
Public Member Functions | |
lockChunksMsg (int *c, int s, int type) | |
~lockChunksMsg () | |
int * | getChks () |
int | getSize () |
int | getType () |
Data Fields | |
int * | chkList |
list of chunks | |
int | chkListSize |
number of chunks in the list | |
int | idxlType |
type of idxl list |
Definition at line 177 of file ParFUM_SA.h.
lockChunksMsg::~lockChunksMsg | ( | ) | [inline] |
int* lockChunksMsg::getChks | ( | ) | [inline] |
int lockChunksMsg::getSize | ( | void | ) | [inline] |
int lockChunksMsg::getType | ( | void | ) | [inline] |
number of chunks in the list
Definition at line 182 of file ParFUM_SA.h.
Referenced by getSize(), and lockChunksMsg().
type of idxl list
Definition at line 184 of file ParFUM_SA.h.
Referenced by getType(), and lockChunksMsg().