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