Method ADT.CritBit.IPv4Tree()->_get_iterator()


Method _get_iterator

ADT.CritBit.IPv4Tree a;
foreach( a; index; value ) or
Iterator _get_iterator(void|int step, void|mixed start, void|mixed stop)

Description

Returns an Iterator object that runs from start to stop using a stepsize of step. The arguments default to 1, tree->first() and tree->last(), respectively.