qb
2.0.0.0
C++17 Actor Framework
|
Components for interacting with the local file system. More...
Files | |
file | file.h |
File transport implementation for the QB IO library. |
Classes | |
class | qb::io::async::file_watcher< _Derived > |
CRTP base class for watching a single file for attribute changes and processing its contents. More... | |
class | qb::io::async::directory_watcher< _Derived > |
CRTP base class for watching a directory for attribute changes. More... |
Components for interacting with the local file system.
Includes synchronous file operations (`qb::io::sys::file`) and asynchronous file watching (`qb::io::async::file_watcher`).