FMLiveSwitchFloatHolder Class Reference

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...
 

Detailed Description

Class to hold a float value passed by reference.

Method Documentation

◆ floatHolder

+ (FMLiveSwitchFloatHolder*) floatHolder

Initializes a new instance of the FMLiveSwitchFloatHolder class.

◆ floatHolder:

+ (FMLiveSwitchFloatHolder*) floatHolder: (float)  value

Initializes a new instance of the FMLiveSwitchFloatHolder class.

Parameters
valueThe value.

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchFloatHolder class.

◆ initWithValue:

- (instancetype) initWithValue: (float)  value

Initializes a new instance of the FMLiveSwitchFloatHolder class.

Parameters
valueThe value.

◆ setValue:

- (void) setValue: (float)  value

Sets the value.

◆ value

- (float) value

Gets the value.