FMLiveSwitchCharacterHolder Class Reference

Class to hold a character value passed by reference. More...

Instance Methods

(instancetype) - init
 Initializes a new instance of the FMLiveSwitchCharacterHolder class. More...
 
(instancetype) - initWithValue:
 Initializes a new instance of the FMLiveSwitchCharacterHolder class. More...
 
(void) - setValue:
 Sets the value. More...
 
(unichar) - value
 Gets the value. More...
 

Class Methods

(FMLiveSwitchCharacterHolder *) + characterHolder
 Initializes a new instance of the FMLiveSwitchCharacterHolder class. More...
 
(FMLiveSwitchCharacterHolder *) + characterHolder:
 Initializes a new instance of the FMLiveSwitchCharacterHolder class. More...
 

Detailed Description

Class to hold a character value passed by reference.

Method Documentation

◆ characterHolder

+ (FMLiveSwitchCharacterHolder*) characterHolder

Initializes a new instance of the FMLiveSwitchCharacterHolder class.

◆ characterHolder:

+ (FMLiveSwitchCharacterHolder*) characterHolder: (unichar)  value

Initializes a new instance of the FMLiveSwitchCharacterHolder class.

Parameters
valueThe value.

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchCharacterHolder class.

◆ initWithValue:

- (instancetype) initWithValue: (unichar)  value

Initializes a new instance of the FMLiveSwitchCharacterHolder class.

Parameters
valueThe value.

◆ setValue:

- (void) setValue: (unichar)  value

Sets the value.

◆ value

- (unichar) value

Gets the value.