A class to change and restore check state.
To use, create an instance of this class with the check level you want. When it goes out of scope, it will restore the old level.
Public Member Functions | |
| SetCheckState (Object *o, CheckLevel l) | |
| SetCheckState (CheckLevel l) | |
| Construct it with the desired level and target. | |
| void | reset () |
| void | set (Object *o, CheckLevel l) |
| void | set (CheckLevel l) |
| void | show (std::ostream &out=std::cout) const |
| IMP::base::SetCheckState::SetCheckState | ( | CheckLevel | l | ) |
Construct it with the desired level and target.