Go to the first node
| 441 | |
| 442 | // Go to the first node |
| 443 | RP3D_FORCE_INLINE void ProfileNodeIterator::first() { |
| 444 | mCurrentChildNode = mCurrentParentNode->getChildNode(); |
| 445 | } |
| 446 | |
| 447 | // Go to the next node |
| 448 | RP3D_FORCE_INLINE void ProfileNodeIterator::next() { |
no test coverage detected