ACE_Handle_Gobbler Class ReferenceThis class gobbles up handles. More...
Collaboration diagram for ACE_Handle_Gobbler:
![]()
Detailed DescriptionThis class gobbles up handles.This is useful when we need to control the number of handles available for a process. This class is mostly used for testing purposes. Member Typedef Documentation
Constructor & Destructor Documentation
Destructor. Cleans up any remaining handles.
Member Function Documentation
Handles are opened continously until the process runs out of them, and then <n_handles_to_keep_available> handles are closed (freed) thereby making them usable in the future.
Free up n_handles.
All remaining handles are closed.
Member Data Documentation
The container which holds the open descriptors.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:15:06 2008 for ACE by ![]() |