ObjFW
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
of_fast_enumeration_state_tState information for fast enumerations
of_list_object_tA list object
of_range_tA range
OFAcceptFailedExceptionAn exception indicating that accepting a connection failed
OFAddressTranslationFailedExceptionAn exception indicating the translation of an address failed
OFAllocFailedExceptionAn exception indicating an object could not be allocated
OFAlreadyConnectedExceptionAn exception indicating an attempt to connect or bind an already connected or bound socket
OFApplicationRepresents the application as an object
<OFApplicationDelegate>A protocol for delegates of OFApplication
OFArrayA class for storing objects in an array
OFAutoreleasePoolA pool that keeps track of objects to release
OFBigDataArrayA class for storing arbitrary big data in an array
OFBindFailedExceptionAn exception indicating that binding a socket failed
OFChangeDirectoryFailedExceptionAn exception indicating changing to a directory failed
OFChangeFileModeFailedExceptionAn exception indicating that changing the mode of a file failed
OFChangeFileOwnerFailedExceptionAn exception indicating that changing the owner of a file failed
<OFCollection>A protocol with methods common for all collections
<OFComparing>A protocol for comparing objects
OFConditionA class implementing a condition variable for thread synchronization
OFConditionBroadcastFailedExceptionAn exception indicating broadcasting a condition failed
OFConditionSignalFailedExceptionAn exception indicating signaling a condition failed
OFConditionStillWaitingExceptionAn exception indicating that a thread is still waiting for a condition
OFConditionWaitFailedExceptionAn exception indicating waiting for a condition failed
OFConnectionFailedExceptionAn exception indicating that a connection could not be established
OFConstantStringA class for storing constant strings using the @"" literal
OFCopyFileFailedExceptionAn exception indicating that copying a file failed
<OFCopying>A protocol for the creation of copies
OFCreateDirectoryFailedExceptionAn exception indicating a directory couldn't be created
OFDataArrayA class for storing arbitrary data in an array
OFDateA class for storing, accessing and comparing dates
OFDeleteDirectoryFailedExceptionAn exception indicating that deleting a directory failed
OFDeleteFileFailedExceptionAn exception indicating that deleting a file failed
OFDictionaryA class for storing objects in a hash table
OFEnumerationMutationExceptionAn exception indicating that a mutation was detected during enumeration
OFEnumeratorA class which provides methods to enumerate through collections
OFExceptionThe base class for all exceptions in ObjFW
<OFFastEnumeration>A protocol for fast enumeration
OFFileA class which provides functions to read, write and manipulate files
OFHashA base class for classes providing hash functions
OFHashAlreadyCalculatedExceptionAn exception indicating that the hash has already been calculated
OFHTTPRequestA class for storing and performing HTTP requests
OFHTTPRequestFailedExceptionAn exception indicating that a HTTP request failed
OFHTTPRequestResultA class for storing the result of an HTTP request
OFInitializationFailedExceptionAn exception indicating that initializing something failed
OFInvalidArgumentExceptionAn exception indicating that the argument is invalid for this method
OFInvalidEncodingExceptionAn exception indicating that the encoding is invalid for this object
OFInvalidFormatExceptionAn exception indicating that the format is invalid
OFInvalidServerReplyExceptionAn exception indicating that the server sent an invalid reply
OFLinkFailedExceptionAn exception indicating that creating a link failed
OFListA class which provides easy to use double-linked lists
OFListenFailedExceptionAn exception indicating that listening on the socket failed
OFMalformedXMLExceptionAn exception indicating that a parser encountered malformed XML
OFMD5HashA class which provides functions to create an MD5 hash
OFMemoryNotPartOfObjectExceptionAn exception indicating the given memory is not part of the object
OFMutableArrayA class for storing, adding and removing objects in an array
<OFMutableCopying>A protocol for the creation of mutable copies
OFMutableDictionaryA class for using mutable hash tables
OFMutableStringA class for storing and modifying strings
OFMutexA class for creating mutual exclusions
OFMutexLockFailedExceptionAn exception indicating that locking a mutex failed
OFMutexStillLockedExceptionAn exception indicating that a mutex is still locked
OFMutexUnlockFailedExceptionAn exception indicating that unlocking a mutex failed
OFNotConnectedExceptionAn exception indicating a socket is not connected or bound
OFNotImplementedExceptionAn exception indicating that a method or part of it is not implemented
OFNumberProvides a way to store a number in an object
OFObjectThe root class for all other classes inside ObjFW
<OFObject>The protocol which all root classes implement
OFOpenFileFailedExceptionAn exception indicating a file couldn't be opened
OFOutOfMemoryExceptionAn exception indicating there is not enough memory available
OFOutOfRangeExceptionAn exception indicating the given value is out of range
OFPluginProvides a system for loading plugins at runtime
OFReadFailedExceptionAn exception indicating a read on a stream failed
OFReadOrWriteFailedExceptionAn exception indicating a read or write to a stream failed
OFRenameFileFailedExceptionAn exception indicating that renaming a file failed
OFSeekableStreamA stream that supports seeking
OFSeekFailedExceptionAn exception indicating that seeking in a stream failed
OFSetOptionFailedExceptionAn exception indicating that setting an option for a stream failed
OFSHA1HashA class which provides functions to create an SHA1 hash
OFStreamA base class for different types of streams
OFStreamObserverA class that can observe multiple streams at once
<OFStreamObserverDelegate>A protocol that needs to be implemented by delegates for OFStreamObserver
OFStreamSocketA class which provides functions to create and use stream sockets
OFStringA class for handling strings
<OFStringXMLUnescapingDelegate>A protocol that needs to be implemented by delegates for
OFSymlinkFailedExceptionAn exception indicating that creating a symlink failed
OFTCPSocketA class which provides functions to create and use TCP sockets
OFThreadA class which provides portable threads
OFThreadJoinFailedExceptionAn exception indicating that joining a thread failed
OFThreadStartFailedExceptionAn exception indicating that starting a thread failed
OFThreadStillRunningExceptionAn exception indicating that a thread is still running
OFTLSKeyA class for Thread Local Storage keys
OFTruncatedDataExceptionAn exception indicating that data was truncated while it should not have been truncated
OFUnboundNamespaceExceptionAn exception indicating an attempt to use an unbound namespace
OFUnsupportedProtocolExceptionAn exception indicating that the protocol specified by the URL is not supported
OFURLA class for parsing URLs and accessing parts of it
OFWriteFailedExceptionAn exception indicating a write to a stream failed
OFXMLAttributeA representation of an attribute of an XML element as an object
OFXMLElementA class which stores an XML element
OFXMLElementBuilderA class implementing the OFXMLParserDelegate protocol that can build OFXMLElements from the document parsed by the OFXMLParser
<OFXMLElementBuilderDelegate>A protocol that needs to be implemented by delegates for OFXMLElementBuilder
OFXMLParserAn event-based XML parser
<OFXMLParserDelegate>A protocol that needs to be implemented by delegates for OFXMLParser
 All Classes Functions Variables