Class to hold a long value passed by reference. More...
Instance Methods | |
| (instancetype) | - init |
| Initializes a new instance of the FMLiveSwitchLongHolder class. More... | |
| (instancetype) | - initWithValue: |
| Initializes a new instance of the FMLiveSwitchLongHolder class. More... | |
| (void) | - setValue: |
| Sets the value. More... | |
| (long long) | - value |
| Gets the value. More... | |
Class Methods | |
| (FMLiveSwitchLongHolder *) | + longHolder |
| Initializes a new instance of the FMLiveSwitchLongHolder class. More... | |
| (FMLiveSwitchLongHolder *) | + longHolder: |
| Initializes a new instance of the FMLiveSwitchLongHolder class. More... | |
Class to hold a long value passed by reference.
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchLongHolder class.
| - (instancetype) initWithValue: | (long long) | value |
Initializes a new instance of the FMLiveSwitchLongHolder class.
| value | The value. |
| + (FMLiveSwitchLongHolder*) longHolder |
Initializes a new instance of the FMLiveSwitchLongHolder class.
| + (FMLiveSwitchLongHolder*) longHolder: | (long long) | value |
Initializes a new instance of the FMLiveSwitchLongHolder class.
| value | The value. |
| - (void) setValue: | (long long) | value |
Sets the value.
| - (long long) value |
Gets the value.