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