Home | History | Annotate | Download | only in MC

Lines Matching refs:Attribute

17 class Attribute;
20 * \brief AttributeSet is a set of Attribute.
27 typedef std::vector<Attribute*> AttrSet;
34 AttributeSet(unsigned int pNum, const Attribute& pPredefined);
44 // exists- return the recorded attribute whose content is identical to the
45 // input attribute.
46 Attribute* exists(const Attribute& pAttr) const;
48 // record - record the attribute no mater if it has been recorded.
49 void record(Attribute& pAttr);
53 const Attribute& m_Predefined;