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