#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 (~(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)) |
|
Definition at line 192 of file Handle_Set.cpp. Referenced by ACE_Handle_Set_Iterator::ACE_Handle_Set_Iterator(), ACE_Handle_Set_Iterator::reset_state(), ACE_Handle_Set::set_max(), and ACE_Handle_Set::sync(). |
|
Definition at line 22 of file Handle_Set.cpp. Referenced by ACE_Handle_Set_Iterator::ACE_Handle_Set_Iterator(), ACE_Handle_Set_Iterator::operator()(), ACE_Handle_Set_Iterator::reset_state(), and ACE_Handle_Set::set_max(). |
|
Definition at line 193 of file Handle_Set.cpp. Referenced by ACE_Handle_Set_Iterator::operator()(), and ACE_Handle_Set::set_max(). |