#include <database_key.h>
Public Member Functions | |
DatabaseKey () | |
DatabaseKey (int profile_key, int node_key) | |
bool | isValid () const |
int | nodeKey () const |
bool | operator!= (const DatabaseKey &other) const |
bool | operator< (const DatabaseKey &other) const |
bool | operator== (const DatabaseKey &other) const |
int | profileKey () const |
Private Attributes | |
int | node_key_ |
int | profile_key_ |
Definition at line 36 of file database_key.h.
swri_profiler_tools::DatabaseKey::DatabaseKey | ( | ) | [inline] |
Definition at line 43 of file database_key.h.
swri_profiler_tools::DatabaseKey::DatabaseKey | ( | int | profile_key, |
int | node_key | ||
) | [inline] |
Definition at line 44 of file database_key.h.
bool swri_profiler_tools::DatabaseKey::isValid | ( | ) | const [inline] |
Definition at line 47 of file database_key.h.
int swri_profiler_tools::DatabaseKey::nodeKey | ( | ) | const [inline] |
Definition at line 50 of file database_key.h.
bool swri_profiler_tools::DatabaseKey::operator!= | ( | const DatabaseKey & | other | ) | const [inline] |
Definition at line 59 of file database_key.h.
bool swri_profiler_tools::DatabaseKey::operator< | ( | const DatabaseKey & | other | ) | const [inline] |
Definition at line 64 of file database_key.h.
bool swri_profiler_tools::DatabaseKey::operator== | ( | const DatabaseKey & | other | ) | const [inline] |
Definition at line 53 of file database_key.h.
int swri_profiler_tools::DatabaseKey::profileKey | ( | ) | const [inline] |
Definition at line 49 of file database_key.h.
int swri_profiler_tools::DatabaseKey::node_key_ [private] |
Definition at line 40 of file database_key.h.
int swri_profiler_tools::DatabaseKey::profile_key_ [private] |
Definition at line 39 of file database_key.h.