Defines

Handle_Set.cpp File Reference

#include "ace/Handle_Set.h"
#include "ace/OS_NS_string.h"
Include dependency graph for Handle_Set.cpp:

Go to the source code of this file.

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))

Definition at line 187 of file Handle_Set.cpp.

#define ACE_MSB_MASK   (~((fd_mask) 1 << (NFDBITS - 1)))

Definition at line 24 of file Handle_Set.cpp.

#define ACE_MULT_BY_WORDSIZE (   x  )     ((x) * ((int) ACE_Handle_Set::WORDSIZE))

Definition at line 188 of file Handle_Set.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines