Free Touch Pricker
    Preparing search index...

    Class Counter

    Simple visitor that counts rows

    Accumulates a count of rows that is incremented by each call to visit. This visitor allows the count of rows in a touch because rows are not processed after rounds has been reached.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get visiting(): boolean

      Whether or not we're still processing rows. Defaults to true (processing rows), but is set to false once rounds has been visited.

      Returns boolean

    Methods