Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
File List
Here is a list of all files with brief descriptions:
[detail level 123]
 Documentation
  Sources
  Objectively
 Array.c
 Array.hImmutable arrays
 Boole.c
 Boole.hA wrapper for placing boolean primitives into collections, etc
 Class.c
 Class.hClasses describe the state and behavior of an Objectively type
 Condition.c
 Condition.hPOSIX Threads conditional variables
 Config.h
 Data.c
 Data.hImmutable data buffers
 Date.c
 Date.hMicrosecond-precision immutable dates
 DateFormatter.c
 DateFormatter.hDate formatting and parsing
 Dictionary.c
 Dictionary.hImmutable key-value stores
 Enum.c
 Enum.hNamed enumerations
 Error.c
 Error.hEncapsulation for error conditions
 Hash.c
 Hash.hUtilities for calculating hash values
 IndexPath.c
 IndexPath.hIndex paths represent the path to an element or node within a tree or graph structure
 IndexSet.c
 IndexSet.hImmutable collections of unique index values
 JSONPath.c
 JSONPath.hA minimal JSONPath implementation
 JSONSerialization.c
 JSONSerialization.hJSON serialization and introspection
 Lock.c
 Lock.hPOSIX Threads locks
 Log.c
 Log.hA Log4J-inspired log appender
 MutableArray.c
 MutableArray.hMutable arrays
 MutableData.c
 MutableData.hMutable data buffers
 MutableDictionary.c
 MutableDictionary.hMutable key-value stores
 MutableIndexSet.c
 MutableIndexSet.hMutable collections of unique index values
 MutableSet.c
 MutableSet.hMutable sets
 MutableString.c
 MutableString.hMutable UTF-8 strings
 Null.c
 Null.hThe Null sentinel
 Number.c
 Number.hA wrapper for placing numeric primitives into collections, etc
 NumberFormatter.c
 NumberFormatter.hNumber formatting and parsing
 Object.c
 Object.hObject is the root Class of The Objectively Class hierarchy
 Once.hHelpers for at-most-once semantics
 Operation.c
 Operation.hAn abstraction for discrete units of work, or tasks
 OperationQueue.c
 OperationQueue.hOperationQueues provide a thread of execution for Operations
 Regexp.c
 Regexp.hExtended POSIX regular expressions
 Resource.c
 Resource.hResources provide an abstraction for file and stream resources
 Set.c
 Set.hImmutable sets
 String.c
 String.hImmutable UTF-8 strings
 StringReader.c
 StringReader.hStringReaders provide convenient parsing of text based files
 Thread.c
 Thread.hPOSIX Threads
 Types.hObjectively base types
 URL.c
 URL.hUniform Resource Locators (RFC 3986)
 URLRequest.c
 URLRequest.hA protocol-agnostic abstraction for requesting resources via URLs
 URLResponse.c
 URLResponse.hA protocol-agnostic abstraction for receiving resources via URLs
 URLSession.c
 URLSession.hA management context for loading resources via URLs
 URLSessionConfiguration.c
 URLSessionConfiguration.hConfiguration bundle for URLSession
 URLSessionDataTask.c
 URLSessionDataTask.hUse data tasks to send and receive Data in-memory
 URLSessionDownloadTask.c
 URLSessionDownloadTask.hUse download tasks to save remote resources to file
 URLSessionTask.c
 URLSessionTask.hURL session tasks are handles to pending URL operations
 URLSessionUploadTask.c
 URLSessionUploadTask.hUse upload tasks to send files directly from disk
 Value.c
 Value.hValues provide Object encapsulation for C types
 Vector.c
 Vector.hMutable contiguous storage for C types
 Objectively.hObjectively: Ultra-lightweight object oriented framework for GNU C