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