FMIceLinkTriple Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | T1 T2 T3 __covariant |
| Declared in | FMIceLinkTriple.h FMIceLinkTriple.m |
Overview
A 3-tuple.
– initWithItem1:item2:item3:
Initializes a new instance of the FMIceLinkTriple`3 class.
- (instancetype)initWithItem1:(T1)item1 item2:(T2)item2 item3:(T3)item3Parameters
item1 |
First item the tuple holds. |
|---|---|
item2 |
Second item the tuple holds. |
item3 |
Third item the tuple holds. |
Discussion
Initializes a new instance of the FMIceLinkTriple`3 class.
Declared In
FMIceLinkTriple.h
– item1
Gets the first item in the tuple.
- (T1)item1Discussion
Gets the first item in the tuple.
Declared In
FMIceLinkTriple.h
– item2
Gets the second item in the tuple.
- (T2)item2Discussion
Gets the second item in the tuple.
Declared In
FMIceLinkTriple.h
– item3
Gets the third item in the tuple.
- (T3)item3Discussion
Gets the third item in the tuple.
Declared In
FMIceLinkTriple.h
+ tripleWithItem1:item2:item3:
Initializes a new instance of the FMIceLinkTriple`3 class.
+ (FMIceLinkTriple *)tripleWithItem1:(T1)item1 item2:(T2)item2 item3:(T3)item3Parameters
item1 |
First item the tuple holds. |
|---|---|
item2 |
Second item the tuple holds. |
item3 |
Third item the tuple holds. |
Discussion
Initializes a new instance of the FMIceLinkTriple`3 class.
Declared In
FMIceLinkTriple.h