src/core/type-id.h
changeset 3368 95bbf601167d
parent 3094 6e787ec9c8aa
child 3531 e5c71362e669
equal deleted inserted replaced
3364:8e6ac6061680 3368:95bbf601167d
    42  *  - the set of 'attributes' accessible in the subclass
    42  *  - the set of 'attributes' accessible in the subclass
    43  */
    43  */
    44 class TypeId
    44 class TypeId
    45 {
    45 {
    46 public:
    46 public:
    47   enum {
    47   enum AttributeFlag {
    48     /**
    48     /**
    49      * The attribute can be read
    49      * The attribute can be read
    50      */
    50      */
    51     ATTR_GET = 1<<0,
    51     ATTR_GET = 1<<0,
    52     /**
    52     /**