| 436 | } |
| 437 | |
| 438 | bool AbstractAspect::inherits(AspectType type) const { |
| 439 | return (static_cast<quint64>(m_type) & static_cast<quint64>(type)) == static_cast<quint64>(type); |
| 440 | } |
| 441 | |
| 442 | /** |
| 443 | * \brief In the parent-child hierarchy, return the first parent of type \param type or null pointer if there is none. |
no outgoing calls
no test coverage detected