#include <boolean.h>
Public Member Functions | |
| bool (const int b) | |
| bool (const void *b) | |
| bool () | |
| operator int () const | |
| int | operator! () const |
Private Attributes | |
| int | value |
| bool::bool | ( | const int | b | ) | [inline] |
| bool::bool | ( | const void * | b | ) | [inline] |
| bool::bool | ( | ) | [inline] |
| int bool::operator! | ( | ) | const [inline] |
int bool::value [private] |