Lines Matching full:attribute
19 class Attribute;
22 * \brief AttributeSet is a set of Attribute.
30 typedef std::vector<Attribute*> AttrSet;
37 AttributeSet(unsigned int pNum, const Attribute& pPredefined);
47 // exists- return the recorded attribute whose content is identical to the
48 // input attribute.
49 Attribute *exists(const Attribute& pAttr) const;
51 // record - record the attribute no mater if it has been recorded.
52 void record(Attribute& pAttr);
56 const Attribute& m_Predefined;