logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DBM::Deep::Iterator - iterator for FIRSTKEY() and NEXTKEY()

Methods

new(\%params)
       The constructor takes a hashref of params. The hashref is assumed to have the following elements:

       •   engine (of type DBM::Deep::Engine

       •   base_offset (the base_offset of the invoking DBM::Deep object)

   reset()
       This method takes no arguments.

       It will reset the iterator so that it will start from the beginning again.

       This method returns nothing.

   get_next_key($obj)
perl v5.36.0                                       2023-11-12                           DBM::Deep::Iterator(3pm)

Name

       DBM::Deep::Iterator - iterator for FIRSTKEY() and NEXTKEY()

Overview

       This object

Purpose

       This is an internal-use-only object for DBM::Deep. It is the iterator for FIRSTKEY() and NEXTKEY().

See Also