CRgState Class

class CRgState: public CRgChange

Each state holds one or more substates (these are basically regular expressions). Each state also holds information on the identifier that it is associated with.

Inherits from CRgChange for dirty state management

Operations on this class may cause a CRgStateException exception to be thrown. This class derives from exception.

Defined in: rgstate.h

Class Members

Creation/Initialization

CRgState(RGSTATEID stateID, match_flags f = match_default)

Constructs a CRgState object.