Differences From Artifact [98f1d6ac4b]:
- File src/OFMapTableSet.h — part of check-in [8939cbdb52] at 2023-01-06 09:04:02 on branch trunk — Update copyright (user: js, size: 729) [annotate] [blame] [check-ins using] [more...]
To Artifact [87d40dbfde]:
- File src/OFConcreteSet.h — part of check-in [281b494de4] at 2023-08-09 10:09:08 on branch trunk — More consistency in naming of private classes (user: js, size: 729) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
15 16 17 18 19 20 21 | #import "OFSet.h" OF_ASSUME_NONNULL_BEGIN @class OFMapTable; | | | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | #import "OFSet.h" OF_ASSUME_NONNULL_BEGIN @class OFMapTable; @interface OFConcreteSet: OFSet { OFMapTable *_mapTable; } - (instancetype)initWithCapacity: (size_t)capacity; @end |
︙ | ︙ |