class EE::System::BoolScopedOp

#include <scopedop.hpp>

class BoolScopedOp {
public:
    // construction

    BoolScopedOp(bool& boolRef);
    BoolScopedOp(bool& boolRef, bool initialVal);
    ~BoolScopedOp();
};