Cobjc_super | A struct representing a call to super |
Cof_dimension_t | A dimension |
Cof_fast_enumeration_state_t | State information for fast enumerations |
Cof_http_request_protocol_version_t | The HTTP version of the HTTP request |
Cof_list_object_t | A list object |
Cof_map_table_functions_t | A struct describing the functions to be used by the map table |
Cof_options_parser_option_t | An option which can be parsed by an OFOptionsParser |
Cof_pbkdf2_parameters_t | The parameters for of_pbkdf2 |
Cof_point_t | A point |
Cof_range_t | A range |
Cof_rectangle_t | A rectangle |
Cof_scrypt_parameters_t | The parameters for of_scrypt |
Cof_socket_address_t | A struct which represents a host / port pair for a socket |
►C<OFASN1DERRepresentation> | A protocol implemented by classes that support encoding to ASN.1 DER representation |
COFASN1BitString | An ASN.1 BitString |
COFASN1Boolean | An ASN.1 Boolean |
COFNull | A class for representing null values in collections |
►C<OFComparing> | A protocol for comparing objects |
►COFData | A class for storing arbitrary data in an array |
COFMutableData | A class for storing and manipulating arbitrary data in an array |
COFSecureData | A class for storing arbitrary data in secure (non-swappable) memory, securely wiping it when it gets deallocated |
COFDate | A class for storing, accessing and comparing dates |
COFNumber | Provides a way to store a number in an object |
►COFString | A class for handling strings |
COFConstantString | A class for storing constant strings using the @"" literal |
COFMutableString | A class for storing and modifying strings |
COFTimer | A class for creating and firing timers |
►C<OFCopying> | A protocol for the creation of copies |
►COFArray | An abstract class for storing objects in an array |
COFMutableArray | An abstract class for storing, adding and removing objects in an array |
►C<OFCryptoHash> | A protocol for classes providing cryptographic hash functions |
COFMD5Hash | A class which provides methods to create an MD5 hash |
COFRIPEMD160Hash | A class which provides methods to create a RIPEMD-160 hash |
COFSHA1Hash | A class which provides methods to create an SHA-1 hash |
►COFSHA224Or256Hash | A base class for SHA-224 and SHA-256 |
COFSHA224Hash | A class which provides methods to create an SHA-224 hash |
COFSHA256Hash | A class which provides methods to create an SHA-256 hash |
►COFSHA384Or512Hash | A base class for SHA-384 and SHA-512 |
COFSHA384Hash | A class which provides methods to create an SHA-384 hash |
COFSHA512Hash | A class which provides methods to create an SHA-512 hash |
COFDNSQuery | A class representing a DNS query |
►COFDNSResourceRecord | A class representing a DNS resource record |
COFAAAADNSResourceRecord | A class represenging a DNS resource record |
COFADNSResourceRecord | A class representing an A DNS resource record |
COFCNAMEDNSResourceRecord | A class representing a CNAME DNS resource record |
COFHINFODNSResourceRecord | A class representing an HINFO DNS resource record |
COFMXDNSResourceRecord | A class representing an MX DNS resource record |
COFNSDNSResourceRecord | A class representing an NS DNS resource record |
COFPTRDNSResourceRecord | A class representing a PTR DNS resource record |
COFSOADNSResourceRecord | A class representing an SOA DNS resource record |
COFSRVDNSResourceRecord | A class representing an SRV DNS resource record |
COFTXTDNSResourceRecord | A class representing a TXT DNS resource record |
COFData | A class for storing arbitrary data in an array |
►COFDatagramSocket | A base class for datagram sockets |
COFIPXSocket | A class which provides methods to create and use IPX sockets |
COFUDPSocket | A class which provides methods to create and use UDP sockets |
COFDate | A class for storing, accessing and comparing dates |
►COFDictionary | An abstract class for storing objects in a dictionary |
COFMutableDictionary | An abstract class for storing and changing objects in a dictionary |
COFHTTPCookie | A class for storing and manipulating HTTP cookies |
COFHTTPRequest | A class for storing HTTP requests |
►COFLHAArchiveEntry | A class which represents an entry in an LHA archive |
COFMutableLHAArchiveEntry | A class which represents a mutable entry in an LHA archive |
►COFList | A class which provides easy to use double-linked lists |
COFSortedList | A class which provides easy to use sorted double-linked lists |
COFMapTable | A class similar to OFDictionary, but providing more options how keys and objects should be retained, released, compared and hashed |
COFMessagePackExtension | A class for representing the MessagePack extension type |
COFNull | A class for representing null values in collections |
►COFPair | A class for storing a pair of two objects |
COFMutablePair | A class for storing a pair of two objects |
COFSandbox | A class which describes a sandbox for the application |
►COFSequencedPacketSocket | A base class for sequenced packet sockets |
COFSCTPSocket | A class which provides methods to create and use SCTP sockets in one-to-one mode |
COFSPXSocket | A class which provides methods to create and use SPX sockets |
►COFSet | An abstract class for an unordered set of unique objects |
►COFMutableSet | An abstract class for a mutable unordered set of unique objects |
COFCountedSet | An abstract class for a mutable unordered set of objects, counting how often it contains an object |
►COFStream | A base class for different types of streams |
COFGZIPStream | A class that handles GZIP compression and decompression transparently for an underlying stream |
COFHTTPResponse | A class for representing an HTTP request reply as a stream |
COFInflate64Stream | A class that handles Deflate decompression transparently for an underlying stream |
COFInflateStream | A class that handles Deflate decompression transparently for an underlying stream |
COFProcess | A class for stream-like communication with a newly created process |
►COFSeekableStream | A stream that supports seeking |
COFFile | A class which provides methods to read and write files |
COFStdIOStream | A class for providing standard input, output and error as OFStream |
►COFStreamSocket | A class which provides methods to create and use stream sockets |
COFSPXStreamSocket | A class which provides methods to create and use SPX stream sockets |
COFTCPSocket | A class which provides methods to create and use TCP sockets |
COFString | A class for handling strings |
►COFTarArchiveEntry | A class which represents an entry of a tar archive |
COFMutableTarArchiveEntry | A class which represents a mutable entry of a tar archive |
►COFTriple | A class for storing a triple of three objects |
COFMutableTriple | A class for storing a triple of three objects |
►COFURL | A class for parsing URLs and accessing parts of it |
COFMutableURL | A class for parsing URLs and accessing parts of it |
►COFValue | A class for storing arbitrary values in an object |
COFNumber | Provides a way to store a number in an object |
►COFXMLNode | A class which stores an XML element |
COFXMLAttribute | A representation of an attribute of an XML element as an object |
COFXMLCDATA | A class representing XML CDATA |
COFXMLCharacters | A class representing XML characters |
COFXMLComment | A class for representing XML comments |
COFXMLElement | A class which stores an XML element |
COFXMLProcessingInstructions | A class for representing XML processing instructions |
►COFZIPArchiveEntry | A class which represents an entry in the central directory of a ZIP archive |
COFMutableZIPArchiveEntry | A class which represents a mutable entry in the central directory of a ZIP archive |
►C<OFEnumerating> | A protocol for getting an enumerator for the object |
►C<OFCollection> | A protocol with methods common for all collections |
COFArray | An abstract class for storing objects in an array |
COFDictionary | An abstract class for storing objects in a dictionary |
COFList | A class which provides easy to use double-linked lists |
COFSet | An abstract class for an unordered set of unique objects |
►C<OFFastEnumeration> | A protocol for fast enumeration |
C<OFCollection> | A protocol with methods common for all collections |
COFEnumerator | A class which provides methods to enumerate through collections |
COFMapTable | A class similar to OFDictionary, but providing more options how keys and objects should be retained, released, compared and hashed |
►C<OFJSONRepresentation> | A protocol implemented by classes that support encoding to a JSON representation |
COFArray | An abstract class for storing objects in an array |
COFDictionary | An abstract class for storing objects in a dictionary |
COFNull | A class for representing null values in collections |
COFNumber | Provides a way to store a number in an object |
COFString | A class for handling strings |
C<OFKeyValueCoding> | A protocol for Key Value Coding |
►C<OFMessagePackRepresentation> | A protocol implemented by classes that support encoding to a MessagePack representation |
COFArray | An abstract class for storing objects in an array |
COFData | A class for storing arbitrary data in an array |
COFDate | A class for storing, accessing and comparing dates |
COFDictionary | An abstract class for storing objects in a dictionary |
COFMessagePackExtension | A class for representing the MessagePack extension type |
COFNull | A class for representing null values in collections |
COFNumber | Provides a way to store a number in an object |
COFString | A class for handling strings |
►C<OFMutableCopying> | A protocol for the creation of mutable copies |
COFArray | An abstract class for storing objects in an array |
COFData | A class for storing arbitrary data in an array |
COFDictionary | An abstract class for storing objects in a dictionary |
COFLHAArchiveEntry | A class which represents an entry in an LHA archive |
COFPair | A class for storing a pair of two objects |
COFSet | An abstract class for an unordered set of unique objects |
COFString | A class for handling strings |
COFTarArchiveEntry | A class which represents an entry of a tar archive |
COFTriple | A class for storing a triple of three objects |
COFURL | A class for parsing URLs and accessing parts of it |
COFZIPArchiveEntry | A class which represents an entry in the central directory of a ZIP archive |
►C<OFObject> | The protocol which all root classes implement |
C<OFApplicationDelegate> | A protocol for delegates of OFApplication |
C<OFCryptoHash> | A protocol for classes providing cryptographic hash functions |
C<OFDNSResolverQueryDelegate> | A delegate for performed DNS queries |
►C<OFDatagramSocketDelegate> | A delegate for OFDatagramSocket |
C<OFIPXSocketDelegate> | A delegate for OFIPXSocket |
C<OFUDPSocketDelegate> | A delegate for OFUDPSocket |
C<OFHTTPClientDelegate> | A delegate for OFHTTPClient |
C<OFHTTPServerDelegate> | A delegate for OFHTTPServer |
C<OFKernelEventObserverDelegate> | A protocol that needs to be implemented by delegates for OFKernelEventObserver |
►C<OFLocking> | A protocol for locks |
►COFMutex | A class for creating mutual exclusions |
COFCondition | A class implementing a condition variable for thread synchronization |
COFRecursiveMutex | A class for creating mutual exclusions which can be entered recursively |
►COFObject | The root class for all other classes inside ObjFW |
COFASN1BitString | An ASN.1 BitString |
COFASN1Boolean | An ASN.1 Boolean |
COFASN1Enumerated | An ASN.1 Enumerated |
COFASN1IA5String | An ASN.1 IA5String |
COFASN1Integer | An ASN.1 Integer |
COFASN1NumericString | An ASN.1 NumericString |
COFASN1ObjectIdentifier | An ASN.1 ObjectIdentifier |
COFASN1OctetString | An ASN.1 OctetString |
COFASN1PrintableString | An ASN.1 PrintableString |
COFASN1UTF8String | An ASN.1 UTF8String |
COFASN1Value | A class representing an ASN.1 value |
COFAllocFailedException | An exception indicating an object could not be allocated |
COFApplication | A class which represents the application as an object |
COFArray | An abstract class for storing objects in an array |
COFBlock | The class for all blocks, since all blocks are also objects |
COFCharacterSet | A class cluster representing a character set |
COFColor | A class for storing a color |
COFDNSQuery | A class representing a DNS query |
COFDNSResolver | A class for resolving DNS names |
COFDNSResourceRecord | A class representing a DNS resource record |
COFDNSResponse | A class storing a response from OFDNSResolver |
COFData | A class for storing arbitrary data in an array |
COFDatagramSocket | A base class for datagram sockets |
COFDate | A class for storing, accessing and comparing dates |
COFDictionary | An abstract class for storing objects in a dictionary |
COFEnumerator | A class which provides methods to enumerate through collections |
►COFException | The base class for all exceptions in ObjFW |
COFAcceptFailedException | An exception indicating that accepting a connection failed |
COFAlreadyConnectedException | An exception indicating an attempt to connect or bind an already connected or bound socket |
COFBindFailedException | An exception indicating that binding a socket failed |
COFChangeCurrentDirectoryPathFailedException | An exception indicating that changing the current directory path failed |
COFChecksumMismatchException | An exception indicating that a checksum did not match |
COFConditionBroadcastFailedException | An exception indicating broadcasting a condition failed |
COFConditionSignalFailedException | An exception indicating signaling a condition failed |
COFConditionStillWaitingException | An exception indicating that a thread is still waiting for a condition |
COFConditionWaitFailedException | An exception indicating waiting for a condition failed |
COFConnectionFailedException | An exception indicating that a connection could not be established |
COFCopyItemFailedException | An exception indicating that copying a item failed |
COFCreateDirectoryFailedException | An exception indicating a directory couldn't be created |
COFCreateSymbolicLinkFailedException | An exception indicating that creating a symbolic link failed |
COFCreateWindowsRegistryKeyFailedException | An exception indicating that creating a Windows registry key failed |
COFDNSQueryFailedException | An exception indicating that a DNS query failed |
COFDeleteWindowsRegistryKeyFailedException | An exception indicating that deleting a Windows registry key failed |
COFDeleteWindowsRegistryValueFailedException | An exception indicating that deleting a Windows registry value failed |
COFEnumerationMutationException | An exception indicating that a mutation was detected during enumeration |
COFGetCurrentDirectoryPathFailedException | An exception indicating that getting the current directory path failed |
COFGetOptionFailedException | An exception indicating that getting an option for an object failed |
COFGetWindowsRegistryValueFailedException | An exception indicating that getting a Windows registry value failed |
COFHTTPRequestFailedException | An exception indicating that an HTTP request failed |
COFHashAlreadyCalculatedException | An exception indicating that the hash has already been calculated |
COFInitializationFailedException | An exception indicating that initializing something failed |
COFInvalidArgumentException | An exception indicating that the argument is invalid for this method |
COFInvalidEncodingException | An exception indicating that the encoding is invalid for this object |
COFInvalidFormatException | An exception indicating that the format is invalid |
COFInvalidJSONException | An exception indicating a JSON representation is invalid |
COFInvalidServerReplyException | An exception indicating that the server sent an invalid reply |
COFLinkFailedException | An exception indicating that creating a link failed |
COFListenFailedException | An exception indicating that listening on the socket failed |
COFLoadPluginFailedException | An exception indicating a plugin could not be loaded |
COFLockFailedException | An exception indicating that locking a lock failed |
COFMalformedXMLException | An exception indicating that a parser encountered malformed XML |
COFMemoryNotPartOfObjectException | An exception indicating the given memory is not part of the object |
COFMoveItemFailedException | An exception indicating that moving an item failed |
COFNotImplementedException | An exception indicating that a method or part of it is not implemented |
COFNotOpenException | An exception indicating an object is not open, connected or bound |
COFObserveFailedException | An exception indicating that observing failed |
COFOpenItemFailedException | An exception indicating an item could not be opened |
COFOpenWindowsRegistryKeyFailedException | An exception indicating that opening a Windows registry key failed |
COFOutOfMemoryException | An exception indicating there is not enough memory available |
COFOutOfRangeException | An exception indicating the given value is out of range |
►COFReadOrWriteFailedException | An exception indicating that reading from or writing to an object failed |
COFReadFailedException | An exception indicating that reading from an object failed |
COFWriteFailedException | An exception indicating that writing to an object failed |
COFRemoveItemFailedException | An exception indicating that removing an item failed |
COFResolveHostFailedException | An exception indicating that resolving a host failed |
COFRetrieveItemAttributesFailedException | An exception indicating an item's attributes could not be retrieved |
COFSandboxActivationFailedException | An exception indicating that sandboxing the process failed |
COFSeekFailedException | An exception indicating that seeking in a stream failed |
COFSetItemAttributesFailedException | An exception indicating an item's attributes could not be set |
COFSetOptionFailedException | An exception indicating that setting an option for an object failed |
COFSetWindowsRegistryValueFailedException | An exception indicating that setting a Windows registry value failed |
COFStillLockedException | An exception indicating that a lock is still locked |
COFThreadJoinFailedException | An exception indicating that joining a thread failed |
COFThreadStartFailedException | An exception indicating that starting a thread failed |
COFThreadStillRunningException | An exception indicating that a thread is still running |
COFTruncatedDataException | An exception indicating that data was truncated while it should not have been truncated |
COFUnboundNamespaceException | An exception indicating an attempt to use an unbound namespace |
COFUnboundPrefixException | An exception indicating an attempt to use an unbound prefix |
COFUndefinedKeyException | An exception indicating that a key is undefined (e.g. for Key Value Coding) |
COFUnknownXMLEntityException | An exception indicating that a parser encountered an unknown XML entity |
COFUnlockFailedException | An exception indicating that unlocking a lock failed |
COFUnsupportedProtocolException | An exception indicating that the protocol specified by the URL is not supported |
COFUnsupportedVersionException | An exception indicating that the specified version of the format or protocol is not supported |
COFFileManager | A class which provides management for files, e.g. reading contents of directories, deleting files, renaming files, etc |
COFHMAC | A class which provides methods to calculate an HMAC |
COFHTTPClient | A class for performing HTTP requests |
COFHTTPCookie | A class for storing and manipulating HTTP cookies |
COFHTTPCookieManager | A class for managing cookies for multiple domains |
COFHTTPRequest | A class for storing HTTP requests |
COFHTTPServer | A class for creating a simple HTTP server inside of applications |
COFINICategory | A class for representing a category of an INI file |
COFINIFile | A class for reading, creating and modifying INI files |
COFInvocation | A class for storing and accessing invocations, and invoking them |
COFKernelEventObserver | A class that can observe multiple kernel events (e.g. streams being ready to read) at once |
COFLHAArchive | A class for accessing and manipulating LHA files |
COFLHAArchiveEntry | A class which represents an entry in an LHA archive |
COFList | A class which provides easy to use double-linked lists |
COFLocale | A class for querying the locale and retrieving localized strings |
COFMD5Hash | A class which provides methods to create an MD5 hash |
COFMapTable | A class similar to OFDictionary, but providing more options how keys and objects should be retained, released, compared and hashed |
COFMapTableEnumerator | A class which provides methods to enumerate through an OFMapTable's keys or objects |
COFMessagePackExtension | A class for representing the MessagePack extension type |
COFMethodSignature | A class for parsing type encodings and accessing them |
COFMutex | A class for creating mutual exclusions |
COFNull | A class for representing null values in collections |
COFOptionsParser | A class for parsing the program options specified on the command line |
COFPair | A class for storing a pair of two objects |
COFPlugin | Provides a system for loading plugins at runtime |
COFRIPEMD160Hash | A class which provides methods to create a RIPEMD-160 hash |
COFRecursiveMutex | A class for creating mutual exclusions which can be entered recursively |
COFRunLoop | A class providing a run loop for the application and its processes |
COFSHA1Hash | A class which provides methods to create an SHA-1 hash |
COFSHA224Or256Hash | A base class for SHA-224 and SHA-256 |
COFSHA384Or512Hash | A base class for SHA-384 and SHA-512 |
COFSandbox | A class which describes a sandbox for the application |
COFSequencedPacketSocket | A base class for sequenced packet sockets |
COFSet | An abstract class for an unordered set of unique objects |
COFSettings | A class for storing and retrieving settings |
COFStream | A base class for different types of streams |
COFString | A class for handling strings |
COFSystemInfo | A class for querying information about the system |
COFTarArchive | A class for accessing and manipulating tar archives |
COFTarArchiveEntry | A class which represents an entry of a tar archive |
COFThread | A class which provides portable threads |
COFThreadPool | A class providing a pool of reusable threads |
COFTimer | A class for creating and firing timers |
COFTriple | A class for storing a triple of three objects |
COFURL | A class for parsing URLs and accessing parts of it |
COFURLHandler | A handler for a URL scheme |
COFValue | A class for storing arbitrary values in an object |
COFXMLElementBuilder | A class implementing the OFXMLParserDelegate protocol that can build OFXMLElements from the document parsed by the OFXMLParser |
COFXMLNode | A class which stores an XML element |
COFXMLParser | An event-based XML parser |
COFZIPArchive | A class for accessing and manipulating ZIP files |
COFZIPArchiveEntry | A class which represents an entry in the central directory of a ZIP archive |
►C<OFReadyForReadingObserving> | This protocol is implemented by classes which can be observed for readiness for reading by OFKernelEventObserver |
COFDatagramSocket | A base class for datagram sockets |
COFInflate64Stream | A class that handles Deflate decompression transparently for an underlying stream |
COFInflateStream | A class that handles Deflate decompression transparently for an underlying stream |
COFSequencedPacketSocket | A base class for sequenced packet sockets |
COFStreamSocket | A class which provides methods to create and use stream sockets |
►C<OFReadyForWritingObserving> | This protocol is implemented by classes which can be observed for readiness for writing by OFKernelEventObserver |
COFDatagramSocket | A base class for datagram sockets |
COFSequencedPacketSocket | A base class for sequenced packet sockets |
COFStreamSocket | A class which provides methods to create and use stream sockets |
►C<OFSequencedPacketSocketDelegate> | A delegate for OFSequencedPacketSocket |
C<OFSCTPSocketDelegate> | |
C<OFSPXSocketDelegate> | |
►C<OFStreamDelegate> | |
►C<OFStreamSocketDelegate> | |
C<OFSPXStreamSocketDelegate> | |
►C<OFTCPSocketDelegate> | |
C<OFTLSSocketDelegate> | A delegate for classes implementing the OFTLSSocket protocol |
C<OFStringXMLUnescapingDelegate> | A protocol that needs to be implemented by delegates for stringByXMLUnescapingWithHandler: |
C<OFXMLElementBuilderDelegate> | A protocol that needs to be implemented by delegates for OFXMLElementBuilder |
►C<OFXMLParserDelegate> | A protocol that needs to be implemented by delegates for OFXMLParser |
COFXMLElementBuilder | A class implementing the OFXMLParserDelegate protocol that can build OFXMLElements from the document parsed by the OFXMLParser |
COFObject< OFHTTPClientDelegate-p > | |
COFRPNSResourceRecord | A class representing an RP DNS resource record |
►C<OFSerialization> | A protocol for serializing objects |
COFArray | An abstract class for storing objects in an array |
COFData | A class for storing arbitrary data in an array |
COFDate | A class for storing, accessing and comparing dates |
COFDictionary | An abstract class for storing objects in a dictionary |
COFList | A class which provides easy to use double-linked lists |
COFNull | A class for representing null values in collections |
COFNumber | Provides a way to store a number in an object |
COFSet | An abstract class for an unordered set of unique objects |
COFString | A class for handling strings |
COFURL | A class for parsing URLs and accessing parts of it |
COFXMLNode | A class which stores an XML element |
C<OFTLSSocket> | A protocol that should be implemented by 3rd-party libraries implementing TLS |