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