Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
open_states

In which way this handle is opened or not.

Synopsis
enum open_states {closed, open, opendir};
Values

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.

Header

#include <boost/afio/v2/afio.hpp>


PrevUpHomeNext