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)
44 FirstType firstObject;
49@property OF_NULLABLE_PROPERTY (readwrite, nonatomic, retain)
50 SecondType secondObject;
55@property OF_NULLABLE_PROPERTY (readwrite, nonatomic, retain)
56 ThirdType thirdObject;
62#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
A class for storing a triple of three objects.
Definition OFMutableTriple.h:36
A class for storing a triple of three objects.
Definition OFTriple.h:42