ObjFW  Check-in [ac598c5ec3]

Overview
Comment:Include OFSet in ObjFW.h.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ac598c5ec36a189372cd4e806ed918e96371a2aedf7a69d11f00aa8bff2cd546
User & Date: js on 2011-07-22 00:00:36
Other Links: manifest | tags
Context
2011-07-22
18:30
Nicer fast enumeration for OFSet. check-in: e287e086c2 user: js tags: trunk
00:00
Include OFSet in ObjFW.h. check-in: ac598c5ec3 user: js tags: trunk
2011-07-21
23:56
Add -[enumerateObjectsUsingBlock:] and -[filteredSetUsingBlock:]. check-in: 3e6766ac10 user: js tags: trunk
Changes

Modified src/ObjFW.h from [186d017c07] to [b7583b83c4].

24
25
26
27
28
29
30



31
32
33
34
35
36
37

#import "OFDataArray.h"
#import "OFArray.h"

#import "OFList.h"

#import "OFDictionary.h"



#import "OFEnumerator.h"

#import "OFNull.h"

#import "OFNumber.h"
#import "OFDate.h"
#import "OFURL.h"







>
>
>







24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

#import "OFDataArray.h"
#import "OFArray.h"

#import "OFList.h"

#import "OFDictionary.h"

#import "OFSet.h"

#import "OFEnumerator.h"

#import "OFNull.h"

#import "OFNumber.h"
#import "OFDate.h"
#import "OFURL.h"