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... | |
Class to hold a character value passed by reference.
| + (FMLiveSwitchCharacterHolder*) characterHolder | 
Initializes a new instance of the FMLiveSwitchCharacterHolder class.
| + (FMLiveSwitchCharacterHolder*) characterHolder: | (unichar) | value | 
Initializes a new instance of the FMLiveSwitchCharacterHolder class.
| value | The value. | 
| - (instancetype) init | 
Initializes a new instance of the FMLiveSwitchCharacterHolder class.
| - (instancetype) initWithValue: | (unichar) | value | 
Initializes a new instance of the FMLiveSwitchCharacterHolder class.
| value | The value. | 
| - (void) setValue: | (unichar) | value | 
Sets the value.
| - (unichar) value | 
Gets the value.