Extracted from Pike v7.8 release 866 at 2018-02-10.
pike.ida.liu.se
[Top]
ADT
ADT.List
ADT.List()->_get_iterator

Method ADT.List()->_get_iterator()->delete()


Method delete

void delete()

Description

Delete the current node.

The current position will advance to the next node. This function thus performes the reverse operation of insert() .

See also

insert() , append() , set()