#include <h4601.h>
Inheritance diagram for H460_FeatureID:

Public Member Functions | |
Construction | |
| H460_FeatureID () | |
| H460_FeatureID (unsigned ID) | |
| H460_FeatureID (OpalOID ID) | |
| H460_FeatureID (PString ID) | |
| H460_FeatureID (H225_GenericIdentifier ID) | |
Operators | |
| operator unsigned () const | |
| operator OpalOID & () | |
| operator PString () const | |
| PINLINE H460_FeatureID & | operator= (unsigned ID) |
| PINLINE H460_FeatureID & | operator= (OpalOID ID) |
| PINLINE H460_FeatureID & | operator= (PString ID) |
| unsigned | GetFeatureType () const |
| PString | IDString () const |
PDictionary | |
| PObject * | Clone () const |
| PObject::Comparison | Compare (const PObject &obj) const |
The Derived Feature ID used as an index of the H460_FeatureContent is used to describe the parameters of a Feature.
Definition at line 121 of file h4601.h.
| H460_FeatureID::H460_FeatureID | ( | ) |
Blank Feature
Definition at line 71 of file h4601.cxx.
References H225_GenericIdentifier::e_standard.
Referenced by Clone().
| H460_FeatureID::H460_FeatureID | ( | unsigned | ID | ) |
Standard Feature ID
Definition at line 78 of file h4601.cxx.
References H225_GenericIdentifier::e_standard.
| H460_FeatureID::H460_FeatureID | ( | OpalOID | ID | ) |
| H460_FeatureID::H460_FeatureID | ( | PString | ID | ) |
NonStandard Feature ID
Definition at line 92 of file h4601.cxx.
References H225_GenericIdentifier::e_nonStandard.
| H460_FeatureID::operator unsigned | ( | ) | const [inline] |
| H460_FeatureID::operator OpalOID & | ( | ) | [inline] |
| H460_FeatureID::operator PString | ( | ) | const [inline] |
| unsigned H460_FeatureID::GetFeatureType | ( | ) | const [inline] |
1.5.2