Defines

Handle_Set.cpp File Reference

#include "ace/Handle_Set.h"
#include "ace/OS_NS_string.h"

Defines

#define ACE_MSB_MASK   (~((fd_mask) 1 << (NFDBITS - 1)))
#define ACE_DIV_BY_WORDSIZE(x)   ((x) / ((int) ACE_Handle_Set::WORDSIZE))
#define ACE_MULT_BY_WORDSIZE(x)   ((x) * ((int) ACE_Handle_Set::WORDSIZE))

Define Documentation

#define ACE_DIV_BY_WORDSIZE (   x  )     ((x) / ((int) ACE_Handle_Set::WORDSIZE))
#define ACE_MSB_MASK   (~((fd_mask) 1 << (NFDBITS - 1)))
#define ACE_MULT_BY_WORDSIZE (   x  )     ((x) * ((int) ACE_Handle_Set::WORDSIZE))
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines