Public Member Functions | |
TFdSet () | |
TFdSet (const TFdSet &org) | |
TFdSet & | operator= (const TFdSet &rhs) |
void | Zero () |
void | Set (Int_t n) |
void | Clr (Int_t n) |
Int_t | IsSet (Int_t n) |
ULong_t * | GetBits () |
TFdSet () | |
virtual | ~TFdSet () |
void | Copy (TFdSet &fd) const |
TFdSet (const TFdSet &fd) | |
TFdSet & | operator= (const TFdSet &fd) |
void | Zero () |
void | Set (Int_t fd) |
void | Clr (Int_t fd) |
Int_t | IsSet (Int_t fd) |
Int_t * | GetBits () |
UInt_t | GetCount () |
Int_t | GetFd (Int_t i) |
Private Attributes | |
ULong_t | fds_bits [HOWMANY(kFDSETSIZE, kNFDBITS)] |
fd_set * | fds_bits |
Definition at line 310 of file TUnixSystem.cxx.
TFdSet::TFdSet | ( | ) | [inline] |
TFdSet::TFdSet | ( | const TFdSet & | org | ) | [inline] |
TFdSet::TFdSet | ( | ) | [inline] |
virtual TFdSet::~TFdSet | ( | ) | [inline, virtual] |
TFdSet::TFdSet | ( | const TFdSet & | fd | ) | [inline] |
void TFdSet::Zero | ( | ) | [inline] |
Definition at line 317 of file TUnixSystem.cxx.
References fds_bits.
Referenced by TUnixSystem::DispatchOneEvent(), TWinNTSystem::DispatchOneEvent(), TUnixSystem::RemoveFileHandler(), and TUnixSystem::UnixSelect().
void TFdSet::Set | ( | Int_t | n | ) | [inline] |
Definition at line 318 of file TUnixSystem.cxx.
References Fatal(), fds_bits, kFDSETSIZE, and kNFDBITS.
Referenced by TUnixSystem::AddFileHandler(), TWinNTSystem::AddFileHandler(), TUnixSystem::DispatchSignals(), TUnixSystem::RemoveFileHandler(), TWinNTSystem::Select(), TUnixSystem::Select(), and TUnixSystem::UnixSelect().
void TFdSet::Clr | ( | Int_t | n | ) | [inline] |
Definition at line 326 of file TUnixSystem.cxx.
References Fatal(), fds_bits, kFDSETSIZE, and kNFDBITS.
Referenced by TWinNTSystem::CheckDescriptors(), TUnixSystem::CheckDescriptors(), TWinNTSystem::CheckSignals(), TUnixSystem::CheckSignals(), TUnixSystem::DispatchOneEvent(), TWinNTSystem::DispatchOneEvent(), and TWinNTSystem::RemoveFileHandler().
Definition at line 334 of file TUnixSystem.cxx.
References Fatal(), fds_bits, kFDSETSIZE, and kNFDBITS.
Referenced by TWinNTSystem::CheckDescriptors(), TWinNTSystem::CheckSignals(), TUnixSystem::CheckSignals(), TUnixSystem::DispatchOneEvent(), TWinNTSystem::DispatchOneEvent(), TWinNTSystem::Select(), TUnixSystem::Select(), and TUnixSystem::UnixSelect().
ULong_t* TFdSet::GetBits | ( | ) | [inline] |
Definition at line 343 of file TUnixSystem.cxx.
References fds_bits.
Referenced by TWinNTSystem::DispatchOneEvent(), TUnixSystem::UnixSelect(), and WinNTSelect().
void TFdSet::Copy | ( | TFdSet & | fd | ) | const [inline] |
Definition at line 75 of file TWinNTSystem.cxx.
References fds_bits.
Referenced by operator=(), and TFdSet().
void TFdSet::Zero | ( | ) | [inline] |
void TFdSet::Set | ( | Int_t | fd | ) | [inline] |
void TFdSet::Clr | ( | Int_t | fd | ) | [inline] |
Definition at line 100 of file TWinNTSystem.cxx.
Int_t* TFdSet::GetBits | ( | ) | [inline] |
Definition at line 101 of file TWinNTSystem.cxx.
UInt_t TFdSet::GetCount | ( | ) | [inline] |
Definition at line 103 of file TWinNTSystem.cxx.
Referenced by TWinNTSystem::DispatchOneEvent(), and WinNTSelect().
ULong_t TFdSet::fds_bits[HOWMANY(kFDSETSIZE, kNFDBITS)] [private] |
fd_set* TFdSet::fds_bits [private] |
Definition at line 71 of file TWinNTSystem.cxx.