* @brief Returns a value indicating whether the entry is precious */
| 89 | * @brief Returns a value indicating whether the entry is precious |
| 90 | */ |
| 91 | bool precious () const |
| 92 | { |
| 93 | return m_precious; |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * @brief Sets a value indicating whether the entry is precious |