clang
3.9.0
|
A helper class which wraps a boolean value set to false by default. More...
#include <Checker.h>
Public Member Functions | |
DefaultBool () | |
operator bool & () | |
operator const bool & () const | |
DefaultBool & | operator= (bool b) |
Public Attributes | |
bool | val |
A helper class which wraps a boolean value set to false by default.
This class should behave exactly like 'bool' except that it doesn't need to be explicitly initialized.
|
inline |
|
inline |
|
inline |
bool clang::ento::DefaultBool::val |
Definition at line 557 of file Checker.h.
Referenced by operator bool &(), operator const bool &(), and operator=().