ACE		ACE (3) 	-  Contains value added ACE methods that extend the behavior of the UNIX and Win32 OS calls. .PP
ACE_ARGV	ACE_ARGV (3)	-  Transforms a string \f(CObuf into an \f(COargv style vector of strings or an \f(COargv style vector of string \f(CObuf, performing environment variable substitutions if necessary. .PP
ACE_Accept_Strategy		ACE_Accept_Strategy (3) -  Defines the interface for specifying a passive connection acceptance strategy for a SVC_HANDLER. .PP
ACE_Acceptor	ACE_Acceptor (3)    -  Abstract factory for creating a service handler (SVC_HANDLER), accepting into the SVC_HANDLER, and activating the SVC_HANDLER. .PP
ACE_Activation_Queue		ACE_Activation_Queue (3)    -  Reifies a method into an object.  Subclasses typically represent necessary state and behavior. .PP
ACE_Addr	ACE_Addr (3)	-  Defines the base class for the "address family independent" address format. .PP
ACE_Allocator	ACE_Allocator (3)   -  Interface for a dynamic memory allocator that uses inheritance and dynamic binding to provide extensible mechanisms for allocating and deallocating memory. .PP
ACE_Allocator_Adapter		ACE_Allocator_Adapter (3)   -  This class is an Adapter that allows the \f(COACE_Allocator to use the \f(COMalloc class below. .PP
ACE_Atomic_Op	ACE_Atomic_Op (3)   -  Transparently parameterizes synchronization into basic arithmetic operations. .PP
ACE_Bounded_Set ACE_Bounded_Set (3) -  Implement a simple unordered set of \f(COT with maximum	set at creation time. .PP
ACE_Bounded_Stack		ACE_Bounded_Stack (3)	-  Implement a generic LIFO abstract data type. .PP
ACE_CORBA_Handler		ACE_CORBA_Handler (3)	-  Handle CORBA requests in conjunction with the ACE ACE_Reactor. Note, do *NOT* inherit from this class!  Instead, use the ACE_MT_CORBA_HAndler and ACE_ST_CORBA_Handler as Singletons. .PP
ACE_CORBA_Ref	ACE_CORBA_Ref (3)   -  A wrapper for helping with orbix object references. .PP
ACE_CString	ACE_CString (3) -  A simple "C String" (ACE_CString) class. .PP
ACE_Concurrency_Strategy	ACE_Concurrency_Strategy (3)	-  Defines the interface for specifying a concurrency strategy for a SVC_HANDLER. .PP
ACE_Condition	ACE_Condition (3)   -  ACE_Condition variable wrapper, which allows threads to block until shared data changes state. .PP
ACE_Condition_Mutex		ACE_Condition_Mutex (3) -  ACE_Condition variable wrapper written using ACE_Mutexes This allows threads to block until shared data changes state. .PP
ACE_Condition_Thread_Mutex	ACE_Condition_Thread_Mutex (3)	-  ACE_Condition variable wrapper written using ACE_Mutexes This allows threads to block until shared data changes state. .PP
ACE_Connector	ACE_Connector (3)   -  Generic factory for actively connecting clients and creating service handlers (SVC_HANDLERs). .PP
ACE_Control_Block		ACE_Control_Block (3)	-  This information is stored in memory allocated by the MEMORY_POOL. .PP
ACE_Creation_Strategy		ACE_Creation_Strategy (3)   -  Defines the interface for specifying a creation strategy for a SVC_HANDLER.   .PP
ACE_DEV 	ACE_DEV (3)	-  Defines the member functions for the base class of the ACE_DEV abstraction.	.PP
ACE_DEV_Addr	ACE_DEV_Addr (3)    -  Defines device address family address format.  .PP
ACE_DEV_Connector		ACE_DEV_Connector (3)	-  Defines an active connection factory for the ACE_DEV wrappers.  .PP
ACE_DEV_IO	ACE_DEV_IO (3)	-  Read/Write operations on Devices. .PP
ACE_DLL_Strategy		ACE_DLL_Strategy (3)	-  Defines the interface for specifying a creation strategy for a SVC_HANDLER based on dynamic linking of the SVC_HANDLER. .PP
ACE_Dummy_Node	ACE_Dummy_Node (3)  -  I forget why this is here... ;-) .PP
ACE_Dumpable	ACE_Dumpable (3)    -  Base class that defines a uniform interface for all object dumping. .PP
ACE_Dumpable_Ptr		ACE_Dumpable_Ptr (3)	-  A smart pointer stored in the in-memory object database ACE_ODB.  The pointee (if any) is deleted when reassigned. .PP
ACE_Dynamic	ACE_Dynamic (3) -  Checks to see if a Svc_Handler was dynamically allocated. .PP
ACE_Dynamic_Node		ACE_Dynamic_Node (3)	-  Handle a dynamically linked node. .PP
ACE_Dynamic_Service		ACE_Dynamic_Service (3) -  Provides a general interface to retrieve arbitrary objects from the ACE service repository. .PP
ACE_Event_Handler		ACE_Event_Handler (3)	-  Provides an abstract interface for handling various types of I/O, timer, and signal events. .PP
ACE_FIFO	ACE_FIFO (3)	-  Abstract base class for UNIX FIFOs (a.k.a. Named Pipes). .PP
ACE_FIFO_Recv	ACE_FIFO_Recv (3)   -  Receiver side of the bytestream C++ wrapper for UNIX FIFOs.   .PP
ACE_FIFO_Recv_Msg		ACE_FIFO_Recv_Msg (3)	-  Receiver side for the record oriented C++ wrapper for UNIX FIFOs. .PP
ACE_FIFO_Send	ACE_FIFO_Send (3)   -  Sender side for the bytestream C++ wrapper for UNIX FIFOs  .PP
ACE_FIFO_Send_Msg		ACE_FIFO_Send_Msg (3)	-  Sender side for the Record oriented C++ wrapper for UNIX FIFOs.  .PP
ACE_FILE	ACE_FILE (3)	-  Defines the member functions for the base class of the ACE_FILE abstraction.  .PP
ACE_FILE_Addr	ACE_FILE_Addr (3)   -  Defines the FILE address family address format.	.PP
ACE_FILE_Connector		ACE_FILE_Connector (3)	-  Defines an active connection factory for the ACE_FILE wrappers.  .PP
ACE_FILE_IO	ACE_FILE_IO (3) -  Read/Write operations on Files .PP
ACE_File_Lock	ACE_File_Lock (3)   -  A wrapper around the UNIX file locking mechanism. .PP
ACE_Fixed_Set	ACE_Fixed_Set (3)   -  Implement a simple unordered set of \f(COT with maximum \f(COSIZE. .PP
ACE_Fixed_Set_Iterator		ACE_Fixed_Set_Iterator (3)  -  Interates through an unordered set. .PP
ACE_Fixed_Stack ACE_Fixed_Stack (3) -  Implement a generic LIFO abstract data type. .PP
ACE_Function_Node		ACE_Function_Node (3)	-  Keeps track of the symbol name of for a shared function. .PP
ACE_Future	ACE_Future (3)	-  This class implements a ``single write, multiple read'' pattern that can be used to return results from asynchronous method invocations. .PP
ACE_Future_Rep	ACE_Future_Rep (3)  -	ACE_Future_Rep\f(COT .PP
ACE_Get_Opt	ACE_Get_Opt (3) -  Iterator for parsing command-line arguments. .PP
ACE_Guard	ACE_Guard (3)	-  This data structure is meant to be used within a method or function...  It performs automatic aquisition and release of a parameterized synchronization object \f(COLOCK. .PP
ACE_Handle_Set	ACE_Handle_Set (3)  -  C++ wrapper for the socket \f(COFD_SET abstraction. .PP
ACE_Handle_Set_Iterator 	ACE_Handle_Set_Iterator (3) -  Iterator for the ACE_Handle_Set abstraction.  .PP
ACE_Handler_Repository		ACE_Handler_Repository (3)  -  Used to map ACE_HANDLEs onto the appropriate ACE_Event_Handler *. .PP
ACE_High_Res_Timer		ACE_High_Res_Timer (3)	-  A high resolution timer class wrapper that encapsulates Solaris timers.  .PP
ACE_INET_Addr	ACE_INET_Addr (3)   -  Defines the Internet domain address family address format. .PP
ACE_IO_Cntl_Msg ACE_IO_Cntl_Msg (3) -  Data format for IOCTL messages  .PP
ACE_IO_SAP	ACE_IO_SAP (3)	-  Defines the member functions for the base class of the ACE_IO_SAP abstraction.   .PP
ACE_IPC_SAP	ACE_IPC_SAP (3) -  Defines the member functions for the base class of the ACE_IPC_SAP abstraction. .PP
ACE_LSOCK	ACE_LSOCK (3)	-  Create a Local ACE_SOCK, which is used for passing file descriptors.   .PP
ACE_LSOCK_Acceptor		ACE_LSOCK_Acceptor (3)	-  Defines the format and interface for the acceptor side of the local ACE_SOCK ACE_Stream. .PP
ACE_LSOCK_CODgram		ACE_LSOCK_CODgram (3)	-  Defines the member functions for the ACE_LSOCK  connected datagram abstraction.  .PP
ACE_LSOCK_Connector		ACE_LSOCK_Connector (3) -  Defines the format and interface for the connector side of the  local ACE_SOCK ACE_Stream.  .PP
ACE_LSOCK_Dgram ACE_LSOCK_Dgram (3) -  Create a Local ACE_SOCK datagram.  .PP
ACE_LSOCK_Stream		ACE_LSOCK_Stream (3)	-  Create a Local ACE_SOCK stream.  .PP
ACE_Lite_MMAP_Memory_Pool	ACE_Lite_MMAP_Memory_Pool (3)	-  Make a ``lighter-weight'' memory pool based \f(COACE_Mem_Map.   .PP
ACE_Local_Memory_Pool		ACE_Local_Memory_Pool (3)   -  Make a memory pool that is based on C++ new/delete.  This is useful for integrating existing components that use new/delete into the ACE Malloc scheme... .PP
ACE_Local_Mutex ACE_Local_Mutex (3) -  Class that acquires, renews, and releases a synchronization token local to the process.	.PP
ACE_Local_Name_Space		ACE_Local_Name_Space (3)    -  Maintaining accesses Local Name Server Database.  Allows to add NameBindings, change them, remove them and resolve NameBindings. .PP
ACE_Local_RLock ACE_Local_RLock (3) -  Class that acquires, renews, and releases a readers lock that is local to the process. .PP
ACE_Local_WLock ACE_Local_WLock (3) -  Class that acquires, renews, and releases a writer lock that is local to the process. .PP
ACE_Location_Node		ACE_Location_Node (3)	-  Keep track of where a shared library is located. .PP
ACE_Log_Msg	ACE_Log_Msg (3) -  Provides a variable length argument message logging abstraction. .PP
ACE_Log_Record	ACE_Log_Record (3)  -  Defines the structure of an ACE logging record. .PP
ACE_MMAP_Memory_Pool		ACE_MMAP_Memory_Pool (3)    -  Make a memory pool that is based on \f(COmmap(2).  This implementation allows memory to be shared between processes. .PP
ACE_MT_CORBA_Handler		ACE_MT_CORBA_Handler (3)    -  Handle multi-threaded CORBA requests in conjunction with the ACE Reactor. .PP
ACE_MT_SYNCH	ACE_MT_SYNCH (3)    -  Implement a default thread safe synchronization wrapper that typedefs the \f(COACE_Condition and \f(COACE_Mutex to the \f(COACE_Condition and \f(COACE_Mutex versions.  Note that this should be a template, but SunC++ 4.0.1 complains about this... .PP
ACE_Malloc	ACE_Malloc (3)	-  Define a C++ class that uses parameterized types to provide an extensible mechanism for encapsulating various of dynamic memory management strategies. .PP
ACE_Malloc_Iterator		ACE_Malloc_Iterator (3) -  Iterator for names stored in Malloc'd memory. .PP
ACE_Map_Iterator		ACE_Map_Iterator (3)	-  Iterator for the ACE_Map_Manager. .PP
ACE_Map_Manager ACE_Map_Manager (3) -  Define a map abstraction (useful for managing connections and sessions). .PP
ACE_Mem_Map	ACE_Mem_Map (3) -  C++ interface to the mmap(2) UNIX system call.  .PP
ACE_Message_Block		ACE_Message_Block (3)	-  Object used to store messages in the ASX framework. .PP
ACE_Message_Queue		ACE_Message_Queue (3)	-  A thread-safe message queueing facility, modeled after the queueing facilities in System V StreamS. .PP
ACE_Method_Object		ACE_Method_Object (3)	-  Reifies a method into an object.  Subclasses typically represent necessary state and behavior. .PP
ACE_Module	ACE_Module (3)	-  An abstraction for managing a bi-directional flow of messages. .PP
ACE_Module_Type ACE_Module_Type (3) -  Define the methods for handling \f(COACE_Modules. .PP
ACE_Multiplexor ACE_Multiplexor (3) -  .PP
ACE_Mutex	ACE_Mutex (3)	-  ACE_Mutex wrapper (valid in same process or across processes (depending on TYPE flag))  .PP
ACE_Mutex_Guard ACE_Mutex_Guard (3) -  This data structure is meant to be used within a method or function...  It performs automatic aquisition and release of an ACE_Mutex. .PP
ACE_Mutex_Invariants		ACE_Mutex_Invariants (3)    -  Mutex Invariants .PP
ACE_Mutex_Token ACE_Mutex_Token (3) -  Not a public interface. .PP
ACE_NS_Internal ACE_NS_Internal (3) -  This class and ACE_NS_String are used as Adapters to work with the Map_Manager.	 .PP
ACE_NS_String	ACE_NS_String (3)   -  This class and ACE_NS_Internal are used as Adapters to work with the Map_Manager.   .PP
ACE_NULL_SYNCH	ACE_NULL_SYNCH (3)  -  Implement a do nothing Synchronization wrapper that typedefs the \f(COACE_Condition and \f(COACE_Mutex to the Null* versions. .PP
ACE_Name_Node	ACE_Name_Node (3)   -  This is stored as a linked list within the Memory_Pool	to allow "named memory chunks." .PP
ACE_Name_Options		ACE_Name_Options (3)	-  Manages the options for the ACE Name_Server. .PP
ACE_Name_Proxy	ACE_Name_Proxy (3)  -  Proxy for dealing with remote server process managing NET_LOCAL NameBindings .PP
ACE_Name_Reply	ACE_Name_Reply (3)  -  Message format for delivering replies from the ACE_Name Server. .PP
ACE_Name_Request		ACE_Name_Request (3)	-  Message format for delivering requests to the ACE_Name Server. .PP
ACE_Name_Server ACE_Name_Server (3) -  Integrate the various components that implement the ACE_Name Server. .PP
ACE_Name_Space	ACE_Name_Space (3)  -  Abstract base class that provides an abstract interface to the database without exposing any implemenation details. .PP
ACE_Name_Space_Map		ACE_Name_Space_Map (3)	-  This class serves as a Proxy that ensures our process always has the appropriate allocator in place for every operation that accesses or updates the Map Manager. .PP
ACE_Naming_Context		ACE_Naming_Context (3)	-  Maintaining accesses Name Server Databases.	Allows to add NameBindings, change them, remove them and resolve NameBindings .PP
ACE_Notification_Handler	ACE_Notification_Handler (3)	-  Callback and unblock the ACE_Reactor if it's sleeping. .PP
ACE_Null_Condition		ACE_Null_Condition (3)	-  Implement a "do nothing" ACE_Condition variable wrapper, i.e., all methods are no-ops.  .PP
ACE_Null_Condition_Mutex	ACE_Null_Condition_Mutex (3)	-  Implement a do nothing \f(COACE_Condition variable wrapper, i.e., all methods are no ops.  This class is necessary since some C++ compilers are *very* lame... .PP
ACE_Null_Mutex	ACE_Null_Mutex (3)  -  Implement a do nothing \f(COACE_Mutex, i.e., all the methods are no ops.  .PP
ACE_Null_Mutex_Guard		ACE_Null_Mutex_Guard (3)    -  This data structure is meant to be used within a method or function...  It performs automatic aquisition and release of an ACE_Null_Mutex. .PP
ACE_Null_Token	ACE_Null_Token (3)  -  No op class for nonthreaded platform protocols. .PP
ACE_ODB 	ACE_ODB (3)	-  This is the object database (ODB) that keeps track of all live ACE objects. .PP
ACE_OS		ACE_OS (3)	-  This class defines an operating system independent programming API that shields developers from non-portable aspects of writing efficient system programs on Win32, POSIX, and other versions of UNIX. .PP
ACE_Obchunk	ACE_Obchunk (3) -  A "chunk" of memory.  This should be a nested class but some compilers don't like them yet.	.PP
ACE_Object_Node ACE_Object_Node (3) -  Keeps track of the symbol name for a shared object. .PP
ACE_Obstack	ACE_Obstack (3) -  Define a simple "mark and release" memory allocation utility. This class is based on the GNU obstack utility. .PP
ACE_Oneshot_Acceptor		ACE_Oneshot_Acceptor (3)    -  Generic factory for passively connecting clients and creating exactly one service handler (SVC_HANDLER). .PP
ACE_Overlapped_File		ACE_Overlapped_File (3) -  A wrapper for overlapped file I/O. .PP
ACE_Parse_Node	ACE_Parse_Node (3)  -  Provide the base of the object hierarchy that defines the parse tree of Service Nodes. .PP
ACE_Pipe	ACE_Pipe (3)	-  Provides a bidirectional "pipe" abstraction that is portable to Windows NT, SVR4 UNIX, and BSD UNIX. .PP
ACE_Proactor	ACE_Proactor (3)    -  An abstraction for Proactive I/O. .PP
ACE_Process	ACE_Process (3) -  A Portable encapsulation for creating new processes and allows assignment of STDIN, STDOUT, and STDERR of the new process.  .PP
ACE_Process_Condition		ACE_Process_Condition (3)   -  ACE_Condition variable wrapper that works across processes. .PP
ACE_Process_Control		ACE_Process_Control (3) -  Used to keep track of a process's activities within its entry point function. .PP
ACE_Process_Manager		ACE_Process_Manager (3) -  Manages a pool of processs. .PP
ACE_Process_Mutex		ACE_Process_Mutex (3)	-  ACE_Mutex wrapper (valid in same process, as well as across processes). .PP
ACE_Process_Semaphore		ACE_Process_Semaphore (3)   -  Wrapper for Dijkstra style general semaphores that work across processes. .PP
ACE_Process_Strategy		ACE_Process_Strategy (3)    -  Defines the interface for specifying a concurrency strategy for a \f(COSVC_HANDLER based on multiprocessing. .PP
ACE_Profile_Timer		ACE_Profile_Timer (3)	-  A C++ wrapper for UNIX interval timers. .PP
ACE_RWLock_Invariants		ACE_RWLock_Invariants (3)   -  RWLock Invariants .PP
ACE_RW_Mutex	ACE_RW_Mutex (3)    -  Wrapper for readers/writer locks. .PP
ACE_RW_Process_Mutex		ACE_RW_Process_Mutex (3)    -  Wrapper for readers/writer locks that exist across processes. .PP
ACE_RW_Thread_Mutex		ACE_RW_Thread_Mutex (3) -  Wrapper for readers/writer locks that exist within a process. .PP
ACE_RW_Token	ACE_RW_Token (3)    -  Not a public interface. .PP
ACE_Reactor	ACE_Reactor (3) -  An object oriented event demultiplexor and event handler dispatcher.  .PP
ACE_ReactorEx	ACE_ReactorEx (3)   -  An object oriented event demultiplexor and event handler ReactorEx for Win32 WaitForMultipleObjects .PP
ACE_ReactorEx_Notify		ACE_ReactorEx_Notify (3)    -  ReactorEx Notify .PP
ACE_Reactor_Token		ACE_Reactor_Token (3)	-  Used as a synchronization mechanism to coordinate concurrent access to a Reactor object. .PP
ACE_Read_Buffer ACE_Read_Buffer (3) -  Efficiently reads an artibrarily large buffer from an input stream up to an including a termination character.  Also performs search/replace on single occurrences a character in the buffer using the priniciples of Integrated Layer Processing. .PP
ACE_Read_Guard	ACE_Read_Guard (3)  -  This class is similar to class \f(COACE_Guard, though it acquires/releases a read lock automatically (naturally, the \f(COLOCK it is instantiated with must support the appropriate API). .PP
ACE_Recursive_Lock		ACE_Recursive_Lock (3)	-  Implement a C++ wrapper that allows calls to class ACE_Mutex, ACE_RW_Mutex, and ACE_Semaphore to be nested for a nested acquire() that occurs in the same thread. .PP
ACE_Recursive_Mutex		ACE_Recursive_Mutex (3) -  Implement a C++ wrapper that allows calls to class ACE_Mutex to be nested for a nested acquire() that occurs in the same thread. .PP
ACE_Recursive_Thread_Mutex	ACE_Recursive_Thread_Mutex (3)	-  Implement a C++ wrapper that allows calls to class \f(COACE_Thread_Mutex to be nested for a nested acquire() that occurs in the same thread. .PP
ACE_Remote_Mutex		ACE_Remote_Mutex (3)	-  Proxy for acquiring, renewing, and releasing a distributed mutex. .PP
ACE_Remote_Name_Space		ACE_Remote_Name_Space (3)   -  Maintaining accesses Remote Name Server Database.  Allows to  add NameBindings, change them, remove them and resolve NameBindings. .PP
ACE_Remote_RLock		ACE_Remote_RLock (3)	-  Proxy for acquiring, renewing, and releasing a distributed readers lock. .PP
ACE_Remote_Token_Proxy		ACE_Remote_Token_Proxy (3)  -  Proxy for acquiring, renewing, and releasing a distributed synchronization token. .PP
ACE_Remote_WLock		ACE_Remote_WLock (3)	-  Proxy for acquiring, renewing, and releasing a distributed writers lock. .PP
ACE_Remove_Node ACE_Remove_Node (3) -  Remove a Service Node. .PP
ACE_Resume_Node ACE_Resume_Node (3) -  Resume a Service Node. .PP
ACE_SOCK	ACE_SOCK (3)	-  Defines the member functions for the base class of the ACE_SOCK abstraction.  .PP
ACE_SOCK_Acceptor		ACE_SOCK_Acceptor (3)	-  Defines the format and interface for an ACE_SOCK ACE_Stream acceptor.  .PP
ACE_SOCK_CODgram		ACE_SOCK_CODgram (3)	-      Defines the member functions for the ACE_SOCK connected datagram abstraction.  .PP
ACE_SOCK_Connector		ACE_SOCK_Connector (3)	-  Defines an active connection factory for the socket wrappers.  .PP
ACE_SOCK_Dgram	ACE_SOCK_Dgram (3)  -  Defines the member functions for the ACE_SOCK datagram abstraction.  .PP
ACE_SOCK_Dgram_Bcast		ACE_SOCK_Dgram_Bcast (3)    -  Defines the member functions for the ACE_SOCK datagram abstraction.  .PP
ACE_SOCK_Dgram_Mcast		ACE_SOCK_Dgram_Mcast (3)    -  Defines the member functions for the ACE_SOCK multicast abstraction.  .PP
ACE_SOCK_IO	ACE_SOCK_IO (3) -  Defines the methods for the ACE_SOCK I/O routines (i.e., send/recv).  .PP
ACE_SOCK_Stream ACE_SOCK_Stream (3) -  Defines the member functions for the ACE_SOCK ACE_Stream abstraction.  .PP
ACE_SPIPE	ACE_SPIPE (3)	-  Defines the member functions for the base class of the ACE_SPIPE abstraction.  .PP
ACE_SPIPE_Acceptor		ACE_SPIPE_Acceptor (3)	-  Defines the format and interface for the listener side of the ACE_SPIPE_Stream.  .PP
ACE_SPIPE_Addr	ACE_SPIPE_Addr (3)  -  Defines the SVR4 STREAM pipe address family address format.  .PP
ACE_SPIPE_Connector		ACE_SPIPE_Connector (3) -  Defines an active connection factory for the STREAM pipe wrappers.  .PP
ACE_SPIPE_Stream		ACE_SPIPE_Stream (3)	-  Define an ACE_SPIPE_Stream. .PP
ACE_SString	ACE_SString (3) -  A very "Simple String" (ACE_SString) class. .PP
ACE_STREAM_Type ACE_STREAM_Type (3) -  .PP
ACE_ST_CORBA_Handler		ACE_ST_CORBA_Handler (3)    -  Handle single-threaded CORBA requests in conjunction with the ACE_Reactor. .PP
ACE_SV_Message	ACE_SV_Message (3)  -  Defines the header file for the C++ wrapper for message queues. */ .PP
ACE_SV_Message_Queue		ACE_SV_Message_Queue (3)    -  Defines the header file for the C++ wrapper for System V IPC message queues.   .PP
ACE_SV_Semaphore_Simple 	ACE_SV_Semaphore_Simple (3) -  This is a simple semaphore package that assumes there are no race conditions for initialization (i.e., the order of process startup must be well defined). .PP
ACE_SV_Shared_Memory		ACE_SV_Shared_Memory (3)    -  This is a wrapper for System V shared memory. .PP
ACE_Sbrk_Memory_Pool		ACE_Sbrk_Memory_Pool (3)    -  Make a memory pool that is based on \f(COsbrk(2). .PP
ACE_Schedule_All_Reactive_Strategy  ACE_Schedule_All_Reactive_Strategy (3)  -  Defines the interface for specifying how to suspend and resume a single-threaded reactive service . .PP
ACE_Schedule_All_Threaded_Strategy  ACE_Schedule_All_Threaded_Strategy (3)  -  Defines the interface for specifying how to suspend and resume a multithreaded service . .PP
ACE_Scheduling_Strategy 	ACE_Scheduling_Strategy (3) -  Defines the interface for specifying how to suspend and resume a service . .PP
ACE_Semaphore	ACE_Semaphore (3)   -  Wrapper for Dijkstra style general semaphores. .PP
ACE_Service_Config		ACE_Service_Config (3)	-  Provide the base class that supplies common server daemon operations. .PP
ACE_Service_Manager		ACE_Service_Manager (3) -     Provide a standard service that returns a list of all services in the Service Repository.  .PP
ACE_Service_Object		ACE_Service_Object (3)	-  Provide the abstract base class common to all services  .PP
ACE_Service_Object_Type 	ACE_Service_Object_Type (3) -  Define the methods for handling \f(COACE_Service_Objects. .PP
ACE_Service_Record		ACE_Service_Record (3)	-  Packaging interface for the various types of \f(COACE_Service_Types. .PP
ACE_Service_Repository		ACE_Service_Repository (3)  -  Provide the abstract base class that supplies common server repository operations. .PP
ACE_Service_Repository_Iterator ACE_Service_Repository_Iterator (3) -  .PP
ACE_Service_Type		ACE_Service_Type (3)	-  Provide the class hierarchy that defines the contents of the Service Repository search structure. .PP
ACE_Shared_Memory		ACE_Shared_Memory (3)	-  This base class adapts both System V shared memory and "BSD" mmap to a common API. .PP
ACE_Shared_Memory_MM		ACE_Shared_Memory_MM (3)    -  Shared memory wrapper based on MMAP. .PP
ACE_Shared_Memory_Pool		ACE_Shared_Memory_Pool (3)  -  Make a memory pool that is based on System V shared memory (shmget(2) etc.).  This implementation allows memory to be shared between processes. .PP
ACE_Shared_Memory_SV		ACE_Shared_Memory_SV (3)    -  Shared memory wrapper based on System V shared memory. .PP
ACE_Shared_Object		ACE_Shared_Object (3)	-      Provide the abstract base class used to access dynamic linking  facilities  .PP
ACE_Sig_Action	ACE_Sig_Action (3)  -  C++ wrapper around struct sigaction. .PP
ACE_Sig_Adapter ACE_Sig_Adapter (3) -  Provide an adapter that transforms various types of signal handlers into the scheme used by the \f(COACE_Reactor. .PP
ACE_Sig_Guard	ACE_Sig_Guard (3)   -  Hold signals in MASK for duration of a C++ statement block. Note that a "0" for mask causes all signals to be held. .PP
ACE_Sig_Handler ACE_Sig_Handler (3) -  This is the main dispatcher of signals for ACE.	It improves the existing UNIX signal handling mechanism by allowing C++ objects to handle signals in a way that avoids the use of global/static variables and functions. .PP
ACE_Sig_Handlers		ACE_Sig_Handlers (3)	-  This is an alternative signal handling dispatcher for ACE.  It allows a list of signal handlers to be registered for each signal.  It also makes SA_RESTART the default mode. .PP
ACE_Sig_Set	ACE_Sig_Set (3) -  Provide a C++ wrapper for the C sigset_t interface. .PP
ACE_Singleton	ACE_Singleton (3)   -  A Singleton Adapter. .PP
ACE_Singleton_Strategy		ACE_Singleton_Strategy (3)  -  Defines the interface for specifying a creation strategy for a \f(COSVC_HANDLER that always returns the same \f(COSVC_HANDLER (i.e., it's a Singleton).	 .PP
ACE_Static_Node ACE_Static_Node (3) -  Handle a statically linked node. .PP
ACE_Str_Buf	ACE_Str_Buf (3) -  Simple wrapper for STREAM pipes strbuf. .PP
ACE_Strategy_Acceptor		ACE_Strategy_Acceptor (3)   -  Abstract factory for creating a service handler (SVC_HANDLER), accepting into the SVC_HANDLER, and activating the SVC_HANDLER. .PP
ACE_Stream	ACE_Stream (3)	-  This class is the primary abstraction for the ASX framework. It is moduled after System V Stream. .PP
ACE_Stream_Head ACE_Stream_Head (3) -  Standard module that acts as the head of a ustream. .PP
ACE_Stream_Node ACE_Stream_Node (3) -  Handle a Stream. .PP
ACE_Stream_Tail ACE_Stream_Tail (3) -  Standard module that acts as the head of a ustream. .PP
ACE_Stream_Type ACE_Stream_Type (3) -  Define the methods for handling \f(COACE_Streams. .PP
ACE_Suspend_Node		ACE_Suspend_Node (3)	-  Suspend a Service Node. .PP
ACE_Svc_Handler ACE_Svc_Handler (3) -  Defines the interface for a service that exchanges data with its connected peer. .PP
ACE_Svc_Tuple	ACE_Svc_Tuple (3)   -  Holds the ACE_Svc_Handler and its argument and \f(COACE_Timer_Handle until an asynchronous connection completes.  .PP
ACE_System_Time ACE_System_Time (3) -  Defines the timer services of the OS interface to access the system time either on the local host or on the central time server in the network. .PP
ACE_TLI 	ACE_TLI (3)	-  Defines the member functions for the base class of the ACE_TLI  abstraction.  .PP
ACE_TLI_Acceptor		ACE_TLI_Acceptor (3)	-  Defines the member functions for ACE_TLI_Acceptor abstraction.  .PP
ACE_TLI_Connector		ACE_TLI_Connector (3)	-  Defines an active connection factory for the ACE_TLI C++ wrappers.  .PP
ACE_TLI_Stream	ACE_TLI_Stream (3)  -  Defines the member functions for ACE_TLI_Stream abstraction.  .PP
ACE_TOKEN_CONST ACE_TOKEN_CONST (3) -  Not a public interface. .PP
ACE_TPQ_Entry	ACE_TPQ_Entry (3)   -  Not a public interface. .PP
ACE_TPQ_Iterator		ACE_TPQ_Iterator (3)	-  Not a public interface. .PP
ACE_TSS 	ACE_TSS (3)	-  Allows objects that are "physically" in thread specific storage (i.e., private to a thread) to be accessed as though they were "logically" global to a program. .PP
ACE_TSS_Connection		ACE_TSS_Connection (3)	-  Class for providing a connection per thread. .PP
ACE_TSS_Guard	ACE_TSS_Guard (3)   -  This data structure is meant to be used within a method or function...  It performs automatic aquisition and release of a synchronization object.  Moreover, it ensures that the lock is released even if a thread exits via "thr_exit()"! .PP
ACE_TSS_Read_Guard		ACE_TSS_Read_Guard (3)	-  This class is similar to class \f(COACE_TSS_Guard, though it acquires/releases a read lock automatically (naturally, the \f(COLOCK it is instantiated with must support the appropriate API). .PP
ACE_TSS_TPQ_Entry		ACE_TSS_TPQ_Entry (3)	-  Not a public interface. .PP
ACE_TSS_Write_Guard		ACE_TSS_Write_Guard (3) -  This class is similar to class ACE_TSS_Guard, though it acquires/releases a write-lock automatically (naturally, the LOCK it is instantiated with must support the appropriate API). .PP
ACE_TTY_IO	ACE_TTY_IO (3)	-  Class definitions for TTY-specific features. .PP
ACE_Task	ACE_Task (3)	-  Primary interface for application message processing, as well  as input and output message queueing. .PP
ACE_Task_Exit	ACE_Task_Exit (3)   -  Keep exit information for a Task in thread specific storage so that the Task::close() method will get called no matter how the thread exits (e.g., via Thread::exit() or by "falling off the end of Task::svc_run"). .PP
ACE_Task_Flags	ACE_Task_Flags (3)  -  These flags are used within the ACE_Task. .PP
ACE_Test_and_Set		ACE_Test_and_Set (3)	-  Implements the classic ``test and set'' operation. .PP
ACE_Thread	ACE_Thread (3)	-  Provides a wrapper for threads. .PP
ACE_Thread_Condition		ACE_Thread_Condition (3)    -  ACE_Condition variable wrapper that works within processes. .PP
ACE_Thread_Control		ACE_Thread_Control (3)	-  Used to keep track of a thread's activities within its entry point function. .PP
ACE_Thread_Manager		ACE_Thread_Manager (3)	-  Manages a pool of threads. .PP
ACE_Thread_Mutex		ACE_Thread_Mutex (3)	-  ACE_Thread_Mutex wrapper (only valid for threads in the same process). .PP
ACE_Thread_Mutex_Guard		ACE_Thread_Mutex_Guard (3)  -  This data structure is meant to be used within a method or function...  It performs automatic aquisition and release of an ACE_Mutex. .PP
ACE_Thread_Semaphore		ACE_Thread_Semaphore (3)    -  Wrapper for Dijkstra style general semaphores that work only within on process. .PP
ACE_Thread_Strategy		ACE_Thread_Strategy (3) -  Defines the interface for specifying a concurrency strategy for a \f(COSVC_HANDLER based on multithreading. .PP
ACE_Thru_Task	ACE_Thru_Task (3)   -  Standard module that acts as a "no op", simply passing on all data to its adjacent neighbor. .PP
ACE_Time_Request		ACE_Time_Request (3)	-  Message format for delivering requests to the ACE_Time Server. .PP
ACE_Time_Value	ACE_Time_Value (3)  -  Operations on "timeval" structures. .PP
ACE_Timer_Node	ACE_Timer_Node (3)  -  Maintains the state associated with a Timer entry. .PP
ACE_Token	ACE_Token (3)	-  Class that acquires, renews, and releases a synchronization token that is local to the process. .PP
ACE_Token_Collection		ACE_Token_Collection (3)    -  Allows atomic token group operations AND  provides a ACE_Token manager interface. .PP
ACE_Token_Invariant_Manager	ACE_Token_Invariant_Manager (3) -  Token Invariants .PP
ACE_Token_Manager		ACE_Token_Manager (3)	-  Manages all tokens in a process space. .PP
ACE_Token_Name	ACE_Token_Name (3)  -  Allows Token_Manger to identify tokens. .PP
ACE_Token_Proxy ACE_Token_Proxy (3) -  Abstract representation of ACE tokens. .PP
ACE_Token_Proxy_Queue		ACE_Token_Proxy_Queue (3)   -  Not a public interface. .PP
ACE_Token_Reply ACE_Token_Reply (3) -  Message format for delivering replies from the ACE_Token Server. .PP
ACE_Token_Request		ACE_Token_Request (3)	-  Message format for delivering requests to the ACE_Token Server. .PP
ACE_Tokens	ACE_Tokens (3)	-  Not a public interface. .PP
ACE_Trace	ACE_Trace (3)	-  A C++ trace facility that keeps track of which methods are entered and exited. .PP
ACE_Typed_SV_Message		ACE_Typed_SV_Message (3)    -  Defines the header file for the C++ wrapper for System V message queues. .PP
ACE_Typed_SV_Message_Queue	ACE_Typed_SV_Message_Queue (3)	-  Defines the header file for the C++ wrapper for message queues. .PP
ACE_UNIX_Addr	ACE_UNIX_Addr (3)   -  Defines the ``UNIX domain address family'' address format.  .PP
ACE_UPIPE_Acceptor		ACE_UPIPE_Acceptor (3)	-  Defines the format and interface for the listener side of the ACE_UPIPE_Stream. .PP
ACE_UPIPE_Connector		ACE_UPIPE_Connector (3) -  Defines an active connection factory for the \f(COACE_UPIPE_STREAM wrappers. .PP
ACE_UPIPE_Stream		ACE_UPIPE_Stream (3)	-  Defines the method that transfer data on a UPIPE. .PP
ACE_Unbounded_Queue		ACE_Unbounded_Queue (3) -  A Queue of "infinite" length. .PP
ACE_Unbounded_Set		ACE_Unbounded_Set (3)	-  Implement a simple unordered set of \f(COT of unbounded size. .PP
ACE_Unbounded_Set_Iterator	ACE_Unbounded_Set_Iterator (3)	-  Implement an iterator over an unbounded set. .PP
ACE_Unbounded_Stack		ACE_Unbounded_Stack (3) -  Implement a generic LIFO abstract data type. .PP
ACE_WString	ACE_WString (3) -  A persistent wide string class. .PP
ACE_Write_Guard ACE_Write_Guard (3) -  This class is similar to class \f(COACE_Guard, though it acquires/releases a write lock automatically (naturally, the \f(COLOCK it is instantiated with must support the appropriate API). .PP
ACE_XtReactor	ACE_XtReactor (3)   -  An object oriented event demultiplexor and event handler dispatcher that uses the X Toolkit functions. .PP
ACE_cond_t	ACE_cond_t (3)	-  This structure is used to implement condition variables on NT. .PP
Driver		Driver (3)	-  .PP
auto_array_ptr	auto_array_ptr (3)  -  Implements an extension to the draft C++ standard auto_ptr abstraction. .PP
auto_ptr	auto_ptr (3)	-  Implements the draft C++ standard auto_ptr abstraction. .PP
