the mask who contains this one as nested
| 65 | |
| 66 | //! the mask who contains this one as nested |
| 67 | ExecutionMask* parent() const { return m_parent; } |
| 68 | |
| 69 | //! get a non-zero global ID for this mask (it can be used for printing) |
| 70 | size_t id() const { return m_id; } |
no outgoing calls
no test coverage detected