Enumeration used to distinguish between different sets of actions permitted on an open file descriptor.
Synopsis
Declared in <bdls_filesystemutil.h>
enum FileIOPolicy;
Members
Name |
Description |
|
Allow reading only. |
|
Allow writing only. |
|
Allow appending to end‐of‐file only. |
|
Allow both reading and writing. |
|
Allow both reading and appending to end‐of‐file. |
Created with MrDocs