Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::FileDescriptor::OpenOptions Struct Reference

Additional flags to be set when opening files. More...

#include <FileDescriptor.h>

Public Attributes

bool inheritable = false
 Set to true to make the file visible to child processes. More...
 
bool blocking = true
 Set to false if file will be used for Async I/O (see Async) More...
 

Detailed Description

Additional flags to be set when opening files.

Member Data Documentation

◆ blocking

bool SC::FileDescriptor::OpenOptions::blocking = true

Set to false if file will be used for Async I/O (see Async)

◆ inheritable

bool SC::FileDescriptor::OpenOptions::inheritable = false

Set to true to make the file visible to child processes.


The documentation for this struct was generated from the following file: