ObjFW
Loading...
Searching...
No Matches
ObjFW.h
1/*
2 * Copyright (c) 2008-2024 Jonathan Schleifer <js@nil.im>
3 *
4 * All rights reserved.
5 *
6 * This program is free software: you can redistribute it and/or modify it
7 * under the terms of the GNU Lesser General Public License version 3.0 only,
8 * as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope that it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
13 * version 3.0 for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public License
16 * version 3.0 along with this program. If not, see
17 * <https://www.gnu.org/licenses/>.
18 */
19
20#import "OFObject.h"
21#import "OFBlock.h"
22
23#import "OFString.h"
24#import "OFCharacterSet.h"
25
26#import "OFData.h"
27#import "OFArray.h"
28#import "OFSecureData.h"
29
30#import "OFList.h"
31#import "OFSortedList.h"
32
33#import "OFDictionary.h"
34#import "OFMapTable.h"
35
36#import "OFSet.h"
37#import "OFCountedSet.h"
38
39#import "OFValue.h"
40#import "OFPair.h"
41#import "OFTriple.h"
42
43#import "OFEnumerator.h"
44
45#import "OFNull.h"
46
47#import "OFMethodSignature.h"
48#import "OFInvocation.h"
49
50#import "OFNumber.h"
51#import "OFDate.h"
52#import "OFIRI.h"
53#import "OFIRIHandler.h"
54#import "OFUUID.h"
55#import "OFColor.h"
56
57#import "OFNotification.h"
58#import "OFNotificationCenter.h"
59
60#import "OFStream.h"
61#import "OFSeekableStream.h"
62#import "OFMemoryStream.h"
63#import "OFStdIOStream.h"
64#import "OFInflateStream.h"
65#import "OFInflate64Stream.h"
66#import "OFGZIPStream.h"
67#import "OFLHAArchive.h"
68#import "OFLHAArchiveEntry.h"
69#import "OFTarArchive.h"
70#import "OFTarArchiveEntry.h"
71#import "OFZIPArchive.h"
72#import "OFZIPArchiveEntry.h"
73#import "OFZooArchive.h"
74#import "OFZooArchiveEntry.h"
75#import "OFFileManager.h"
76#ifdef OF_HAVE_FILES
77# import "OFFile.h"
78#endif
79#import "OFINIFile.h"
80#import "OFSettings.h"
81#ifdef OF_HAVE_SOCKETS
82# import "OFStreamSocket.h"
83# import "OFDatagramSocket.h"
85# import "OFTCPSocket.h"
86# import "OFUDPSocket.h"
87# import "OFTLSStream.h"
88# import "OFKernelEventObserver.h"
89# import "OFDNSQuery.h"
90# import "OFDNSResourceRecord.h"
91# import "OFDNSResponse.h"
92# import "OFDNSResolver.h"
93# ifdef OF_HAVE_UNIX_SOCKETS
94# import "OFUNIXDatagramSocket.h"
95# import "OFUNIXStreamSocket.h"
96# endif
97# ifdef OF_HAVE_IPX
98# import "OFIPXSocket.h"
99# import "OFSPXSocket.h"
100# import "OFSPXStreamSocket.h"
101# endif
102# ifdef OF_HAVE_APPLETALK
103# import "OFDDPSocket.h"
104# endif
105# import "OFHTTPClient.h"
106# import "OFHTTPCookie.h"
107# import "OFHTTPCookieManager.h"
108# import "OFHTTPRequest.h"
109# import "OFHTTPResponse.h"
110# import "OFHTTPServer.h"
111#endif
112
113#ifdef OF_HAVE_SUBPROCESSES
114# import "OFSubprocess.h"
115#endif
116
117#import "OFCryptographicHash.h"
118#import "OFMD5Hash.h"
119#import "OFRIPEMD160Hash.h"
120#import "OFSHA1Hash.h"
121#import "OFSHA224Hash.h"
122#import "OFSHA256Hash.h"
123#import "OFSHA384Hash.h"
124#import "OFSHA512Hash.h"
125
126#import "OFHMAC.h"
127
128#import "OFXMLAttribute.h"
129#import "OFXMLElement.h"
130#import "OFXMLAttribute.h"
131#import "OFXMLCharacters.h"
132#import "OFXMLCDATA.h"
133#import "OFXMLComment.h"
134#import "OFXMLProcessingInstruction.h"
135#import "OFXMLParser.h"
136#import "OFXMLElementBuilder.h"
137
138#import "OFMessagePackExtension.h"
139
140#import "OFApplication.h"
141#import "OFSystemInfo.h"
142#import "OFLocale.h"
143#import "OFOptionsParser.h"
144#import "OFTimer.h"
145#import "OFRunLoop.h"
146
147#import "OFMatrix4x4.h"
148
149#ifdef OF_WINDOWS
150# import "OFWindowsRegistryKey.h"
151#endif
152
153#import "OFAllocFailedException.h"
154#import "OFAlreadyOpenException.h"
155#import "OFException.h"
156#import "OFChangeCurrentDirectoryFailedException.h"
157#import "OFChecksumMismatchException.h"
158#import "OFCopyItemFailedException.h"
159#import "OFCreateDirectoryFailedException.h"
160#import "OFCreateSymbolicLinkFailedException.h"
161#import "OFEnumerationMutationException.h"
162#ifdef OF_HAVE_FILES
163# import "OFGetCurrentDirectoryFailedException.h"
164#endif
165#import "OFGetItemAttributesFailedException.h"
166#import "OFGetOptionFailedException.h"
167#import "OFHashAlreadyCalculatedException.h"
168#import "OFHashNotCalculatedException.h"
169#import "OFInitializationFailedException.h"
170#import "OFInvalidArgumentException.h"
171#import "OFInvalidEncodingException.h"
172#import "OFInvalidFormatException.h"
173#import "OFInvalidJSONException.h"
174#import "OFInvalidServerResponseException.h"
175#import "OFLinkItemFailedException.h"
176#ifdef OF_HAVE_PLUGINS
177# import "OFLoadPluginFailedException.h"
178#endif
179#import "OFLockFailedException.h"
180#import "OFMalformedXMLException.h"
181#import "OFMoveItemFailedException.h"
182#import "OFNotImplementedException.h"
183#import "OFNotOpenException.h"
184#import "OFOpenItemFailedException.h"
185#import "OFOutOfMemoryException.h"
186#import "OFOutOfRangeException.h"
187#import "OFReadFailedException.h"
188#import "OFReadOrWriteFailedException.h"
189#import "OFRemoveItemFailedException.h"
190#import "OFSeekFailedException.h"
191#import "OFSetItemAttributesFailedException.h"
192#import "OFSetOptionFailedException.h"
193#import "OFStillLockedException.h"
194#import "OFTruncatedDataException.h"
195#import "OFUnboundNamespaceException.h"
196#import "OFUnboundPrefixException.h"
197#import "OFUndefinedKeyException.h"
198#import "OFUnknownXMLEntityException.h"
199#import "OFUnlockFailedException.h"
200#import "OFUnsupportedProtocolException.h"
201#import "OFUnsupportedVersionException.h"
202#import "OFWriteFailedException.h"
203#ifdef OF_HAVE_SOCKETS
204# import "OFAcceptSocketFailedException.h"
205# import "OFBindIPSocketFailedException.h"
206# import "OFBindSocketFailedException.h"
207# import "OFConnectIPSocketFailedException.h"
208# import "OFConnectSocketFailedException.h"
209# import "OFDNSQueryFailedException.h"
210# import "OFHTTPRequestFailedException.h"
211# import "OFListenOnSocketFailedException.h"
212# import "OFObserveKernelEventsFailedException.h"
213# import "OFResolveHostFailedException.h"
214# import "OFTLSHandshakeFailedException.h"
215# ifdef OF_HAVE_UNIX_SOCKETS
216# import "OFBindUNIXSocketFailedException.h"
217# import "OFConnectUNIXSocketFailedException.h"
218# endif
219# ifdef OF_HAVE_IPX
220# import "OFBindIPXSocketFailedException.h"
221# import "OFConnectSPXSocketFailedException.h"
222# endif
223# ifdef OF_HAVE_APPLETALK
224# import "OFBindDDPSocketFailedException.h"
225# endif
226#endif
227#ifdef OF_HAVE_THREADS
228# import "OFBroadcastConditionFailedException.h"
229# import "OFConditionStillWaitingException.h"
230# import "OFJoinThreadFailedException.h"
231# import "OFSignalConditionFailedException.h"
232# import "OFStartThreadFailedException.h"
233# import "OFThreadStillRunningException.h"
234# import "OFWaitForConditionFailedException.h"
235#endif
236#ifdef OF_HAVE_PLUGINS
237# import "OFPlugin.h"
238#endif
239#ifdef OF_WINDOWS
240# import "OFCreateWindowsRegistryKeyFailedException.h"
241# import "OFDeleteWindowsRegistryKeyFailedException.h"
242# import "OFDeleteWindowsRegistryValueFailedException.h"
243# import "OFGetWindowsRegistryValueFailedException.h"
244# import "OFOpenWindowsRegistryKeyFailedException.h"
245# import "OFSetWindowsRegistryValueFailedException.h"
246#endif
247
248#ifdef OF_HAVE_ATOMIC_OPS
249# import "OFAtomic.h"
250#endif
251#import "OFLocking.h"
252#import "OFOnce.h"
253#import "OFThread.h"
254#ifdef OF_HAVE_THREADS
255# import "OFCondition.h"
256# import "OFMutex.h"
257# import "OFPlainCondition.h"
258# import "OFPlainMutex.h"
259# import "OFPlainThread.h"
260# import "OFRecursiveMutex.h"
261# import "OFTLSKey.h"
262#endif
263
264#import "OFPBKDF2.h"
265#import "OFScrypt.h"