#include "fdManager.h"
Definition at line 123 of file fdManager.h.
Definition at line 345 of file fdManager.cpp.
347 fdRegId (fdIn,typIn), state (limbo),
348 onceOnly (onceOnlyIn), manager (managerIn)
351 fprintf (
stderr,
"%s: fd > FD_SETSIZE ignored\n",
355 this->manager.installReg (*
this);
fdRegId(const SOCKET fdIn, const fdRegType typeIn)
Definition at line 224 of file fdManager.cpp.
226 this->manager.removeReg(*
this);
void fdReg::show |
( |
unsigned |
level | ) |
const |
|
virtual |
Reimplemented from fdRegId.
Definition at line 232 of file fdManager.cpp.
234 printf (
"fdReg at %p\n", (
void *)
this);
236 printf (
"\tstate = %d, onceOnly = %d\n",
237 this->state, this->onceOnly);
virtual void show(unsigned level) const
The documentation for this class was generated from the following files: