![]() |
libfilezilla
|
![]() ![]() | Handle for asynchronous tasks |
![]() ![]() | Simple buffer where data can be appended at the end and consumed at the front. Think of it as a deque with contiguous storage |
![]() ![]() | Waitable condition variable |
![]() ![]() | Represents a point of time in wallclock, tracking the timestamps accuracy/precision |
![]() ![]() | The duration class represents a time interval in milliseconds |
![]() ![]() | Common base class for all events |
![]() ![]() ![]() | This is the recommended event class |
![]() ![]() | Simple handler for asynchronous event processing |
![]() ![]() | Lean class for file access |
![]() ![]() | Comparator to be used for std::map for case-insentitive keys |
![]() ![]() | This class can be used to enumerate the contents of local directories and to query the metadata of files |
![]() ![]() | A monotonic clock (aka steady clock) is independent from walltime |
![]() ![]() | Lean replacement for std::(recursive_)mutex |
![]() ![]() | Manages an asynchronous process with redirected IO |
![]() ![]() | Class for parsing a URI's query string |
![]() ![]() | Recursively deletes directories |
![]() ![]() | A simple scoped lock |
![]() ![]() | Shared_optional is like std::shared_ptr but with relational operators acting like C++17's std::optional |
![]() ![]() | Similar to C++17's std::optional, but stores the data in dynamic memory |
![]() ![]() | Spawns and represents a new thread of execution |
![]() ![]() ![]() | A threaded event loop that supports sending events and timers |
![]() ![]() | A dumb thread-pool for asynchronous tasks |
![]() ![]() | Used to decompose URIs into their individual components |