#include <Wrappers.h>
Definition at line 190 of file Wrappers.h.
Public Member Functions | |
Float (float value) | |
Creates a new wrapper. | |
float | Get () |
Returns the wrapper's value. | |
void | Set (float value) |
Sets the wrapper's value. | |
~Float () | |
Destroys the wrapper. | |
Private Attributes | |
float | 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 197 of file Wrappers.h. |