#include "fdManager.h"
Definition at line 36 of file fdManager.h.
Definition at line 40 of file fdManager.h.
41 fd(fdIn),
type(typeIn) {}
pvd::StructureConstPtr type
virtual fdRegId::~fdRegId |
( |
| ) |
|
|
inlinevirtual |
SOCKET fdRegId::getFD |
( |
| ) |
const |
|
inline |
Definition at line 48 of file fdManager.h.
pvd::StructureConstPtr type
Definition at line 169 of file fdManager.h.
171 const unsigned fdManagerHashTableMinIndexBits = 8;
172 const unsigned fdManagerHashTableMaxIndexBits =
sizeof(
SOCKET)*CHAR_BIT;
175 hashid =
integerHash ( fdManagerHashTableMinIndexBits,
176 fdManagerHashTableMaxIndexBits, this->fd );
181 hashid ^= this->
type;
pvd::StructureConstPtr type
resTableIndex integerHash(unsigned MIN_INDEX_WIDTH, unsigned MAX_ID_WIDTH, const T &id)
bool fdRegId::operator== |
( |
const fdRegId & |
idIn | ) |
const |
|
inline |
Definition at line 53 of file fdManager.h.
55 return this->fd == idIn.fd && this->
type==idIn.type;
pvd::StructureConstPtr type
void fdRegId::show |
( |
unsigned |
level | ) |
const |
|
virtual |
Reimplemented in fdReg.
Definition at line 245 of file fdManager.cpp.
247 printf (
"fdRegId at %p\n",
248 static_cast <const void *> (
this ) );
250 printf (
"\tfd = %d, type = %d\n",
251 int(this->fd), this->
type );
pvd::StructureConstPtr type
The documentation for this class was generated from the following files: