libfilezilla
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123]
 NfzThe namespace used by libfilezilla
 Ndirection
 Nlogmsg
 Nrate
 Nxml
 Cascii_layer
 CbufferSimple buffer where data can be appended at the end and consumed at the front. Think of it as a deque with contiguous storage
 Cpublic_keyRepresents a X25519 public key with associated salt
 Cprivate_keyRepresents a X25519 private key with associated salt
 Csymmetric_keySymmetric encryption key with associated salt
 Cevent_baseCommon base class for all events
 Csimple_eventThis is the recommended event class
 Cevent_handlerSimple handler for asynchronous event processing
 Cevent_loopA threaded event loop that supports sending events and timers
 CfileLean class for file access
 CresultSmall class to return filesystem errors
 CrwresultHolds the result of read/write operations
 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
 Cnetwork_interface
 CjsonJson parser/builder
 Cjson_array_iterator
 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
 CmutexLean replacement for std::(recursive_)mutex
 Cscoped_lockA simple scoped lock
 CconditionWaitable condition variable
 Cnonowning_bufferSimilar to fz::buffer, but does not own memory
 Csparse_optionalSimilar to C++17's std::optional, but stores the data in dynamic memory
 CprocessManages an asynchronous process with redirected IO
 Crate_limited_layerA rate-limited socket layer
 Ccompound_rate_limited_layerA compound rate-limited socket layer
 Crate_limit_managerContext for rate_limiters
 Cbucket_baseBase class for buckets
 Crate_limiterA limiter for the attached buckets
 CbucketA rate-limited token bucket
 Crecursive_removeRecursively deletes directories
 CrwmutexLean rw mutex
 Cscoped_read_lockA simple scoped read lock
 Cscoped_write_lockA simple scoped read lock
 Cshared_optionalShared_optional is like std::shared_ptr but with relational operators acting like C++17's std::optional
 Cpublic_verification_keyRepresents a public key to verify messages signed using Ed25519
 Cprivate_signing_keyRepresents a private key to sign message with using Ed25519
 Csocket_event_sourceAll classes sending socket events should derive from this
 Csocket_baseCommon base clase for fz::socket and fz::listen_socket
 Csocket_descriptorLightweight holder for socket descriptors
 Clisten_socketSimple Listen socket
 Csocket_interfaceInterface for sockets
 CsocketIPv6 capable, non-blocking socket class
 Csocket_layerA base class for socket layers
 Cless_insensitive_asciiComparator to be used for std::map for case-insensitive keys
 CstrtokenizerContainer-like class that can be used to iterate over tokens in a string
 CthreadSpawns and represents a new thread of execution
 Casync_taskHandle for asynchronous tasks
 Cthread_poolA dumb thread-pool for asynchronous tasks
 CdatetimeRepresents a point of time in wallclock, tracking the timestamps accuracy/precision
 CdurationThe duration class represents a time interval in milliseconds
 Cmonotonic_clockA monotonic clock (aka steady clock) is independent from walltime
 Cx509_certificateRepresents all relevant information of a X.509 certificate as used by TLS
 Ctls_session_infoInformation about a TLS session
 Ctls_layerA Transport Layer Security (TLS) layer
 Ctls_system_trust_storeOpaque class to load the system trust store asynchronously
 CuriUsed to decompose URIs into their individual components
 Cquery_stringClass for parsing a URI's query string
 Cbuffer_lease
 Caio_waiter
 Caio_waitable
 Caio_buffer_poolA buffer pool for use with async readers/writers
 Caio_base
 Creader_baseBase class for all readers
 Creader_factoryA reader factory
 Creader_factory_holderHolder for reader factories
 Cthreaded_readerBase class for threaded readers
 Cfile_readerFile reader
 Cfile_reader_factoryFactory for
 Cview_reader
 Cview_reader_factory
 Cstring_readerString reader, keeps a copy of the string
 Cstring_reader_factoryFactory for
 Cwriter_baseBase class for all writers
 Cwriter_factoryA writer factory
 Cwriter_factory_holder
 Cthreaded_writerBase class for threaded writer
 Cfile_writerFile writer
 Cfile_writer_factoryFactory for
 Cbuffer_writer
 Cbuffer_writer_factory
 Cxml_parser_writerForwards received data directly into an XML parser
 Cxml_namespace_parser_writerSimilar to
 CdllEncapsulates a DLL
 CshdllsA collection of commonly used dlls
 CregkeyPrepresents a key in the Windows registry