#include <Wrappers.h>
Definition at line 19 of file Wrappers.h.
Public Member Functions | |
Bool (bool value) | |
Creates a new wrapper. | |
bool | Get () |
Returns the wrapper's value. | |
void | Set (bool value) |
Sets the wrapper's value. | |
~Bool () | |
Destroys the wrapper. | |
Private Attributes | |
bool | Value |
The value. |
|
Creates a new wrapper.
|
|
Destroys the wrapper.
|
|
Returns the wrapper's value.
|
|
Sets the wrapper's value.
|
|
The value.
Definition at line 26 of file Wrappers.h. |