22OF_ASSUME_NONNULL_BEGIN
30 OFTriple OF_GENERIC(FirstType, SecondType, ThirdType)
31#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
43@property OF_NULLABLE_PROPERTY (readwrite, nonatomic, retain)
49@property OF_NULLABLE_PROPERTY (readwrite, nonatomic,
retain)
55@property OF_NULLABLE_PROPERTY (readwrite, nonatomic,
retain)
62#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
A class for storing a triple of three objects.
Definition OFMutableTriple.h:36
FirstType firstObject
The first object of the triple.
Definition OFMutableTriple.h:44
SecondType secondObject
The second object of the triple.
Definition OFMutableTriple.h:50
void makeImmutable()
Converts the mutable triple to an immutable triple.
Definition OFMutableTriple.m:57
ThirdType thirdObject
The third object of the triple.
Definition OFMutableTriple.h:56
A class for storing a triple of three objects.
Definition OFTriple.h:42
instancetype retain()
Increases the retain count.