Returns true if the Attr value is empty
| 160 | |
| 161 | //! Returns true if the Attr value is empty |
| 162 | bool empty() const { return mValue.empty(); } |
| 163 | |
| 164 | //! Returns the name of the attribute as a string. |
| 165 | const std::string& getName() const { return mName; } |
no test coverage detected