Enumeration used to distinguish between different sets of actions permitted on an open file descriptor.
Declared in <bdls_filesystemutil.h>
enum FileIOPolicy;
| Name | Description |
|---|---|
e_READ_ONLY | Allow reading only. |
e_WRITE_ONLY | Allow writing only. |
e_APPEND_ONLY | Allow appending to end-of-file only. |
e_READ_WRITE | Allow both reading and writing. |
e_READ_APPEND | Allow both reading and appending to end-of-file. |