RegSequence.h

Classes

RegSequence -- Sequence for the Register() template functions (full description)

class RegSequence : public Sequence<uInt>

Interface

Public Members
uInt getNext()
static uInt SgetNext()

Description

Review Status

Reviewed By:
Friso Olnon
Date Reviewed:
1995/03/17

Prerequisite

Synopsis

This class provides a Sequence for the Register() template functions. Providing a separate sequence exclusively for Register() makes it less likely that the uInt counter will overflow.

Member Description

uInt getNext()
static uInt SgetNext()

Get the next uInt value in the sequence.