Home | History | Annotate | Download | only in MC

Lines Matching refs:Attribute

29   typedef std::vector<Attribute*> AttrSet;
44 // predefined - return the predefined attribute
45 Attribute& predefined();
46 const Attribute& predefined() const;
55 // produce - produce a attribute, but do not record it yet.
56 // the produced attribute is identical to the pre-defined attribute.
59 // last - the last touched attribute.
63 // exists- return the recorded attribute whose content is identical to the
64 // input attribute.
65 Attribute *exists(const Attribute& pAttr) const;
67 // record - record the attribute no mater if it has been recorded.
68 void record(Attribute& pAttr);