Member Functions
The type RWScopeGuard has only one method, to cancel the automatic invocation of the function bound to the scope guard:
 
void dismiss() const;
All other functionality relating to RWScopeGuard comes from the rwtMakeScopeGuard() and rwtMakeRef() helper functions, the latter on RWTRefHolder<T>.