cheshirekow  v0.1.0
nix::FdSet::ConstRef Class Reference

reference to an element in a bitset More...

#include <cpp_nix/fd_set.h>

Public Member Functions

 operator bool () const
 convert to bool More...
 

Private Member Functions

 ConstRef (const fd_set *set, int fd)
 

Private Attributes

int m_fd
 
const fd_set * m_set
 

Friends

class FdSet
 

Detailed Description

reference to an element in a bitset

Definition at line 55 of file fd_set.h.

Constructor & Destructor Documentation

nix::FdSet::ConstRef::ConstRef ( const fd_set *  set,
int  fd 
)
private

Member Function Documentation

nix::FdSet::ConstRef::operator bool ( ) const

convert to bool

Friends And Related Function Documentation

friend class FdSet
friend

Definition at line 60 of file fd_set.h.

Member Data Documentation

int nix::FdSet::ConstRef::m_fd
private

Definition at line 58 of file fd_set.h.

const fd_set* nix::FdSet::ConstRef::m_set
private

Definition at line 57 of file fd_set.h.


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