List of all members.
Detailed Description
Concatenated short keys separated by dots.
Usage is for Object identifiers in the Object Manager, or UnitIDs.
A Compound Key Glob Expression is a string used for matching. It is similar to a UNIX-type glob expression.
Constructor & Destructor Documentation
| CompoundKey::CompoundKey |
( |
const char * |
s = 0 |
) |
[inline] |
| CompoundKey::CompoundKey |
( |
const CompoundKey & |
ck |
) |
[inline] |
Member Function Documentation
| char* CompoundKey::buf |
( |
|
) |
[inline] |
| const char* CompoundKey::buf |
( |
|
) |
const [inline] |
| char* CompoundKey::fromKey |
( |
int |
, |
|
|
bool |
cptobuf = false | |
|
) |
| | const [protected] |
| bool CompoundKey::isEmpty |
( |
|
) |
const [inline] |
| bool CompoundKey::isUpLevelOf |
( |
const CompoundKey & |
|
) |
const |
| virtual bool CompoundKey::matchGE |
( |
const char * |
|
) |
const [virtual] |
| int CompoundKey::nrKeys |
( |
|
) |
const |
| CompoundKey::operator const char * |
( |
|
) |
const [inline] |
| bool CompoundKey::operator!= |
( |
const char * |
s |
) |
const [inline] |
| bool CompoundKey::operator!= |
( |
const CompoundKey & |
u |
) |
const [inline] |
| CompoundKey & CompoundKey::operator+= |
( |
const char * |
s |
) |
[inline] |
| CompoundKey& CompoundKey::operator= |
( |
const char * |
s |
) |
[inline] |
| bool CompoundKey::operator== |
( |
const CompoundKey & |
u |
) |
const [inline] |
| bool CompoundKey::operator== |
( |
const char * |
s |
) |
const [inline] |
| void CompoundKey::setEmpty |
( |
|
) |
[inline] |
| void CompoundKey::setKey |
( |
int |
, |
|
|
const char * |
| |
|
) |
| | |
Friends And Related Function Documentation
| std::istream& operator>> |
( |
std::istream & |
, |
|
|
CompoundKey & |
| |
|
) |
| | [friend] |
Member Data Documentation