| 332 | } |
| 333 | |
| 334 | void ODBlock::reset() //prepares to get first immediate terminal child of current block |
| 335 | { |
| 336 | termiter = subBlocks.begin(); |
| 337 | } |
| 338 | |
| 339 | bool ODBlock::moreTerminals() //returns true if more terminals are available |
| 340 | { |
no test coverage detected