* \brief Check whether the property list contains no properties. * * \return \c true if the list is empty, \c false otherwise. */
| 436 | * \return \c true if the list is empty, \c false otherwise. |
| 437 | */ |
| 438 | bool IsEmpty() const { return m_Properties.empty(); } |
| 439 | |
| 440 | /** |
| 441 | * \brief Remove all properties from the list. |
no test coverage detected