▼Caio_base | |
▼Creader_base | Base class for all readers |
Cstring_reader | String reader, keeps a copy of the string |
►Cthreaded_reader | Base class for threaded readers |
Cfile_reader | File reader |
Cview_reader | |
▼Cwriter_base | Base class for all writers |
Cbuffer_writer | |
►Cthreaded_writer | Base class for threaded writer |
Cfile_writer | File writer |
Cxml_namespace_parser_writer | Similar to |
Cxml_parser_writer | Forwards received data directly into an XML parser |
▼Caio_waitable | |
Caio_buffer_pool | A buffer pool for use with async readers/writers |
Creader_base | Base class for all readers |
Cwriter_base | Base class for all writers |
▼Caio_waiter | |
Creader_base | Base class for all readers |
Casync_task | Handle for asynchronous tasks |
▼Cbucket_base | Base class for buckets |
▼Cbucket | A rate-limited token bucket |
Crate_limited_layer | A rate-limited socket layer |
Crate_limiter | A limiter for the attached buckets |
Cbuffer | Simple buffer where data can be appended at the end and consumed at the front. Think of it as a deque with contiguous storage |
Cbuffer_lease | |
Ccondition | Waitable condition variable |
Cdatetime | Represents a point of time in wallclock, tracking the timestamps accuracy/precision |
Cdll | Encapsulates a DLL |
Cduration | The duration class represents a time interval in milliseconds |
▼Cevent_base | Common base class for all events |
Csimple_event< UniqueType, Values > | This is the recommended event class |
▼Cevent_handler | Simple handler for asynchronous event processing |
Cascii_layer | |
Crate_limit_manager | Context for rate_limiters |
Ctls_layer | A Transport Layer Security (TLS) layer |
Cevent_loop | A threaded event loop that supports sending events and timers |
Cfile | Lean class for file access |
Chash_accumulator | Accumulator for hashing large amounts of data |
Chostname_lookup | |
Cimpersonation_token | Impersonation tokens for a given user can be used to spawn processes running as that user |
Cstrtokenizer< String, Delims >::iterator | |
Cjson | Json parser/builder |
Cjson_array_iterator< isconst > | |
Cless_insensitive_ascii | Comparator to be used for std::map for case-insensitive keys |
Clocal_filesys | This class can be used to enumerate the contents of local directories and to query the metadata of files |
▼Clogger_interface | Abstract interface for logging strings |
Cnull_logger | A logger that does not log anything |
Cstdout_logger | A simple logger that writes to stdout |
Cmonotonic_clock | A monotonic clock (aka steady clock) is independent from walltime |
Cmutex | Lean replacement for std::(recursive_)mutex |
Cnamespace_parser | A stremable XML parser that resolves namespace declarations and namespace prefixes |
Cnetwork_interface | |
Cnonowning_buffer | Similar to fz::buffer, but does not own memory |
Cparser | A streaming XML parser |
▼Cpretty_printer | A slow pretty printer for XML as it is being parsed |
Cpretty_logger | Pretty-prints XML as it is being parsed to a logger |
Cprivate_key | Represents a X25519 private key with associated salt |
Cprivate_signing_key | Represents a private key to sign message with using Ed25519 |
Cprocess | Manages an asynchronous process with redirected IO |
Cpublic_key | Represents a X25519 public key with associated salt |
Cpublic_verification_key | Represents a public key to verify messages signed using Ed25519 |
Cquery_string | Class for parsing a URI's query string |
▼Creader_factory | A reader factory |
Cfile_reader_factory | Factory for |
Cstring_reader_factory | Factory for |
Cview_reader_factory | |
Creader_factory_holder | Holder for reader factories |
Crecursive_remove | Recursively deletes directories |
Cregkey | Prepresents a key in the Windows registry |
Cresult | Small class to return filesystem errors |
Crwmutex | Lean rw mutex |
Crwresult | Holds the result of read/write operations |
Cscoped_lock | A simple scoped lock |
Cscoped_read_lock | A simple scoped read lock |
Cscoped_write_lock | A simple scoped read lock |
Cjson_array_iterator< isconst >::sentinel | |
Cstrtokenizer< String, Delims >::sentinel | |
Cshared_optional< T, Init > | Shared_optional is like std::shared_ptr but with relational operators acting like C++17's std::optional |
Cshdlls | A collection of commonly used dlls |
▼Csocket_base | Common base clase for fz::socket and fz::listen_socket |
Clisten_socket | Simple Listen socket |
Csocket | IPv6 capable, non-blocking socket class |
Csocket_descriptor | Lightweight holder for socket descriptors |
▼Csocket_event_source | All classes sending socket events should derive from this |
Clisten_socket | Simple Listen socket |
▼Csocket_interface | Interface for sockets |
Csocket | IPv6 capable, non-blocking socket class |
►Csocket_layer | A base class for socket layers |
Cascii_layer | |
Ccompound_rate_limited_layer | A compound rate-limited socket layer |
Crate_limited_layer | A rate-limited socket layer |
Ctls_layer | A Transport Layer Security (TLS) layer |
Csparse_optional< T > | Similar to C++17's std::optional, but stores the data in dynamic memory |
Cstrtokenizer< String, Delims > | Container-like class that can be used to iterate over tokens in a string |
Cx509_certificate::subject_name | A subject name, typically a DNS hostname |
Csymmetric_key | Symmetric encryption key with associated salt |
Cthread | Spawns and represents a new thread of execution |
Cthread_pool | A dumb thread-pool for asynchronous tasks |
Ctls_session_info | Information about a TLS session |
Ctls_system_trust_store | Opaque class to load the system trust store asynchronously |
Curi | Used to decompose URIs into their individual components |
▼Cwriter_factory | A writer factory |
Cbuffer_writer_factory | |
Cfile_writer_factory | Factory for |
Cwriter_factory_holder | |
Cx509_certificate | Represents all relevant information of a X.509 certificate as used by TLS |