#include <ScopedBool.h>
Public Methods | |
ScopedBool (bool *boolVar) | |
ScopedBool (bool *boolVar, bool value) | |
~ScopedBool () | |
Private Attributes | |
bool * | m_bool |
bool | m_value |
Definition at line 4 of file ScopedBool.h.
|
Definition at line 10 of file ScopedBool.cpp. |
|
Definition at line 16 of file ScopedBool.cpp. |
|
Definition at line 23 of file ScopedBool.cpp. |
|
Definition at line 11 of file ScopedBool.h. |
|
Definition at line 12 of file ScopedBool.h. |