Method ADT.CritBit.IPv4Tree()->_get_iterator()
- Method
_get_iterator
ADT.CritBit.IPv4Tree a;
foreach( a; index; value ) orIterator_get_iterator(void|intstep,void|mixedstart,void|mixedstop)- Description
Returns an Iterator object that runs from
starttostopusing a stepsize ofstep. The arguments default to1,tree->first()andtree->last(), respectively.