|
cheshirekow
v0.1.0
|
an fd_set with array accessors More...
#include <cpp_nix/fd_set.h>
Classes | |
| class | ConstRef |
| reference to an element in a bitset More... | |
| class | Ref |
| reference to an element in a bitset More... | |
Public Member Functions | |
| void | clear () |
| clears (zeros) the set More... | |
| Ref | operator[] (unsigned int fd) |
| array operator More... | |
| const ConstRef | operator[] (unsigned int fd) const |
| void nix::FdSet::clear | ( | ) |
clears (zeros) the set
| Ref nix::FdSet::operator[] | ( | unsigned int | fd | ) |
array operator
| const ConstRef nix::FdSet::operator[] | ( | unsigned int | fd | ) | const |