Class to hold a long value passed by reference. More...
Public Member Functions | |
long | getValue () |
Gets the value. More... | |
LongHolder () | |
Initializes a new instance of the fm.liveswitch.LongHolder class. More... | |
LongHolder (long value) | |
Initializes a new instance of the fm.liveswitch.LongHolder class. More... | |
void | setValue (long value) |
Sets the value. More... | |
Class to hold a long value passed by reference.
fm.liveswitch.LongHolder.LongHolder | ( | ) |
Initializes a new instance of the fm.liveswitch.LongHolder class.
fm.liveswitch.LongHolder.LongHolder | ( | long | value | ) |
Initializes a new instance of the fm.liveswitch.LongHolder class.
value | The value. |
long fm.liveswitch.LongHolder.getValue | ( | ) |
Gets the value.
void fm.liveswitch.LongHolder.setValue | ( | long | value | ) |
Sets the value.