libfilezilla
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Casync_taskHandle for asynchronous tasks
 Cbucket_baseBase class for buckets
 CbucketA rate-limited token bucket
 Crate_limited_layerA rate-limited socket layer
 Crate_limiterA limiter for the attached buckets
 CbufferSimple buffer where data can be appended at the end and consumed at the front. Think of it as a deque with contiguous storage
 CconditionWaitable condition variable
 CdatetimeRepresents a point of time in wallclock, tracking the timestamps accuracy/precision
 CdurationThe duration class represents a time interval in milliseconds
 Cevent_baseCommon base class for all events
 Csimple_event< UniqueType, Values >This is the recommended event class
 Cevent_handlerSimple handler for asynchronous event processing
 Cascii_layer
 Crate_limit_managerContext for rate_limiters
 Ctls_layerA Transport Layer Security (TLS) layer
 Cevent_loopA threaded event loop that supports sending events and timers
 CfileLean class for file access
 Chash_accumulatorAccumulator for hashing large amounts of data
 Chostname_lookup
 Cimpersonation_tokenImpersonation tokens for a given user can be used to spawn processes running as that user
 Cstrtokenizer< String, Delims >::iterator
 CjsonJson parser/builder
 Cjson_array_iterator< isconst >
 Cless_insensitive_asciiComparator to be used for std::map for case-insensitive keys
 Clocal_filesysThis class can be used to enumerate the contents of local directories and to query the metadata of files
 Clogger_interfaceAbstract interface for logging strings
 Cnull_loggerA logger that does not log anything
 Cstdout_loggerA simple logger that writes to stdout
 Cmonotonic_clockA monotonic clock (aka steady clock) is independent from walltime
 CmutexLean replacement for std::(recursive_)mutex
 Cnamespace_parserA stremable XML parser that resolves namespace declarations and namespace prefixes
 Cnetwork_interface
 Cnonowning_bufferSimilar to fz::buffer, but does not own memory
 CparserA streaming XML parser
 Cpretty_printerA slow pretty printer for XML as it is being parsed
 Cpretty_loggerA slow pretty printer for XML as it is being parsed
 Cprivate_keyRepresents a X25519 private key with associated salt
 Cprivate_signing_keyRepresents a private key to sign message with using Ed25519
 CprocessManages an asynchronous process with redirected IO
 Cpublic_keyRepresents a X25519 public key with associated salt
 Cpublic_verification_keyRepresents a public key to verify messages signed using Ed25519
 Cquery_stringClass for parsing a URI's query string
 Crecursive_removeRecursively deletes directories
 CresultSmall class to return filesystem errors
 CrwmutexLean rw mutex
 Crwresult
 Cscoped_lockA simple scoped lock
 Cscoped_read_lockA simple scoped read lock
 Cscoped_write_lockA 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
 Csocket_baseCommon base clase for fz::socket and fz::listen_socket
 Clisten_socketSimple Listen socket
 CsocketIPv6 capable, non-blocking socket class
 Csocket_descriptorLightweight holder for socket descriptors
 Csocket_event_sourceAll classes sending socket events should derive from this
 Clisten_socketSimple Listen socket
 Csocket_interfaceInterface for sockets
 CsocketIPv6 capable, non-blocking socket class
 Csocket_layerA base class for socket layers
 Cascii_layer
 Ccompound_rate_limited_layerA compound rate-limited socket layer
 Crate_limited_layerA rate-limited socket layer
 Ctls_layerA 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_nameA subject name, typically a DNS hostname
 Csymmetric_keySymmetric encryption key with associated salt
 CthreadSpawns and represents a new thread of execution
 Cthread_poolA dumb thread-pool for asynchronous tasks
 Ctls_session_infoInformation about a TLS session
 Ctls_system_trust_storeOpaque class to load the system trust store asynchronously
 CuriUsed to decompose URIs into their individual components
 Cx509_certificateRepresents all relevant information of a X.509 certificate as used by TLS