isTrue
Checks whether the OSBoolean object represents a true bool value.
Declaration
virtual bool isTrue() const;Return Value
true if the OSBoolean object is true, false otherwise.
Overview
You can also use == against kOSBooleanTrue.
Checks whether the OSBoolean object represents a true bool value.
virtual bool isTrue() const;true if the OSBoolean object is true, false otherwise.
You can also use == against kOSBooleanTrue.