Searched refs:m_pAttr (Results 1 – 2 of 2) sorted by relevance
23 m_pAttr(NULL), in Input()35 m_pAttr(const_cast<Attribute*>(pProxy.attr())), in Input()50 m_pAttr(NULL), in Input()66 m_pAttr(const_cast<Attribute*>(pProxy.attr())), in Input()
77 bool hasAttribute() const { return (m_pAttr != NULL); } in hasAttribute()79 const Attribute* attribute() const { return m_pAttr; } in attribute()113 Attribute* m_pAttr; variable