Go to the next node
| 446 | |
| 447 | // Go to the next node |
| 448 | RP3D_FORCE_INLINE void ProfileNodeIterator::next() { |
| 449 | mCurrentChildNode = mCurrentChildNode->getSiblingNode(); |
| 450 | } |
| 451 | |
| 452 | // Return a pointer to the parent node |
| 453 | RP3D_FORCE_INLINE ProfileNode* ProfileNode::getParentNode() { |
no test coverage detected