| 654 | } |
| 655 | |
| 656 | DeepIterator *DeepIterator::createVariant(Iterator *it) |
| 657 | { |
| 658 | /** \todo Not yet implemented, and actually not yet needed very much. */ |
| 659 | return new DeepIterator (it); |
| 660 | } |
| 661 | |
| 662 | bool DeepIterator::isEmpty () { |
| 663 | return !hasContents; |
no outgoing calls
no test coverage detected