LLFIO
v2.00
|
Provides a handle to a filesystem location. More...
Classes | |
class | llfio_v2_xxx::path_handle |
A handle to somewhere originally identified by a path on the filing system. Typically used as the lightest weight handle to some location on the filing system which may unpredictably relocate over time. This handle is thus an anchor to a subset island of the filing system, free of any race conditions introduced by third party changes to any part of the path leading to that island. More... | |
struct | llfio_v2_xxx::construct< path_handle > |
Constructor for path_handle More... | |
Namespaces | |
llfio_v2_xxx | |
The LLFIO namespace. | |
Functions | |
result< path_handle > | llfio_v2_xxx::path (const path_handle &base, path_handle::path_view_type path) noexcept |
result< path_handle > | llfio_v2_xxx::path (path_handle::path_view_type _path) noexcept |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
Provides a handle to a filesystem location.