Go to the documentation of this file.
21 # include <sys/types.h>
129 return this->fd_count;
bool isSet(handler_t fd_)
Test whether fd's flag is on.
int maxInSet()
Find out the highest file descriptor in the set.
void sync()
Sync internals after used by select(3C)
void reset()
Reset every bit in the set (OFF).
std::string dump_c_str()
Return object state dump as an ASCII string.
@ REACT
Class Reactor/PrioriyQueue messages
void dump()
Determine highest handler in the set.
bool setFd(handler_t fd_)
Set flag (ON) for the argument fd.
std::list< u_int >::iterator ActiveFDs_Iter
std::list< u_int > m_actfds
int numSet()
Determine how many bits are set (ON) in the set.
bool clear(handler_t fd_)
Clear flag (OFF) for the argument fd.