|
clang
3.8.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 543 of file Checker.h.
Referenced by operator bool &(), operator const bool &(), and operator=().
1.8.6