Asio Extensions
Additional functionality built on top of (Boost.)Asio
|
|
strong |
Options to control the behavior of asioext::file_handle::attributes(file_attrs,file_attr_options)
This enum represents options for the file attributes modifier. file_attr_options
meets the requirements of BitmaskType.
|
strong |
Names for file attributes.
This enum represents file attributes. file_attrs
meets the requirements of BitmaskType.
|
strong |
Options to control the behavior of asioext::file_handle::permissions(file_perms,file_perm_options)
This enum represents options for the file permissions modifier. file_attr_options
meets the requirements of BitmaskType.
|
strong |
Names for permissions.
This type represents file access permissions. file_perms
meets the requirements of BitmaskType.