| 24 | } |
| 25 | |
| 26 | NodeID *Node::getPtr() const |
| 27 | { |
| 28 | return reinterpret_cast<NodeID *>( |
| 29 | reinterpret_cast<ptrdiff_t>(m_childrenOrFirstChild) & ~(3)); |
| 30 | } |
| 31 | |
| 32 | void Node::setPtr(NodeID *ptr) |
| 33 | { |
nothing calls this directly
no outgoing calls
no test coverage detected