destructor()
Calls Gate::exit() and destroys the AutoGate object.
The Gate class implements a reentrant thread lock.
Definition: QC_Gate.dox.h:35
constructor(Gate gate)
Creates the AutoGate object based on the Gate argument passed and immediately calls Gate::enter() ...
A helper class for the Gate class for exception-safe Gate handling.
Definition: QC_AutoGate.dox.h:31
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
copy()
Throws an exception; objects of this class cannot be copied.