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