* @brief The "dirty hierarchy" attribute * * This attribute is true, if the hierarchy has changed since the last "update" call */
| 132 | * This attribute is true, if the hierarchy has changed since the last "update" call |
| 133 | */ |
| 134 | bool hier_dirty () const |
| 135 | { |
| 136 | return m_hier_dirty; |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * @brief Gets the hierarchy generation ID |
no outgoing calls
no test coverage detected