StCritical is a PowerPlant wrapper class for working with critical sections. It would be useful as a stack object.
Methods :
The methods in this class are:
Data Members:
Source files:
See Also:
Purpose:
Wrapper constructor which calls ThreadBeginCritical() to signal the entry of a critical section.
Access:
Prototypes:
StCritical();Parameters:
Purpose:
Wrapper destructor which calls ThreadEndCritical() to signal the exit of a critical section.
Access:
Prototype:
~StCritical();