Home | Libraries | People | FAQ | More |
In which way this handle is opened or not.
enum open_states {closed, open, opendir};
Value |
Description |
---|---|
closed |
This handle is closed. |
open |
This handle is open as a normal handle. |
opendir |
This handle is open as a cached directory handle, and therefore closing it explicitly has no effect. |
#include <boost/afio/v2/afio.hpp>