FMLongHolder Class Reference

Inherits from NSObject
Declared in FM.h

Overview

Class to hold a long value passed by reference.

– init

Initializes a new instance of the class.

- (id)init

Discussion

Initializes a new instance of the class.

Declared In

FM.h

– initWithValue:

Initializes a new instance of the class.

- (id)initWithValue:(long long)value

Parameters

name="value">The

value.

Discussion

Initializes a new instance of the class.

Declared In

FM.h

+ longHolder

Initializes a new instance of the class.

+ (FMLongHolder *)longHolder

Discussion

Initializes a new instance of the class.

Declared In

FM.h

+ longHolderWithValue:

Initializes a new instance of the class.

+ (FMLongHolder *)longHolderWithValue:(long long)value

Parameters

name="value">The

value.

Discussion

Initializes a new instance of the class.

Declared In

FM.h

– setValue:

Sets the value.

- (void)setValue:(long long)value

Discussion

Sets the value.

Declared In

FM.h

– value

Gets the value.

- (long long)value

Discussion

Gets the value.

Declared In

FM.h