LLFIO  v2.00
symlink_handle.hpp File Reference

Provides a handle to a symbolic link. More...

#include "handle.hpp"
#include "path_view.hpp"

Classes

class  llfio_v2_xxx::symlink_handle
 A handle to an inode which redirects to a different path. More...
 
struct  llfio_v2_xxx::symlink_handle::buffers_type
 
struct  llfio_v2_xxx::symlink_handle::const_buffers_type
 
struct  llfio_v2_xxx::symlink_handle::io_request< buffers_type, ____ >
 Specialisation for reading symlinks. More...
 
struct  llfio_v2_xxx::symlink_handle::io_request< const_buffers_type, ____ >
 Specialisation for writing symlinks. More...
 
struct  llfio_v2_xxx::construct< symlink_handle >
 Constructor for symlink_handle More...
 

Namespaces

 llfio_v2_xxx
 The LLFIO namespace.
 

Macros

#define LLFIO_SYMLINK_HANDLE_IS_FAKED   1
 

Functions

result< void > llfio_v2_xxx::detail::stat_from_symlink (struct stat &s, const handle &h) noexcept
 

Detailed Description

Provides a handle to a symbolic link.