#include <trace-projections.h>
Collaboration diagram for StrKey:

Public Member Functions | |
| StrKey (char *_str, int _len) | |
| CkHashCode | hash () const |
| int | compare (const StrKey &t) const |
| char * | getStr () |
Static Public Member Functions | |
| static CkHashCode | staticHash (const void *k, size_t) |
| static int | staticCompare (const void *a, const void *b, size_t) |
Private Attributes | |
| char * | str |
| int | len |
| unsigned int | key |
Definition at line 237 of file trace-projections.h.
| StrKey::StrKey | ( | char * | _str, | |
| int | _len | |||
| ) | [inline] |
| static CkHashCode StrKey::staticHash | ( | const void * | k, | |
| size_t | ||||
| ) | [inline, static] |
Definition at line 250 of file trace-projections.h.
| static int StrKey::staticCompare | ( | const void * | a, | |
| const void * | b, | |||
| size_t | ||||
| ) | [inline, static] |
| CkHashCode StrKey::hash | ( | void | ) | const [inline] |
Definition at line 267 of file trace-projections.h.
| char* StrKey::getStr | ( | ) | [inline] |
Definition at line 281 of file trace-projections.h.
char* StrKey::str [private] |
Definition at line 238 of file trace-projections.h.
Referenced by compare(), staticCompare(), and StrKey().
int StrKey::len [private] |
Definition at line 239 of file trace-projections.h.
Referenced by compare(), staticCompare(), and StrKey().
unsigned int StrKey::key [private] |
1.5.1