FMIceLinkShortHolder Class Reference

Inherits from NSObject
Declared in FMIceLinkShortHolder.h
FMIceLinkShortHolder.m

Overview

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

– init

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

Discussion

Initializes a new instance of the FMIceLinkShortHolder class.

Declared In

FMIceLinkShortHolder.h

– initWithValue:

Initializes a new instance of the FMIceLinkShortHolder class.
- (instancetype)initWithValue:(short)value

Parameters

value

The value.

Discussion

Initializes a new instance of the FMIceLinkShortHolder class.

Declared In

FMIceLinkShortHolder.h

– setValue:

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

Discussion

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

Declared In

FMIceLinkShortHolder.h

+ shortHolder

Initializes a new instance of the FMIceLinkShortHolder class.
+ (FMIceLinkShortHolder *)shortHolder

Discussion

Initializes a new instance of the FMIceLinkShortHolder class.

Declared In

FMIceLinkShortHolder.h

+ shortHolder:

Initializes a new instance of the FMIceLinkShortHolder class.
+ (FMIceLinkShortHolder *)shortHolder:(short)value

Parameters

value

The value.

Discussion

Initializes a new instance of the FMIceLinkShortHolder class.

Declared In

FMIceLinkShortHolder.h

– value

Gets the value.
- (short)value

Discussion

Gets the value.

Declared In

FMIceLinkShortHolder.h