cheshirekow  v0.1.0
nix::FdSet Class Reference

an fd_set with array accessors More...

#include <cpp_nix/fd_set.h>

Inheritance diagram for nix::FdSet:

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
 

Detailed Description

an fd_set with array accessors

Definition at line 37 of file fd_set.h.

Member Function Documentation

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

The documentation for this class was generated from the following file: