FMLiveSwitchLongHolder Class Reference

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

Detailed Description

Class to hold a long value passed by reference.

Method Documentation

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchLongHolder class.

◆ initWithValue:

- (instancetype) initWithValue: (long long)  value

Initializes a new instance of the FMLiveSwitchLongHolder class.

Parameters
valueThe value.

◆ longHolder

+ (FMLiveSwitchLongHolder*) longHolder

Initializes a new instance of the FMLiveSwitchLongHolder class.

◆ longHolder:

+ (FMLiveSwitchLongHolder*) longHolder: (long long)  value

Initializes a new instance of the FMLiveSwitchLongHolder class.

Parameters
valueThe value.

◆ setValue:

- (void) setValue: (long long)  value

Sets the value.

◆ value

- (long long) value

Gets the value.