| 30 | |
| 31 | bool is(const node& rhs) const { return m_pRef == rhs.m_pRef; } |
| 32 | const node_ref* ref() const { return m_pRef.get(); } |
| 33 | |
| 34 | bool is_defined() const { return m_pRef->is_defined(); } |
| 35 | const Mark& mark() const { return m_pRef->mark(); } |
no test coverage detected