FMIceLinkIntegerHolder Class Reference

Inherits from NSObject
Declared in FMIceLinkIntegerHolder.h
FMIceLinkIntegerHolder.m

Overview

Class to hold an integer [value](#//api/name/value) passed by reference.

– init

Initializes a new instance of the FMIceLinkIntegerHolder class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkIntegerHolder class.

Declared In

FMIceLinkIntegerHolder.h

– initWithValue:

Initializes a new instance of the FMIceLinkIntegerHolder class.
- (instancetype)initWithValue:(int)value

Parameters

value

The value.

Discussion

Initializes a new instance of the FMIceLinkIntegerHolder class.

Declared In

FMIceLinkIntegerHolder.h

+ integerHolder

Initializes a new instance of the FMIceLinkIntegerHolder class.
+ (FMIceLinkIntegerHolder *)integerHolder

Discussion

Initializes a new instance of the FMIceLinkIntegerHolder class.

Declared In

FMIceLinkIntegerHolder.h

+ integerHolder:

Initializes a new instance of the FMIceLinkIntegerHolder class.
+ (FMIceLinkIntegerHolder *)integerHolder:(int)value

Parameters

value

The value.

Discussion

Initializes a new instance of the FMIceLinkIntegerHolder class.

Declared In

FMIceLinkIntegerHolder.h

– setValue:

Sets the [value](#//api/name/value).
- (void)setValue:(int)value

Discussion

Sets the [value](#//api/name/value).

Declared In

FMIceLinkIntegerHolder.h

– value

Gets the value.
- (int)value

Discussion

Gets the value.

Declared In

FMIceLinkIntegerHolder.h