MySQL 8.0.40
Source Code Documentation
|
Flags that represents which I/O events should be monitored. More...
Namespaces | |
namespace | Pos |
Typedefs | |
using | type = int |
using | pos_type = unsigned |
using | Bitset = std::bitset< Pos::_LAST+1 > |
Variables | |
constexpr type | Timeout {1 << Pos::Timeout} |
constexpr type | Read {1 << Pos::Read} |
constexpr type | Write {1 << Pos::Write} |
constexpr type | Signal {1 << Pos::Signal} |
Flags that represents which I/O events should be monitored.
using EventFlags::Bitset = typedef std::bitset<Pos::_LAST + 1> |
using EventFlags::pos_type = typedef unsigned |
using EventFlags::type = typedef int |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |