#include <DefaultFalseBool.h>
Public Member Functions | |
DefaultFalseBool () | |
DefaultCtor. | |
~DefaultFalseBool () | |
Dtor. | |
operator bool () const | |
bool | operator= (bool a) |
Private Attributes | |
bool | _b |
Useful for map<T, bool> where if the entry is not present you get a undefined bool
Definition at line 29 of file DefaultFalseBool.h.
|
DefaultCtor.
Definition at line 33 of file DefaultFalseBool.h. |
|
Dtor.
Definition at line 37 of file DefaultFalseBool.h. |
|
Definition at line 40 of file DefaultFalseBool.h. References _b. |
|
Definition at line 43 of file DefaultFalseBool.h. References _b. |
|
Definition at line 50 of file DefaultFalseBool.h. Referenced by operator bool(), and operator=(). |