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