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