Public Member Functions | |
intdual (int _x, int _y) | |
int | getx () |
int | gety () |
CkHashCode | hash () const |
int | compare (intdual &t) const |
intdual (int _x, int _y) | |
int | getx () |
int | gety () |
CkHashCode | hash () const |
int | compare (intdual &t) const |
Static Public Member Functions | |
static CkHashCode | staticHash (const void *k, size_t) |
static int | staticCompare (const void *a, const void *b, size_t) |
static CkHashCode | staticHash (const void *k, size_t) |
static int | staticCompare (const void *a, const void *b, size_t) |
Private Attributes | |
int | x |
int | y |
Definition at line 8 of file femrefine.C.
int intdual::getx | ( | ) | [inline] |
Definition at line 19 of file femrefine.C.
References x.
Referenced by compare().
int intdual::gety | ( | ) | [inline] |
Definition at line 20 of file femrefine.C.
References y.
Referenced by compare().
CkHashCode intdual::hash | ( | void | ) | const [inline] |
static CkHashCode intdual::staticHash | ( | const void * | k, | |
size_t | ||||
) | [inline, static] |
Definition at line 24 of file femrefine.C.
Definition at line 30 of file femrefine.C.
int intdual::getx | ( | ) | [inline] |
int intdual::gety | ( | ) | [inline] |
CkHashCode intdual::hash | ( | void | ) | const [inline] |
static CkHashCode intdual::staticHash | ( | const void * | k, | |
size_t | ||||
) | [inline, static] |
Definition at line 31 of file femrefine.C.
Definition at line 37 of file femrefine.C.
int intdual::x [private] |
int intdual::y [private] |