qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
File System Operations

Components for interacting with the local file system. More...

Collaboration diagram for File System Operations:

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...

Detailed Description

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`).