__of_fast_enumeration_state | State information for fast enumerations |
__of_list_object | A list object |
__of_range | A range |
OFAcceptFailedException | An exception indicating that accepting a connection failed |
OFAddressTranslationFailedException | An exception indicating the translation of an address failed |
OFAllocFailedException | An exception indicating an object could not be allocated |
OFAlreadyConnectedException | An exception indicating an attempt to connect or bind an already connected or bound socket |
OFApplication | Represents the application as an object |
<OFApplicationDelegate> | A protocol for delegates of OFApplication |
OFArray | A class for storing objects in an array |
OFAutoreleasePool | A pool that keeps track of objects to release |
OFBigDataArray | A class for storing arbitrary big data in an array |
OFBindFailedException | An exception indicating that binding a socket failed |
OFChangeFileModeFailedException | An exception indicating that changing the mode of a file failed |
OFChangeFileOwnerFailedException | An exception indicating that changing the owner of a file failed |
OFConnectionFailedException | An exception indicating that a connection could not be established |
OFConstString | A class for storing constant strings using the @"" literal |
OFCopyFileFailedException | An exception indicating that copying a file failed |
<OFCopying> | A protocol for the creation of copies |
OFCreateDirectoryFailedException | An exception indicating a directory couldn't be created |
OFDataArray | A class for storing arbitrary data in an array |
OFDeleteDirectoryFailedException | An exception indicating that deleting a directory failed |
OFDeleteFileFailedException | An exception indicating that deleting a file failed |
OFDictionary | A class for storing objects in a hash table |
OFEnumerationMutationException | An exception indicating that a mutation was detected during enumeration |
OFEnumerator | A class which provides methods to enumerate through collections |
OFException | The base class for all exceptions in ObjFW |
<OFFastEnumeration> | A protocol for fast enumeration |
OFFile | A class which provides functions to read, write and manipulate files |
OFHash | A base class for classes providing hash functions |
OFHashAlreadyCalculatedException | An exception indicating that the hash has already been calculated |
OFInitializationFailedException | An exception indicating that initializing something failed |
OFInvalidArgumentException | An exception indicating that the argument is invalid for this method |
OFInvalidEncodingException | An exception indicating that the encoding is invalid for this object |
OFInvalidFormatException | An exception indicating that the format is invalid |
OFLinkFailedException | An exception indicating that creating a link failed |
OFList | A class which provides easy to use double-linked lists |
OFListenFailedException | An exception indicating that listening on the socket failed |
OFMalformedXMLException | An exception indicating that a parser encountered malformed or invalid XML |
OFMD5Hash | A class which provides functions to create an MD5 hash |
OFMemoryNotPartOfObjectException | An exception indicating the given memory is not part of the object |
OFMutableArray | A class for storing, adding and removing objects in an array |
<OFMutableCopying> | A protocol for the creation of mutable copies |
OFMutableDictionary | A class for using mutable hash tables |
OFMutableString | A class for storing and modifying strings |
OFMutex | A class for creating mutual exclusions |
OFMutexLockFailedException | An exception indicating that locking a mutex failed |
OFMutexUnlockFailedException | An exception indicating that unlocking a mutex failed |
OFNotConnectedException | An exception indicating a socket is not connected or bound |
OFNotImplementedException | An exception indicating that a method or part of it is not implemented |
OFNumber | Provides a way to store a number in an object |
OFObject | The root class for all other classes inside ObjFW |
OFOpenFileFailedException | An exception indicating a file couldn't be opened |
OFOutOfMemoryException | An exception indicating there is not enough memory available |
OFOutOfRangeException | An exception indicating the given value is out of range |
OFPlugin | Provides a system for loading plugins at runtime |
OFReadFailedException | An exception indicating a read on a stream failed |
OFReadOrWriteFailedException | An exception indicating a read or write to a stream failed |
OFRenameFileFailedException | An exception indicating that renaming a file failed |
OFSeekableStream | A stream that supports seeking |
OFSeekFailedException | An exception indicating that seeking in a stream failed |
OFSetOptionFailedException | An exception indicating that setting an option failed |
OFSHA1Hash | A class which provides functions to create an SHA1 hash |
OFSocket | A class which provides functions to create and use sockets |
OFStream | A base class for different types of streams |
OFString | A class for handling strings |
OFSymlinkFailedException | An exception indicating that creating a symlink failed |
OFTCPSocket | A class which provides functions to create and use TCP sockets |
OFThread | A class which provides portable threads |
OFThreadJoinFailedException | An exception indicating that joining a thread failed |
OFThreadStartFailedException | An exception indicating that starting a thread failed |
OFThreadStillRunningException | An exception indicating that a thread is still running |
OFTLSKey | A class for Thread Local Storage keys |
OFWriteFailedException | An exception indicating a write to a stream failed |
OFXMLAttribute | A representation of an attribute of an XML element as an object |
OFXMLElement | A representation of an XML element as an object |
OFXMLParser | An event-based XML parser |
<OFXMLParserDelegate> | A protocol that needs to be implemented by delegates for OFXMLParser |
<OFXMLUnescapingDelegate> | A protocol that needs to be implemented by delegates for -[stringByXMLUnescapingWithHandler:] |