Public Member Functions | |
| DescID () | |
| DescID (int id, bool isstored) | |
| DescID (const DescID &id) | |
| DescID & | operator= (const DescID &id) |
| bool | isValid () const |
| bool | isUnselInvalid () const |
| bool | operator== (const DescID &id) const |
| bool | operator!= (const DescID &id) const |
| int | asInt () const |
| int & | asInt () |
| bool | isStored () const |
| void | setStored (bool yn) |
Static Public Member Functions | |
| static DescID | undef () |
Protected Attributes | |
| int | id_ |
| bool | isstored_ |
| Attrib::DescID::DescID | ( | ) | [inline] |
| Attrib::DescID::DescID | ( | int | id, | |
| bool | isstored | |||
| ) | [inline] |
| Attrib::DescID::DescID | ( | const DescID & | id | ) | [inline] |
| int Attrib::DescID::asInt | ( | ) | const [inline] |
| int& Attrib::DescID::asInt | ( | ) | [inline] |
| bool Attrib::DescID::isStored | ( | ) | const [inline] |
| bool Attrib::DescID::isUnselInvalid | ( | ) | const [inline] |
| bool Attrib::DescID::isValid | ( | ) | const [inline] |
| bool Attrib::DescID::operator!= | ( | const DescID & | id | ) | const [inline] |
| bool Attrib::DescID::operator== | ( | const DescID & | id | ) | const [inline] |
| void Attrib::DescID::setStored | ( | bool | yn | ) | [inline] |
| static DescID Attrib::DescID::undef | ( | ) | [inline, static] |
int Attrib::DescID::id_ [protected] |
bool Attrib::DescID::isstored_ [protected] |
1.7.1