ACE  6.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
oNACEThe namespace containing the ACE framework itself
oNACE_Acquire_MethodAn enum namespace
oNACE_OSThis namespace defines an OS independent programming API that shields developers from nonportable aspects of writing efficient system programs on Win32, POSIX and other versions of UNIX, and various real-time operating systems
oNACE_Task_Flags
oNACE_TOKEN_CONST
oNACE_Utils
oC_dbghelp_functions
oC_WSANETWORKEVENTS
oCACE_Abstract_Timer_QueueBase class for all timer queues of a single type
oCACE_Accept_QoS_ParamsWrapper class that simplifies the information passed to the QoS enabled <ACE_OS::accept> method
oCACE_Accept_StrategyDefines the interface for specifying a passive connection acceptance strategy for a SVC_HANDLER
oCACE_AcceptorAbstract factory for creating a service handler (SVC_HANDLER), accepting into the SVC_HANDLER, and activating the SVC_HANDLER
oCACE_Activation_QueueReifies a method into a request. Subclasses typically represent necessary state and behavior
oCACE_Active_Map_ManagerDefine a map abstraction that associates system generated keys with user specified values
oCACE_Active_Map_Manager_AdapterDefines a map implementation
oCACE_Active_Map_Manager_Iterator_AdapterDefines a iterator implementation for the Active_Map_Manager_Adapter
oCACE_Active_Map_Manager_KeyKey used in the Active Object Map
oCACE_Active_Map_Manager_Reverse_Iterator_AdapterDefines a reverse iterator implementation for the Active_Map_Manager_Adapter
oCACE_Adaptive_LockAn adaptive general locking class that defers the decision of lock type to run time
oCACE_AddrDefines the base class for the "address family independent" address format
oCACE_AIOCB_Notify_Pipe_ManagerThis class manages the notify pipe of the AIOCB Proactor
oCACE_AllocatorInterface for a dynamic memory allocator that uses inheritance and dynamic binding to provide extensible mechanisms for allocating and deallocating memory
oCACE_Allocator_AdapterThis class is an adapter that allows the ACE_Allocator to use the ACE_Malloc class below
oCACE_Arg_Shifter_TThis ADT operates on a specified set of arguments (argv). As known arguments are scanned, they are shifted to the back of the argv vector, so deeper levels of argument parsing can locate the yet unprocessed arguments at the beginning of the vector
oCACE_ARGV_Queue_Entry_TAn entry in the queue which keeps user supplied arguments
oCACE_ARGV_TBuilds a counted argument vector (ala argc/argv) from either a string or a set of separate tokens. This class preserves whitespace within tokens only if the whitespace-containing token is enclosed in either single (') or double (") quotes. This is consistent with the expected behavior if an argument vector obtained using this class is passed to, for example, ACE_Get_Opt
oCACE_Argv_Type_ConverterTo convert 'char' input/command line parameter to 'wchar_t'
oCACE_ArrayA dynamic array class
oCACE_Array_BaseImplement a simple dynamic array
oCACE_Array_IteratorImplement an iterator over an ACE_Array
oCACE_Array_MapLight weight array-based map with fast iteration, but linear (i.e. O(n)) search times
oCACE_Ascii_To_WideA lightweight char* to wchar* string conversion class
oCACE_Async_Timer_Queue_AdapterAdapts an ACE timer queue to be driven asynchronously using signals
oCACE_Asynch_AcceptThis class is a factory for starting off asynchronous accepts on a listen handle. This class forwards all methods to its implementation class
oCACE_Asynch_Accept_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Accept
oCACE_Asynch_Accept_Result_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Accept
oCACE_Asynch_AcceptorThis class is an example of the Acceptor Pattern. This class will accept new connections and create new HANDLER to handle the new connections
oCACE_Asynch_ConnectThis class is a factory for starting off asynchronous connects This class forwards all methods to its implementation class
oCACE_Asynch_Connect_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Connect
oCACE_Asynch_Connect_Result_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Connect
oCACE_Asynch_ConnectorThis class is an example of the Connector pattern. This class will establish new connections and create new HANDLER objects to handle the new connections
oCACE_Asynch_OperationThis is an interface base class for all asynch operations. The resposiblility of this class is to forward all methods to its delegation/implementation class, e.g., ACE_WIN32_Asynch_Operation or ACE_POSIX_Asynch_Operation
oCACE_Asynch_Operation_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Operation
oCACE_Asynch_Pseudo_Task
oCACE_Asynch_Read_DgramThis class is a factory for starting off asynchronous reads on a UDP socket. This class forwards all methods to its implementation class
oCACE_Asynch_Read_Dgram_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Read_Dgram
oCACE_Asynch_Read_Dgram_Result_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Read_Dgram::Result class
oCACE_Asynch_Read_FileThis class is a factory for starting off asynchronous reads on a file. This class forwards all methods to its implementation class
oCACE_Asynch_Read_File_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Read_File::Result
oCACE_Asynch_Read_File_Result_ImplThis is the abstract base class for all the concrete implementation classes for ACE_Asynch_Read_File::Result
oCACE_Asynch_Read_StreamThis class is a factory for starting off asynchronous reads on a stream. This class forwards all methods to its implementation class
oCACE_Asynch_Read_Stream_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Read_Stream
oCACE_Asynch_Read_Stream_Result_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Read_Stream::Result class
oCACE_Asynch_ResultAn interface base class which allows users access to common information related to an asynchronous operation
oCACE_Asynch_Result_ImplAbstract base class for the all the classes that provide concrete implementations for ACE_Asynch_Result
oCACE_Asynch_Transmit_FileThis class is a factory for starting off asynchronous transmit files on a stream
oCACE_Asynch_Transmit_File_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Transmit_File
oCACE_Asynch_Transmit_File_Result_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Transmit_File::Result
oCACE_Asynch_Write_DgramThis class is a factory for starting off asynchronous writes on a UDP socket. This class forwards all methods to its implementation class
oCACE_Asynch_Write_Dgram_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Write_Dgram class
oCACE_Asynch_Write_Dgram_Result_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Write_Dgram::Result class
oCACE_Asynch_Write_FileThis class is a factory for starting off asynchronous writes on a file. This class forwards all methods to its implementation class
oCACE_Asynch_Write_File_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Write_File
oCACE_Asynch_Write_File_Result_ImplThis is the abstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Write_File::Result
oCACE_Asynch_Write_StreamThis class is a factory for initiating asynchronous writes on a connected TCP/IP stream. This class forwards all methods to its implementation class
oCACE_Asynch_Write_Stream_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Write_Stream class
oCACE_Asynch_Write_Stream_Result_ImplAbstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Write_Stream::Result
oCACE_At_Thread_ExitContains a method to be applied when a thread is terminated
oCACE_At_Thread_Exit_Func
oCACE_ATM_AcceptorDefines the member functions for ACE_ATM_Acceptor abstraction
oCACE_ATM_AddrDefines the ATM domain address family address format
oCACE_ATM_ConnectorDefines an active connection factory for the ACE_ATM C++ wrappers
oCACE_ATM_ParamsWrapper class that simplifies the information passed to the ATM enabled ACE_ATM_Connector class
oCACE_ATM_QoSDefine the QoS parameters for ATM
oCACE_ATM_StreamDefines the member functions for ACE_ATM_Stream abstraction
oCACE_Atomic_OpTransparently parameterizes synchronization into basic arithmetic operations
oCACE_Atomic_Op_ExTransparently parameterizes synchronization into basic arithmetic operations
oCACE_Auto_Array_PtrImplements an extension to the draft C++ standard auto_ptr abstraction
oCACE_Auto_Basic_Array_PtrImplements an extension to the draft C++ standard auto_ptr abstraction. This class allows one to work on non-object (basic) types that must be treated as an array, e.g., deallocated via "delete [] foo"
oCACE_Auto_Basic_PtrImplements the draft C++ standard auto_ptr abstraction. This class allows one to work on non-object (basic) types
oCACE_Auto_EventAuto Events
oCACE_Auto_Event_T
oCACE_Auto_IncDecThis class automatically increments and decrements a parameterized counter
oCACE_Auto_PtrImplements the draft C++ standard auto_ptr abstraction. This version can be used instead of auto_ptr<T>
oCACE_Auto_String_FreeSimple class to automatically de-allocate strings
oCACE_bad_alloc_class
oCACE_BarrierImplements "barrier synchronization"
oCACE_Base64Encode/Decode a stream of bytes according to Base64 encoding
oCACE_Base_Thread_AdapterBase class for all the Thread_Adapters
oCACE_Based_PointerA smart proxy that keeps track of the relative offset of a "pointer" from its base address
oCACE_Based_Pointer_BasicA proxy that keeps track of the relative offset of a "pointer" from its base address. This class makes it possible to transparently use "pointers" in shared memory as easily as programming with pointers to local memory. In particular, we don't need to ensure that the base addresses of all the pointers are mapped into separate processes at the same absolute memory base address
oCACE_Based_Pointer_RepositoryMaps pointers to the base address of the region to which each pointer belongs
oCACE_Based_Pointer_Repository_RepImplementation for the ACE_Based_Pointer_Repository
oCACE_Basic_StatsCollect basic stats about a series of samples
oCACE_Bcast_NodeLinked list of broadcast interfaces
oCACE_BoolCapEntryThis class implement the ACE Bool Capability subclass
oCACE_Bound_Ptr_CounterAn ACE_Bound_Ptr_Counter<ACE_LOCK> object encapsulates an object reference count
oCACE_Bounded_Cached_Connect_StrategyA connection strategy which caches connections to peers (represented by SVC_HANDLER instances), thereby allowing subsequent re-use of unused, but available, connections. This strategy should be used when the cache is bounded by maximum size
oCACE_Bounded_SetImplement a simple unordered set of {T} with maximum set at creation time
oCACE_Bounded_Set_IteratorIterates through an unordered set
oCACE_Bounded_StackImplement a generic LIFO abstract data type
oCACE_Buffered_Svc_HandlerDefines the interface for a service that exchanges data with its connected peer and supports buffering
oCACE_Cache_Map_IteratorDefines a iterator for the Cache_Map_Manager
oCACE_Cache_Map_ManagerDefines a abstraction that will purge entries from a map
oCACE_Cache_Map_Reverse_IteratorDefines a reverse iterator for the Cache_Map_Manager
oCACE_Cached_AllocatorA fixed-size allocator that caches items for quicker access
oCACE_Cached_Connect_StrategyA connection strategy which caches connections to peers (represented by SVC_HANDLER instances), thereby allowing subsequent re-use of unused, but available, connections
oCACE_Cached_Connect_Strategy_ExA connection strategy which caches connections to peers (represented by SVC_HANDLER instances), thereby allowing subsequent re-use of unused, but available, connections
oCACE_Cached_Mem_Pool_NodeACE_Cached_Mem_Pool_Node keeps unused memory within a free list
oCACE_Caching_StrategyThis class is an abstract base class for a caching strategy
oCACE_Caching_Strategy_AdapterThis class follows the Adaptor pattern and is used to provide External Polymorphism by deriving from ACE_Caching_Strategy
oCACE_CapabilitiesThis class implement the ACE Capabilities
oCACE_CapEntryThis class is the base class for all ACE Capabilities entry subclasses
oCACE_CDRKeep constants and some routines common to both Output and Input CDR streams
oCACE_Char_Codeset_TranslatorCodeset translation routines common to both Output and Input CDR streams
oCACE_CleanupBase class for objects that are cleaned by ACE_Object_Manager
oCACE_Cleanup_AdapterAdapter for ACE_Cleanup objects that allows them to be readily managed by the ACE_Object_Manager
oCACE_Cleanup_Info_NodeFor maintaining a list of ACE_Cleanup_Info items
oCACE_Cleanup_StrategyDefines a default strategy to be followed for cleaning up entries from a map which is the container
oCACE_Codeset_Registry
oCACE_Command_BaseDefines an abstract class that allows us to invoke commands without knowing anything about the implementation
oCACE_Command_CallbackDefines a class template that allows us to invoke a GOF command style callback to an object without knowing anything about the object except its type
oCACE_Concurrency_StrategyDefines the interface for specifying a concurrency strategy for a SVC_HANDLER
oCACE_ConditionACE_Condition variable wrapper, which allows threads to block until shared data changes state
oCACE_Condition< ACE_Null_Mutex >ACE_Condition template specialization written using ACE_Null_Mutexes. Implements a do nothing ACE_Condition specialization, i.e., all methods are no ops
oCACE_Condition< ACE_Recursive_Thread_Mutex >ACE_Condition template specialization written using ACE_Recursive_Thread_Mutex. This allows threads to block until shared data changes state using recursive mutexes
oCACE_Condition< ACE_Thread_Mutex >ACE_Condition template specialization written using ACE_Mutexes. This allows threads to block until shared data changes state. A condition variable enables threads to atomically block and test the condition under the protection of a mutual exclu- sion lock (mutex) until the condition is satisfied. That is, the mutex must have been held by the thread before calling wait or signal on the condition. If the condition is false, a thread blocks on a condition variable and atomically releases the mutex that is waiting for the condition to change. If another thread changes the condition, it may wake up waiting threads by signaling the associated condition variable. The waiting threads, upon awakening, reacquire the mutex and re-evaluate the condition
oCACE_Condition_Attributes
oCACE_Condition_Attributes_T
oCACE_Condition_Attributes_T< ACE_Monotonic_Time_Policy >
oCACE_Config_ImpExp_BaseBase class for file import/export configuration
oCACE_ConfigurationBase class for configuration databases
oCACE_Configuration_ExtIdExternal ID for the section and value hash
oCACE_Configuration_HeapThe concrete implementation of a allocator based configuration database
oCACE_Configuration_Section_IntIdThe internal ID for a section hash table
oCACE_Configuration_Section_KeyReference counted wrapper for ACE_Section_Key_Internal
oCACE_Configuration_Section_Key_HeapInternal section key class for heap based configuration database
oCACE_Configuration_Value_IntIdThe section hash table internal value class
oCACE_Configuration_Win32RegistryThe win32 registry implementation of a configuration database
oCACE_Connect_StrategyDefines the interface for specifying an active connection establishment strategy for a SVC_HANDLER
oCACE_Connection_Recycling_StrategyDefines the interface for a connection recycler
oCACE_ConnectorGeneric factory for actively connecting clients and creating service handlers (SVC_HANDLERs)
oCACE_Connector_BaseThis base interface allows ACE_NonBlocking_Connect_Handler to only care about the SVC_HANDLER template parameter of the ACE_Connector. Otherwise, ACE_NonBlocking_Connect_Handler would have to be configured with all the template parameters that ACE_Connector is configured with
oCACE_Control_BlockThis information is stored in memory allocated by the <Memory_Pool>
oCACE_Copy_DisabledHelper class to disable copy construction and assignment
oCACE_Countdown_TimeKeeps track of the amount of elapsed time
oCACE_Countdown_Time_T
oCACE_Creation_StrategyDefines the interface for specifying a creation strategy for a SVC_HANDLER
oCACE_Data_BlockStores the data payload that is accessed via one or more ACE_Message_Block's
oCACE_Date_TimeSystem independent representation of date and time
oCACE_Deadline_Message_StrategyDeadline based message priority strategy
oCACE_Delegating_Time_PolicyImplement a time policy that delegates to a dynamic time policy
oCACE_DEVDefines the member functions for the base class of the ACE_DEV abstraction
oCACE_DEV_AddrDefines device address family address format
oCACE_DEV_ConnectorDefines an active connection factory for the ACE_DEV wrappers
oCACE_DEV_IORead/Write operations on Devices
oCACE_Dev_Poll_Handler_GuardClass used to make event handler reference count manipulation exception-safe
oCACE_Dev_Poll_ReactorA `/dev/poll' or `/dev/epoll' based Reactor implemenatation
oCACE_Dev_Poll_Reactor_NotifyEvent handler used for unblocking the ACE_Dev_Poll_Reactor from its event loop
oCACE_DirentDefine a portable C++ directory-entry iterator based on the POSIX API
oCACE_Dirent_SelectorDefine a portable C++ directory-entry iterator based on the POSIX scandir API
oCACE_DLLProvides an abstract interface for handling various DLL operations
oCACE_DLL_HandleProvides an abstract interface for handling various DLL operations
oCACE_DLL_ManagerThis class is a singleton and serves as a factory and repository for instances of ACE_DLL_Handle
oCACE_DLL_Singleton_Adapter_T
oCACE_DLL_Singleton_TSame as ACE_Singleton, except that it registers for destruction with the ACE_Framework_Repository instead of with the ACE_Object_Manager directly
oCACE_DLL_StrategyDefines the interface for specifying a creation strategy for a SVC_HANDLER based on dynamic linking of the SVC_HANDLER
oCACE_DLListA double-linked list container class
oCACE_DLList_IteratorA double-linked list container class iterator
oCACE_DLList_NodeBase implementation of element in a DL list. Needed for ACE_Double_Linked_List
oCACE_DLList_Reverse_IteratorA double-linked list container class iterator
oCACE_DNodeImplementation element in a bilinked list
oCACE_Double_Linked_ListA double-linked list implementation
oCACE_Double_Linked_List_IteratorImplements an iterator for a double linked list ADT
oCACE_Double_Linked_List_Iterator_BaseImplements a common base class for iterators for a double linked list ADT
oCACE_Double_Linked_List_Reverse_IteratorImplements a reverse iterator for a double linked list ADT
oCACE_DumpableBase class that defines a uniform interface for all object dumping
oCACE_Dumpable_AdapterThis class inherits the interface of the abstract ACE_Dumpable class and is instantiated with the implementation of the concrete component class <class concrete>="">
oCACE_Dumpable_PtrA smart pointer stored in the in-memory object database ACE_ODB. The pointee (if any) is deleted when reassigned
oCACE_DynamicChecks to see if an object was dynamically allocated
oCACE_Dynamic_Cached_AllocatorA size-based allocator that caches blocks for quicker access
oCACE_Dynamic_Message_QueueA derived class which adapts the ACE_Message_Queue class in order to maintain dynamic priorities for enqueued <ACE_Message_Blocks> and manage the queue order according to these dynamic priorities
oCACE_Dynamic_Message_StrategyAn abstract base class which provides dynamic priority evaluation methods for use by the ACE_Dynamic_Message_Queue class or any other class which needs to manage the priorities of a collection of ACE_Message_Blocks dynamically
oCACE_Dynamic_ServiceProvides a general interface to retrieve arbitrary objects from the ACE service repository
oCACE_Dynamic_Service_BaseBase class for all ACE_Dynamic_Service instantiations
oCACE_Dynamic_Service_DependencyProvides a way to declare dependency on specific service, thus helping to avoid order of initialization issues with instances of an objects whose implementation code resides in dynamically loaded services
oCACE_Dynamic_Time_Policy_baseAbstract base class for dynamically loaded and/or shared time policies
oCACE_Dynamic_Time_Policy_Base
oCACE_EH_Dispatch_InfoThis structure contains information of the activated event handler
oCACE_Env_ValueEnvironment Variable Value
oCACE_Equal_ToFunction object for comparing two objects of the given type for equality
oCACE_Equal_To< ACE_CString >Function object for determining whether two ACE_CStrings are equal
oCACE_Equal_To< ACE_INT16 >Function object for determining whether two 16 bit ints are equal
oCACE_Equal_To< ACE_INT32 >Function object for determining whether two 32 bit ints are equal
oCACE_Equal_To< ACE_UINT16 >Function object for determining whether two unsigned 16 bit ints are equal
oCACE_Equal_To< ACE_UINT32 >Function object for determining whether two unsigned 32 bit ints are equal
oCACE_Equal_To< ACE_UINT64 >Function object for determining whether two unsigned 64 bit ints are equal
oCACE_Equal_To< char * >Function object for determining whether two non-const strings are equal
oCACE_Equal_To< const char * >Function object for determining whether two const strings are equal
oCACE_Equal_To< const wchar_t * >Function object for determining whether two const strings are equal
oCACE_Equal_To< std::string >Function object for determining whether two std::strings are equal
oCACE_Equal_To< wchar_t * >Function object for determining whether two non-const strings are equal
oCACE_Errno_GuardProvides a wrapper to improve performance when thread-specific errno must be saved and restored in a block of code
oCACE_Event_BaseA base class for wrappers around the Win32 event locking mechanism
oCACE_Event_HandlerProvides an abstract interface for handling various types of I/O, timer, and signal events
oCACE_Event_Handler_Handle_Timeout_UpcallFunctor for Timer_Queues
oCACE_Event_Handler_TEnable a class that doesn't inherit from the ACE_Event_Handler to be incorporated into the ACE_Reactor framework. Thanks to Greg Lavender (g.lav.nosp@m.ende.nosp@m.r@iso.nosp@m.de.c.nosp@m.om) for sharing this idea
oCACE_Event_Handler_varAuto pointer like class for Event Handlers
oCACE_Event_TA wrapper around the Win32 event locking mechanism
oCACE_Event_TupleAn ACE_Event_Handler and its associated ACE_HANDLE
oCACE_FIFOAbstract base class for UNIX FIFOs
oCACE_FIFO_Caching_StrategyThe First In First Out strategy is implemented wherein each item is ordered
oCACE_FIFO_RecvReceiver side of the bytestream C++ wrapper for UNIX FIFOs
oCACE_FIFO_Recv_MsgReceiver side for the record oriented C++ wrapper for UNIX FIFOs
oCACE_FIFO_SendSender side for the bytestream C++ wrapper for UNIX FIFOs
oCACE_FIFO_Send_MsgSender side for the Record oriented C++ wrapper for UNIX FIFOs
oCACE_FILEDefines the core methods of the ACE_FILE abstraction
oCACE_FILE_AddrDefines the FILE address family address format
oCACE_FILE_ConnectorDefines an active connection factory for the ACE_FILE wrappers
oCACE_FILE_InfoAbstracts basic OS FILE information
oCACE_FILE_IORead/Write operations on Files
oCACE_File_LockA wrapper around the UNIX file locking mechanism
oCACE_FilecacheA hash table holding the information about entry point into the Cached Virtual Filesystem. On insertion, the reference count is incremented. On destruction, reference count is decremented
oCACE_Filecache_HandleAbstraction over a real file. This is meant to be the entry point into the Cached Virtual Filesystem
oCACE_Filecache_ObjectAbstraction over a real file. This is what the Virtual Filesystem contains. This class is not intended for general consumption. Please consult a physician before attempting to use this class
oCACE_Fixed_SetImplement a simple unordered set of {T} with maximum {ACE_SIZE}
oCACE_Fixed_Set_Const_IteratorIterates through a const unordered set
oCACE_Fixed_Set_IteratorIterates through an unordered set
oCACE_Fixed_Set_Iterator_BaseImplements a common base class for iterators for a unordered set
oCACE_Fixed_StackImplement a generic LIFO abstract data type
oCACE_Flow_SpecWrapper class that defines the flow spec QoS information, which is used by IntServ (RSVP) and DiffServ
oCACE_FPointer_Time_Policy
oCACE_FPointer_Timer_PolicyImplement a time policy based on a function pointer
oCACE_Framework_ComponentBase class that defines a uniform interface for all managed framework components
oCACE_Framework_Component_TThis class inherits the interface of the abstract ACE_Framework_Component class and is instantiated with the implementation of the concrete component class class Concrete
oCACE_Framework_RepositoryContains all framework components used by an application
oCACE_Free_ListImplements a free list
oCACE_FutureThis class implements a ``single write, multiple read'' pattern that can be used to return results from asynchronous method invocations
oCACE_Future_HolderImplementation of object that holds an ACE_Future
oCACE_Future_ObserverACE_Future_Observer<T>
oCACE_Future_RepACE_Future_Rep<T>
oCACE_Future_SetThis class implements a mechanism that allows the values of a collection of ACE_Future objects to be accessed by reader threads as they become available. The caller(s) provide the ACE_Future_Set (i.e. the observer...) with the collection of ACE_Future objects (i.e. the subjects...) that are to be observed using the the ACE_Future_Set::insert() method. The caller(s) may then iterate over the collection in the order in which they become readable using the ACE_Future_Set::next_readable() method
oCACE_Get_OptIterator for parsing command-line arguments
oCACE_GuardThis data structure is meant to be used within a method or function... It performs automatic acquisition and release of a parameterized synchronization object ACE_LOCK
oCACE_Guard< ACE_Null_Mutex >Template specialization of ACE_Guard for the ACE_Null_Mutex
oCACE_Handle_GobblerThis class gobbles up handles
oCACE_Handle_SetC++ wrapper facade for the socket fd_set abstraction
oCACE_Handle_Set_IteratorIterator for the ACE_Handle_Set abstraction
oCACE_HandlerThis base class defines the interface for receiving the results of asynchronous operations
oCACE_Handler_Caching_UtilityDefines a helper class for the Caching Strategies
oCACE_Handler_Cleanup_StrategyDefines a strategy to be followed for cleaning up entries which are svc_handlers from a container
oCACE_HashFunction object for hashing
oCACE_Hash< ACE_CString >Function object for hashing a ACE_CString
oCACE_Hash< ACE_INT64 >Function object for hashing a signed 64-bit number
oCACE_Hash< ACE_UINT64 >Function object for hashing an unsigned 64-bit number
oCACE_Hash< char * >Function object for hashing a string
oCACE_Hash< char >Function object for hashing a char
oCACE_Hash< const char * >Function object for hashing a const string
oCACE_Hash< const wchar_t * >Function object for hashing a const string
oCACE_Hash< int >Function object for hashing an int number
oCACE_Hash< long >Function object for hashing a long number
oCACE_Hash< short >Function object for hashing a short number
oCACE_Hash< signed char >Function object for hashing a signed char
oCACE_Hash< std::string >Function object for hashing a std::string
oCACE_Hash< unsigned char >Function object for hashing an unsigned char
oCACE_Hash< unsigned int >Function object for hashing an unsigned int number
oCACE_Hash< unsigned long >Function object for hashing an unsigned long number
oCACE_Hash< unsigned short >Function object for hashing an unsigned short number
oCACE_Hash< void * >Function object for hashing a void *
oCACE_Hash< wchar_t * >Function object for hashing a string
oCACE_Hash< wchar_t >Function object for hashing a wchar_t
oCACE_Hash_Cache_Map_ManagerDefines a abstraction which will purge entries from a map. The map considered is the ACE_Hash_Map_Manager_Ex
oCACE_Hash_Map_Bucket_IteratorForward iterator for the ACE_Hash_Map_Manager_Ex which only traverses a particular bucket. The particular bucket is specified by the <EXT_ID> parameter specified in the constructor
oCACE_Hash_Map_Const_IteratorWrapper for backward compatibility
oCACE_Hash_Map_Const_Iterator_Base_ExBase const iterator for the ACE_Hash_Map_Manager_Ex
oCACE_Hash_Map_Const_Iterator_ExConst forward iterator for the ACE_Hash_Map_Manager_Ex
oCACE_Hash_Map_Const_Reverse_Iterator_ExConst reverse iterator for the ACE_Hash_Map_Manager_Ex
oCACE_Hash_Map_EntryDefine an entry in the hash table
oCACE_Hash_Map_IteratorWrapper for backward compatibility
oCACE_Hash_Map_Iterator_Base_ExBase iterator for the ACE_Hash_Map_Manager_Ex
oCACE_Hash_Map_Iterator_ExForward iterator for the ACE_Hash_Map_Manager_Ex
oCACE_Hash_Map_ManagerWrapper for backward compatibility
oCACE_Hash_Map_Manager_ExDefine a map abstraction that efficiently associates EXT_ID type objects with INT_ID type objects
oCACE_Hash_Map_Manager_Ex_AdapterDefines a map implementation
oCACE_Hash_Map_Manager_Ex_Iterator_AdapterDefines a iterator implementation for the Hash_Map_Manager_Adapter
oCACE_Hash_Map_Manager_Ex_Reverse_Iterator_AdapterDefines a reverse iterator implementation for the Hash_Map_Manager_Adapter
oCACE_Hash_Map_Reverse_IteratorWrapper for backward compatibility
oCACE_Hash_Map_Reverse_Iterator_ExReverse iterator for the ACE_Hash_Map_Manager_Ex
oCACE_Hash_Map_With_AllocatorThis class is a thin wrapper around ACE_Hash_Map_Manager, which comes handy when ACE_Hash_Map_Manager is to be used with a non-nil ACE_Allocator. This wrapper insures that the appropriate allocator is in place for every operation that accesses or updates the hash map
oCACE_Hash_Multi_Map_Bucket_IteratorForward iterator for the ACE_Hash_Multi_Map_Manager which only traverses a particular bucket. The particular bucket is specified by the EXT_ID parameter specified in the constructor
oCACE_Hash_Multi_Map_Const_IteratorConst forward iterator for the ACE_Hash_Multi_Map_Manager
oCACE_Hash_Multi_Map_Const_Iterator_BaseBase const iterator for the ACE_Hash_Multi_Map_Manager
oCACE_Hash_Multi_Map_EntryDefine an entry in the hash table
oCACE_Hash_Multi_Map_IteratorForward iterator for the ACE_Hash_Multi_Map_Manager
oCACE_Hash_Multi_Map_Iterator_BaseBase iterator for the ACE_Hash_Multi_Map_Manager
oCACE_Hash_Multi_Map_ManagerDefine a multi-map abstraction that efficiently associates the keys with their different values
oCACE_Hash_Multi_Map_Reverse_IteratorReverse iterator for the ACE_Hash_Multi_Map_Manager
oCACE_HashableACE_Hashable
oCACE_High_Res_TimerA high resolution timer class wrapper that encapsulates OS-specific high-resolution timers, such as those found on Solaris, AIX, Win32/Pentium, and VxWorks
oCACE_HR_Time_PolicyImplement a time policy based on the ACE Highres timer
oCACE_ICMP_SocketAn abstract class that forms the basis for usage of the ICMP protocol (that is, support for things such as ping)
oCACE_Incremental_Key_GeneratorDefines a simple incremental key generator
oCACE_INET_AddrDefines a C++ wrapper facade for the Internet domain address family format
oCACE_Ini_ImpExpImports the configuration database from filename as strings. Allows non-typed values. (no #, dword: hex:, etc. prefixes) and skips whitespace (tabs and spaces) as in standard .ini and .conf files. Values (to right of equal sign) can be double quote delimited to embed tabs and spaces in the string. Caller must convert string to type
oCACE_InputCDRA CDR stream for demarshalling CDR-encoded data
oCACE_IntCapEntryThis class implement the ACE Integer Capability subclass
oCACE_Intrusive_Auto_PtrThis class implements support for a reference counted auto_ptr. It assumes reference counting abilities of the parameterizing class
oCACE_Intrusive_ListImplement an intrusive double linked list
oCACE_Intrusive_List_NodeImplement the requirements for ACE_Intrusive_List
oCACE_IO_Cntl_MsgData format for IOCTL messages
oCACE_IO_SAPDefines the methods for the base class of the ACE_IO_SAP abstraction, which includes ACE_FILE and ACE_DEV
oCACE_IOStreamA template adapter for creating an iostream-like object using an ACE IPC Stream for the actual I/O. Iostreams use an underlying streambuf object for the IO interface. The iostream class and derivatives provide you with a host of convenient operators that access the streambuf
oCACE_IPC_SAPDefines the member functions for the base class of the ACE_IPC_SAP abstraction
oCACE_IteratorDefines the iterator interface
oCACE_Iterator_ImplDefines a abstract iterator
oCACE_Laxity_Message_StrategyLaxity based message priority strategy
oCACE_Less_ThanFunction object for determining whether the first object of the given type is less than the second object of the same type
oCACE_Less_Than< ACE_CString >Function object for determining whether the first const string is less than the second const string
oCACE_Less_Than< char * >Function object for determining whether the first string is less than the second string
oCACE_Less_Than< const char * >Function object for determining whether the first const string is less than the second const string
oCACE_Less_Than< const wchar_t * >Function object for determining whether the first const string is less than the second const string
oCACE_Less_Than< std::string >Function object for determining whether the first const string is less than the second const string
oCACE_Less_Than< wchar_t * >Function object for determining whether the first string is less than the second string
oCACE_LFU_Caching_StrategyDefines a Least Frequently Used strategy for which will decide on the item to be removed from the cache
oCACE_Lite_MMAP_Memory_PoolMake a ``lighter-weight'' memory pool based ACE_Mem_Map
oCACE_Local_Memory_PoolMake 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..
oCACE_Local_Memory_Pool_OptionsHelper class for Local Memory Pool constructor options
oCACE_Local_MutexClass that acquires, renews, and releases a synchronization token local to the process
oCACE_Local_Name_SpaceMaintaining accesses Local Name Server Database. Allows to add NameBindings, change them, remove them and resolve NameBindings
oCACE_Local_RLockClass that acquires, renews, and releases a readers lock that is local to the process
oCACE_Local_WLockClass that acquires, renews, and releases a writer lock that is local to the process
oCACE_LockThis is the abstract base class that contains the uniform locking API that is supported by all the ACE synchronization mechanisms
oCACE_Lock_AdapterThis is an adapter that allows applications to transparently combine the ACE_Lock abstract base class (which contains pure virtual methods) with any of the other concrete ACE synchronization classes (e.g., ACE_Mutex, ACE_Semaphore, ACE_RW_Mutex, etc.)
oCACE_LOCK_SOCK_AcceptorSpecialize ACE_SOCK_Acceptor to lock around <accept>;
oCACE_Locked_Data_BlockA Data_Block with a concrete locking strategy
oCACE_Locked_Free_ListImplements a free list
oCACE_Log_CategoryProvides a categorized message logging abstraction
oCACE_Log_Category_TSSThe thread specific object for a ACE_Log_Categy object
oCACE_Log_MsgProvides a variable length argument message logging abstraction
oCACE_Log_Msg_BackendDefines the interface for ACE_Log_Msg back end processing
oCACE_Log_Msg_CallbackAn interface class used to get logging callbacks
oCACE_Log_Msg_IPCDefines the interfaces for ACE_Log_Msg backend
oCACE_Log_Msg_ManagerSynchronize output operations
oCACE_Log_Msg_NT_Event_LogImplements an ACE_Log_Msg_Backend that logs to the WinNT system event log
oCACE_Log_Msg_UNIX_SyslogImplements an ACE_Log_Msg_Backend that logs messages to a UNIX system's syslog facility
oCACE_Log_RecordDefines the structure of an ACE logging record
oCACE_Logging_StrategyThis class provides a way to dynamically configure the ACE logging mechanism at run time as well as enable the mechanisms for limiting log file size and log file backup/rotation capability
oCACE_LRU_Caching_StrategyDefines a Least Recently Used strategy which will decide on the item to be removed from the cache
oCACE_LSOCKCreate a Local ACE_SOCK, which is used for passing file descriptors
oCACE_LSOCK_AcceptorDefines the format and interface for the acceptor side of the local ACE_SOCK ACE_Stream
oCACE_LSOCK_CODgramDefines a fully specified (sometimes called "connected") UNIX-domain datagram abstraction
oCACE_LSOCK_ConnectorDefines the format and interface for the connector side of the ACE_LSOCK_Stream
oCACE_LSOCK_DgramCreate a Local ACE_SOCK datagram
oCACE_LSOCK_StreamCreate a Local ACE_SOCK stream
oCACE_Malloc
oCACE_Malloc_FIFO_Iterator
oCACE_Malloc_FIFO_Iterator_TFIFO iterator for names stored in Malloc'd memory
oCACE_Malloc_LIFO_Iterator
oCACE_Malloc_LIFO_Iterator_TLIFO iterator for names stored in Malloc'd memory
oCACE_Malloc_Lock_Adapter_TTemplate functor adapter for lock strategies used with ACE_Malloc_T
oCACE_Malloc_Lock_Adapter_T< ACE_Null_Mutex >Template specialization of ACE_Malloc_Lock_Adapter_T for the ACE_Null_Mutex
oCACE_Malloc_Lock_Adapter_T< ACE_Process_Semaphore >Template specialization of ACE_Malloc_Lock_Adapter_T for ACE_Process_Semaphore
oCACE_Malloc_Lock_Adapter_T< ACE_Thread_Semaphore >Template specialization of ACE_Malloc_Lock_Adapter_T for ACE_Thread_Semaphore
oCACE_Malloc_TA class template that uses parameterized types to provide an extensible mechanism for encapsulating various dynamic memory management strategies
oCACE_Managed_ObjectWrapper for interface to allocate an object managed by the ACE_Object_Manager
oCACE_Managed_ProcessA process easily managed by ACE_Process_Manager
oCACE_Manual_EventManual Events
oCACE_Manual_Event_T
oCACE_MapDefines a map interface
oCACE_Map_Const_IteratorForward const iterator for the ACE_Map_Manager
oCACE_Map_Const_Iterator_BaseConst iterator for the ACE_Map_Manager
oCACE_Map_EntryAn entry in the Map
oCACE_Map_ImplDefines a map implementation
oCACE_Map_Impl_Iterator_AdapterDefines a iterator implementation for the Map_Impl class
oCACE_Map_Impl_Reverse_Iterator_AdapterDefines a reverse iterator implementation for the Map_Impl class
oCACE_Map_IteratorForward iterator for the ACE_Map_Manager
oCACE_Map_Iterator_BaseIterator for the ACE_Map_Manager
oCACE_Map_ManagerDefine a map abstraction that associates EXT_IDs with INT_IDs
oCACE_Map_Manager_AdapterDefines a map implementation
oCACE_Map_Manager_Iterator_AdapterDefines a iterator implementation for the Map_Manager_Adapter
oCACE_Map_Manager_Reverse_Iterator_AdapterDefines a reverse iterator implementation for the Map Manager
oCACE_Map_Reverse_IteratorReverse Iterator for the ACE_Map_Manager
oCACE_max_align_info
oCACE_MEM_AcceptorDefines the format and interface for the acceptor side of the local mmap stream
oCACE_MEM_AddrDefines a C++ wrapper facade for the shared memory transport address family format
oCACE_MEM_ConnectorDefines the format and interface for connecting to a peer on a ACE_MEM_Stream object
oCACE_MEM_IODefines the methods for the ACE shared memeory wrapper I/O routines (e.g., send/recv). The shared memory transport uses ACE_SOCK_* class to implement the signaling mechanism so we can easily use the new mechanism with the Reactor pattern (which uses select under the hood.) ACE_MEM_Acceptor and ACE_MEM_Connector are used to establish connections. When a connection is established, ACE_MEM_Acceptor creates the MMAP file for data exchange and sends the location of the file (complete path name) to ACE_MEM_Connector thru the socket. ACE_MEM_Connector then reads the location of the file off the socket and opens up the same MMAP file. ACE_MEM_Stream at each side then contains a reference to the ACE_Mallo object using the same MMAP file. When sending information using methods provided in this class, ACE_MEM_IO requests a chunk of memory from the MALLOC_TYPE object, copy the data into the shared memory and send the memory offset (from the start of the ACE_Malloc) across the socket. This action also servers as a signal to the other end. The receiving side then reverses the procedures and copies the information into user buffer
oCACE_Mem_MapC++ interface OS memory mapping system call
oCACE_MEM_SAPDefines the methods of shared memory management for shared memory transport
oCACE_MEM_SAP_Node
oCACE_MEM_StreamDefines the methods in the ACE_MEM_Stream abstraction
oCACE_Member_Function_CommandDefines a class template that allows us to invoke a member function using the GoF command style callback
oCACE_Message_BlockStores messages for use throughout ACE (particularly in an ACE_Message_Queue)
oCACE_Message_QueueA message queuing facility with parameterized synchronization capability. ACE_Message_Queue is modeled after the queueing facilities in System V STREAMs
oCACE_Message_Queue_BaseBase class for ACE_Message_Queue, which is the central queuing facility for messages in the ACE framework
oCACE_Message_Queue_ExA threaded message queueing facility, modeled after the queueing facilities in System V STREAMs
oCACE_Message_Queue_Ex_IteratorIterator for the ACE_Message_Queue_Ex
oCACE_Message_Queue_Ex_NA threaded message queueing facility, modeled after the queueing facilities in System V STREAMs which can enqueue multiple messages in one call
oCACE_Message_Queue_Ex_Reverse_Iterator
oCACE_Message_Queue_FactoryACE_Message_Queue_Factory is a static factory class template which provides a separate factory method for each of the major kinds of priority based message dispatching: static, earliest deadline first (EDF), and minimum laxity first (MLF)
oCACE_Message_Queue_IteratorIterator for the ACE_Message_Queue
oCACE_Message_Queue_NTMessage Queue implementation using IO completion port on NT
oCACE_Message_Queue_Reverse_IteratorReverse Iterator for the ACE_Message_Queue
oCACE_Method_RequestReifies a method into a request. Subclasses must provide the necessary state and behavior
oCACE_MMAP_Memory_PoolMake a memory pool that is based on mmap(2). This implementation allows memory to be shared between processes
oCACE_MMAP_Memory_Pool_OptionsHelper class for MMAP Memory Pool constructor options
oCACE_ModuleAn abstraction for managing a bi-directional flow of messages
oCACE_Module_BaseWorkaround HP/C++ compiler bug with enums in templates
oCACE_Module_TypeDefine the methods for handling the configuration of ACE_Modules
oCACE_Monotonic_Time_PolicyImplement a monotonic time policy for ACE
oCACE_Msg_Log_Cleanup
oCACE_Msg_WFMO_ReactorAn OO event demultiplexor and event handler dispatcher for Win32 <MsgWaitForMultipleObjects>
oCACE_MT_MEM_IO
oCACE_MT_SYNCHImplement a default thread safe synchronization wrapper that typedefs the ACE_Condition and ACE_Mutex to the ACE_Condition and ACE_Mutex versions
oCACE_Multihomed_INET_AddrExtends ACE_INET_Addr with support for multi-homed addresses
oCACE_MutexACE_Mutex wrapper (valid in same process or across processes (depending on TYPE flag)). In general, however, we recommend using ACE_Process_Mutex or ACE_Thread_Mutex rather than ACE_Mutex
oCACE_Mutex_InvariantsMutex Invariants = INVARIANTS
oCACE_Mutex_TokenClass that acquires, renews, and releases a process-local synchronization token
oCACE_Name_BindingMaintains a mapping from name to value and type
oCACE_Name_OptionsManages the options for the ACE Name_Server
oCACE_Name_ProxyProxy for dealing with remote server process managing NET_LOCAL NameBindings
oCACE_Name_ReplyMessage format for delivering replies from the ACE_Name Server
oCACE_Name_RequestMessage format for delivering requests to the ACE_Name Server
oCACE_Name_SpaceAbstract base class that provides an abstract interface to the database without exposing any implemenation details
oCACE_Name_Space_MapThis 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
oCACE_Naming_ContextMaintaining accesses Name Server Databases. Allows to add NameBindings, change them, remove them and resolve NameBindings
oCACE_New_AllocatorDefines a class that provided a simple implementation of memory allocation
oCACE_NodeImplementation element in a Queue, Set, and Stack
oCACE_NonBlocking_Connect_HandlerPerforms non-blocking connects on behalf of the Connector
oCACE_Noop_Command
oCACE_NOOP_Concurrency_StrategyImplements a no-op activation strategy in order to avoid calling open on a svc_handler multiple times
oCACE_NOOP_Creation_StrategyImplements a no-op creation strategy in order to defer decisions regarding creation to some later point in time, such as in connect or accept strategy
oCACE_Noop_Key_GeneratorDefines a noop key generator
oCACE_Noop_Token
oCACE_Notification_BufferSimple wrapper for passing <ACE_Event_Handler *>s and ACE_Reactor_Masks between threads
oCACE_Notification_QueueImplements a user-space queue to send Reactor notifications
oCACE_Notification_Queue_NodeHelper class
oCACE_Notification_StrategyAbstract class used for notifying an interested party
oCACE_NS_InternalThis class and ACE_NS_String are used as Adapters to work with the Map_Manager
oCACE_NS_StringThis class and ACE_NS_Internal are used as Adapters to work with the Map_Manager
oCACE_NS_WStringThis class retain the backward compatibility for ACE_Naming_Context and related classes. The only addition to ACE_WString is a very naive "wchar" to "char" conversion function
oCACE_NT_ServiceProvide the base class which defines the interface for controlling an NT service
oCACE_Null_BarrierImplements "NULL barrier synchronization"
oCACE_Null_Caching_StrategyThe is a special caching strategy which doesnt have the purging feature
oCACE_Null_Caching_UtilityDefines a dummy helper class for the Caching Strategies
oCACE_Null_Cleanup_StrategyDefines a do-nothing implementation of the cleanup strategy
oCACE_Null_MutexImplement a do nothing ACE_Mutex, i.e., all the methods are no ops
oCACE_Null_SemaphoreImplement a do nothing ACE_Semaphore, i.e., all the methods are no ops
oCACE_NULL_SYNCHImplement a do nothing Synchronization wrapper that typedefs the ACE_Condition and ACE_Mutex to the Null* versions
oCACE_Null_TokenNo op class for nonthreaded platform protocols
oCACE_Numeric_Limits
oCACE_ObchunkDefines the state that represents a "chunk" of memory. Evenything in this class is public because it is designed as an internal structure of Obstack_T and users are not supposed to use this class directly
oCACE_Object_ManagerManager for ACE library services and singleton cleanup
oCACE_Object_Manager_BaseBase class for ACE_Object_Manager(s)
oCACE_Object_Manager_ManagerEnsure that the ACE_Object_Manager gets initialized at program startup, and destroyed at program termination
oCACE_Object_Manager_PreallocationsPerforms preallocations of certain statically allocated services needed by ACE
oCACE_Obstack_TDefine a simple "mark and release" memory allocation utility
oCACE_ODBThis is the object database (ODB) that keeps track of all live ACE objects
oCACE_Oneshot_AcceptorGeneric factory for passively connecting clients and creating exactly one service handler of the type SVC_HANDLER specified in the template
oCACE_Ordered_MultiSetImplement a simple ordered multiset of {T} of unbounded size that allows duplicates. This class template requires that < operator semantics be defined for the parameterized type {T}, but does not impose any restriction on how that ordering operator is implemented. The set is implemented as a linked list
oCACE_Ordered_MultiSet_IteratorImplement a bidirectional iterator over an ordered multiset. This class template requires that < operator semantics be defined for the parameterized type {T}, but does not impose any restriction on how that ordering operator is implemented
oCACE_OS_Exit_InfoHold Object Manager cleanup (exit) information
oCACE_OS_Log_Msg_AttributesThe attributes required by ACE_Log_Msg
oCACE_OS_Object_Manager
oCACE_OS_Object_Manager_ManagerEnsure that the ACE_OS_Object_Manager gets initialized at program startup, and destroyed at program termination
oCACE_OS_Thread_AdapterConverts a C++ function into a function that can be called from a thread creation routine (e.g., pthread_create() or _beginthreadex()) that expects an extern "C" entry point. This class also makes it possible to transparently provide hooks to register a thread with an ACE_Thread_Manager
oCACE_OS_Thread_DescriptorParent class of all ACE_Thread_Descriptor classes
oCACE_OutputCDRA CDR stream for marshalling data, most often for transmission to another system which may or may not have the same byte order
oCACE_Pagefile_Memory_PoolMake a memory pool that is based on "anonymous" memory regions allocated from the Win32 page file
oCACE_Pagefile_Memory_Pool_OptionsHelper class for Pagefile Memory Pool constructor options
oCACE_Pair_Caching_UtilityDefines a helper class for the Caching Strategies
oCACE_PI_Control_BlockThis information is stored in memory allocated by the Memory_Pool
oCACE_Ping_SocketThis class is useful to perform ICMP echo checks (pinging) on the party of your interest. It may be used as well to check LAN-adapters against 3rd parties
oCACE_PipeProvides a portable bidirectional "pipe" abstraction
oCACE_Pointer_HashFunction object for hashing pointers
oCACE_POSIX__Asynch_Write_Dgram_ResultThis is class provides concrete implementation for ACE_Asynch_Write_Dgram::Result class
oCACE_POSIX_AIOCB_ProactorThis Proactor makes use of Asynchronous I/O Control Blocks (AIOCB) to notify/get the completion status of the <aio_> operations issued
oCACE_POSIX_Asynch_AcceptFor the POSIX implementation this class is common for all Proactors (AIOCB/SIG/SUN)
oCACE_POSIX_Asynch_Accept_ResultThis is that class which will be passed back to the handler when the asynchronous accept completes
oCACE_POSIX_Asynch_Connect
oCACE_POSIX_Asynch_Connect_ResultThis is that class which will be passed back to the completion handler when the asynchronous connect completes
oCACE_POSIX_Asynch_OperationThis class implements ACE_Asynch_Operation for all implementations of Proactor (AIOCB, SIG, SUN) Specific future implementations can derive from this class
oCACE_POSIX_Asynch_Read_DgramThis class is a factory for starting off asynchronous reads on a UDP socket
oCACE_POSIX_Asynch_Read_Dgram_ResultThis is class provides concrete implementation for ACE_Asynch_Read_Dgram::Result class
oCACE_POSIX_Asynch_Read_FileThis class is a factory for starting off asynchronous reads on a file. This class implements <ACE_Asynch_Read_File> for all POSIX implementations of Proactor
oCACE_POSIX_Asynch_Read_File_ResultThis class provides concrete implementation for <ACE_Asynch_Read_File::Result> class for POSIX platforms
oCACE_POSIX_Asynch_Read_Stream
oCACE_POSIX_Asynch_Read_Stream_ResultThis class provides concrete implementation for <ACE_Asynch_Read_Stream::Result> class for POSIX platforms
oCACE_POSIX_Asynch_Result
oCACE_POSIX_Asynch_TimerThis class is posted to the completion port when a timer expires. When the complete() method of this object is called, the handler's handle_timeout() method will be called
oCACE_POSIX_Asynch_Transmit_FileImplementation for transmit_file will make use of POSIX_Asynch_Transmit_Handler
oCACE_POSIX_Asynch_Transmit_File_ResultThis is that class which will be passed back to the <handler> when the asynchronous transmit file completes
oCACE_POSIX_Asynch_Transmit_HandlerAuxillary handler for doing <Asynch_Transmit_File> in Unix. <ACE_POSIX_Asynch_Transmit_File> internally uses this
oCACE_POSIX_Asynch_Write_DgramThis class is a factory for starting off asynchronous writes on a UDP socket. The UDP socket must be "connected", as there is no facility for specifying the destination address on each send operation
oCACE_POSIX_Asynch_Write_Dgram_Result
oCACE_POSIX_Asynch_Write_File
oCACE_POSIX_Asynch_Write_File_ResultThis class provides implementation for <ACE_Asynch_Write_File_Result> for POSIX platforms
oCACE_POSIX_Asynch_Write_StreamThis class implements <ACE_Asynch_Write_Stream> for all POSIX implementations of ACE_Proactor
oCACE_POSIX_Asynch_Write_Stream_ResultThis class provides concrete implementation for <ACE_Asynch_Write_Stream::Result> on POSIX platforms
oCACE_POSIX_CB_ProactorImplementation of Callback-based Proactor };
oCACE_POSIX_ProactorPOSIX implementation of the Proactor
oCACE_POSIX_Wakeup_Completion
oCACE_Predefined_Naming_ContextsA factory for predefined registries, which exist by default on Win32 platforms
oCACE_Priority_ReactorImplements priority based dispatching
oCACE_ProactorA manager for asynchronous event demultiplexing
oCACE_Proactor_Handle_Timeout_UpcallFunctor for ACE_Timer_Queue
oCACE_Proactor_ImplA manager for asynchronous event demultiplexing. This class is the base class for all the concrete implementation classes
oCACE_Proactor_Timer_HandlerA Handler for timer. It helps in the management of timers registered with the Proactor
oCACE_ProcessProcess
oCACE_Process_ManagerManages a group of processes
oCACE_Process_MutexA wrapper for mutexes that can be used across processes on the same host machine, as well as within a process, of course
oCACE_Process_OptionsProcess Options
oCACE_Process_SemaphoreWrapper for Dijkstra style general semaphores that work across processes
oCACE_Process_StrategyDefines the interface for specifying a concurrency strategy for a SVC_HANDLER based on multiprocessing
oCACE_Profile_TimerThis class provides both a timing mechanism and a mechanism for reporting the resource usage of a process
oCACE_Protocol_Info
oCACE_QoSWrapper class that holds the sender and receiver flow spec information, which is used by IntServ (RSVP) and DiffServ
oCACE_QoS_ParamsWrapper class that simplifies the information passed to the QoS enabled <ACE_OS::connect> and <ACE_OS::join_leaf> methods
oCACE_RB_TreeImplements a Red-Black Tree ADT, according to T. H. Corman, C. E. Leiserson, and R. L. Rivest, "Introduction to Algorithms" 1990, MIT, chapter 14
oCACE_RB_Tree_Base
oCACE_RB_Tree_IteratorImplements an iterator for a Red-Black Tree ADT
oCACE_RB_Tree_Iterator_BaseImplements a common base class for iterators for a Red-Black Tree ADT
oCACE_RB_Tree_NodeImplements a node in a Red-Black Tree ADT
oCACE_RB_Tree_Node_Base
oCACE_RB_Tree_Reverse_IteratorImplements a reverse iterator for a Red-Black Tree ADT
oCACE_Reactive_MEM_IO
oCACE_Reactive_StrategyDefines the interface for specifying a reactive concurrency strategy for a SVC_HANDLER, where all upcalls to handle_*() methods run in the reactor's thread of control
oCACE_ReactorThis class forwards all methods to its delegation/implementation class, e.g., ACE_Select_Reactor or ACE_WFMO_Reactor
oCACE_Reactor_ImplAn abstract class for implementing the Reactor Pattern
oCACE_Reactor_Notification_StrategyUsed to notify an ACE_Reactor
oCACE_Reactor_NotifyAbstract class for unblocking an ACE_Reactor_Impl from its event loop
oCACE_Reactor_Timer_InterfaceInterface for timer related methods on the Reactor
oCACE_Reactor_Token_TUsed as a synchronization mechanism to coordinate concurrent access to an ACE_Reactor_Impl object
oCACE_Read_BufferEfficiently reads an arbitrarily large buffer from an input stream up to and including a termination character. Also performs search/replace on single occurrences a character in the buffer using the principles of Integrated Layer Processing
oCACE_Read_GuardThis class is similar to class ACE_Guard, though it acquires/releases a read lock automatically (naturally, the <ACE_LOCK> it is instantiated with must support the appropriate API)
oCACE_Read_Guard< ACE_Null_Mutex >Template specialization of ACE_Read)Guard for the ACE_Null_Mutex
oCACE_recursive_mutex_state
oCACE_Recursive_Thread_MutexImplement a C++ wrapper that allows nested acquisition and release of a mutex that occurs in the same thread
oCACE_recursive_thread_mutex_tImplement a thin C++ wrapper that allows nested acquisition and release of a mutex that occurs in the same thread
oCACE_Recyclable
oCACE_Recyclable_Handler_Caching_UtilityDefines a helper class for the Caching Strategies
oCACE_Recyclable_Handler_Cleanup_StrategyDefines a strategy to be followed for cleaning up entries which are svc_handlers from a container
oCACE_Recycling_StrategyDefines the interface (and default implementation) for specifying a recycling strategy for a SVC_HANDLER
oCACE_Refcountable_T
oCACE_Refcounted_Auto_PtrThis class implements support for a reference counted auto_ptr. Assigning or copying instances of an ACE_Refcounted_Auto_Ptr will automatically increment the reference count. When the last instance that references a ACE_Refcounted_Auto_Ptr instance is destroyed or overwritten, it will invoke delete on its underlying pointer
oCACE_Refcounted_Auto_Ptr_RepAn ACE_Refcounted_Auto_Ptr_Rep object encapsulates a pointer to an object of type X. It uses a lock object of type ACE_LOCK to protect access to the reference count
oCACE_Refcounted_Hash_Recyclable
oCACE_Refcounted_Recyclable_Handler_Caching_UtilityDefines a helper class for the Caching Strategies
oCACE_Refcounted_Recyclable_Handler_Cleanup_StrategyDefines a strategy to be followed for cleaning up entries which are svc_handlers from a container
oCACE_Reference_PairDefines a pair that only hold references
oCACE_RegistryA Name Server implementation
oCACE_Registry_ImpExpConfiguration object that imports/exports data to a file formatted using the Win32 Registry file export format. This format looks like [Section] "key"="String Data" "key"=dword: numeric data in hexadecimal format "key"=hex: binary data
oCACE_Remote_MutexProxy for acquiring, renewing, and releasing a distributed mutex
oCACE_Remote_Name_SpaceMaintaining accesses Remote Name Server Database. Allows to add NameBindings, change them, remove them and resolve NameBindings
oCACE_Remote_RLockProxy for acquiring, renewing, and releasing a distributed readers lock
oCACE_Remote_Token_ProxyProxy for acquiring, renewing, and releasing a distributed synchronization token
oCACE_Remote_WLockProxy for acquiring, renewing, and releasing a distributed writers lock
oCACE_Reverse_IteratorDefines the reverse iterator interface
oCACE_Reverse_Iterator_ImplDefines a abstract reverse iterator
oCACE_Reverse_LockA reverse (or anti) lock
oCACE_RW_MutexWrapper for readers/writer locks
oCACE_RW_Process_MutexWrapper for readers/writer locks that exist across processes
oCACE_RW_Thread_MutexWrapper for readers/writer locks that exist within a process
oCACE_RW_TokenClass that acquires, renews, and releases a process-local synchronization token
oCACE_RWLock_InvariantsRWLock Invariants
oCACE_Sample_HistorySave multiple samples in an array
oCACE_Sbrk_Memory_PoolMake a memory pool that is based on <sbrk(2)>
oCACE_Sbrk_Memory_Pool_OptionsHelper class for Sbrk Memory Pool constructor options
oCACE_Sched_ParamsContainer for scheduling-related parameters
oCACE_Sched_Priority_IteratorAn iterator over the OS-defined scheduling priorities
oCACE_Schedule_All_Reactive_StrategyDefines the interface for specifying how to suspend and resume a single-threaded reactive service
oCACE_Schedule_All_Threaded_StrategyDefines the interface for specifying how to suspend and resume a multithreaded service
oCACE_Scheduling_StrategyDefines the interface for specifying how to suspend and resume a service
oCACE_SDM_helpers
oCACE_Section_Key_InternalA base class for internal handles to section keys for configuration implementations
oCACE_Section_Key_Win32The Win32 registry implementation of an internal section key
oCACE_Select_Reactor_Handle_SetTrack handles we are interested for various events
oCACE_Select_Reactor_Handler_RepositoryUsed to map ACE_HANDLEs onto the appropriate ACE_Event_Handler *
oCACE_Select_Reactor_Handler_Repository_IteratorIterate through the ACE_Select_Reactor_Handler_Repository
oCACE_Select_Reactor_ImplThis class simply defines how Select_Reactor's basic interface functions should look like and provides a common base class for Select_Reactor using various locking mechanism
oCACE_Select_Reactor_NotifyUnblock the ACE_Select_Reactor from its event loop
oCACE_Select_Reactor_TAn object oriented event demultiplexor and event handler dispatcher
oCACE_SemaphoreWrapper for Dijkstra style general semaphores
oCACE_Service_ConfigSupplies common server operations for dynamic and static configuration of service
oCACE_Service_Config_GuardA guard class, designed to be instantiated on the stack
oCACE_Service_GestaltSupplies common server operations for dynamic and static configuration of services
oCACE_Service_HandlerThis base class defines the interface for the ACE_Asynch_Acceptor to call into when new connection are accepted
oCACE_Service_ManagerProvide a standard ACE service for managing all the services configured in an ACE_Service_Repository
oCACE_Service_ObjectProvide the abstract base class common to all service implementations
oCACE_Service_Object_PtrThis is a smart pointer that holds onto the associated ACE_Service_Object * until the current scope is left, at which point the object's fini() hook is called and the service_object_ gets deleted
oCACE_Service_Object_TypeDefine the methods for handling the configuration of ACE_Service_Objects
oCACE_Service_RepositoryContains all the services offered by a Service Configurator-based application
oCACE_Service_Repository_IteratorIterate through the ACE_Service_Repository
oCACE_Service_TypeKeeps track of information related to the various ACE_Service_Type_Impl subclasses
oCACE_Service_Type_Dynamic_GuardA forward service declaration guard
oCACE_Service_Type_ImplThe abstract base class of the hierarchy that defines the contents of the ACE_Service_Repository. The subclasses of this class allow the configuration of ACE_Service_Objects, ACE_Modules, and ACE_Streams
oCACE_Shared_MemoryThis base class adapts both System V shared memory and "BSD" mmap to a common API
oCACE_Shared_Memory_MMShared memory wrapper based on MMAP
oCACE_Shared_Memory_PoolMake a memory pool that is based on System V shared memory (shmget(2) etc.). This implementation allows memory to be shared between processes. If your platform doesn't support System V shared memory (e.g., Win32 and many RTOS platforms do not) then you should use ACE_MMAP_Memory_Pool instead of this class. In fact, you should probably use ACE_MMAP_Memory_Pool on platforms that do support System V shared memory since it provides more powerful features, such as persistent backing store and greatly scalability
oCACE_Shared_Memory_Pool_OptionsHelper class for Shared Memory Pool constructor options
oCACE_Shared_Memory_SVShared memory wrapper based on System V shared memory
oCACE_Shared_ObjectProvide the abstract base class used to access dynamic linking facilities
oCACE_Sig_ActionC++ wrapper facade for the sigaction struct
oCACE_Sig_AdapterProvide an adapter that transforms various types of signal handlers into the scheme used by the ACE_Reactor
oCACE_Sig_GuardHold signals in MASK for duration of a C++ statement block. Note that a "0" for mask causes all signals to be held
oCACE_Sig_HandlerThis 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
oCACE_Sig_HandlersThis 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
oCACE_Sig_Handlers_Set
oCACE_Sig_SetProvide a C++ wrapper for the C sigset_t interface
oCACE_SingletonA Singleton Adapter uses the Adapter pattern to turn ordinary classes into Singletons optimized with the Double-Checked Locking optimization pattern
oCACE_Singleton_StrategyDefines the interface for specifying a creation strategy for a SVC_HANDLER that always returns the same SVC_HANDLER (i.e., it's a Singleton)
oCACE_SizeCDRA CDR stream for calculating size of the representation
oCACE_SOCKAn abstract class that forms the basis for more specific classes, such as ACE_SOCK_Acceptor and ACE_SOCK_Stream. Do not instantiate this class
oCACE_SOCK_AcceptorDefines a factory that creates new ACE_Streams passively
oCACE_SOCK_CODgramDefines the member functions for the ACE_SOCK connected datagram abstraction
oCACE_SOCK_ConnectorDefines a factory that actively connects to a remote IP address and TCP port, creating a new ACE_SOCK_Stream object
oCACE_SOCK_DgramDefines the member functions for the ACE_SOCK datagram abstraction
oCACE_SOCK_Dgram_BcastDefines the member functions for the ACE_SOCK datagram abstraction
oCACE_SOCK_Dgram_McastDefines the ACE socket wrapper for UDP/IP multicast
oCACE_SOCK_Dgram_SC"Dgram_SC" is short for "Datagram Self-Contained."
oCACE_SOCK_IODefines the methods for the ACE socket wrapper I/O routines described below
oCACE_SOCK_SEQPACK_AcceptorDefines a factory that creates new ACE_Associations passively
oCACE_SOCK_SEQPACK_AssociationDefines the methods in the ACE_SOCK_SEQPACK_Association abstraction
oCACE_SOCK_SEQPACK_ConnectorDefines a factory that actively connects to a remote IP address and TCP port, creating a new ACE_SOCK_SEQPACK_Association object
oCACE_SOCK_StreamDefines the methods in the ACE_SOCK_Stream abstraction
oCACE_SPIPEDefines the member functions for the base class of the ACE_SPIPE abstraction
oCACE_SPIPE_AcceptorA factory class that produces ACE_SPIPE_Stream objects
oCACE_SPIPE_AddrDefines the SVR4 STREAM pipe address family address format
oCACE_SPIPE_ConnectorDefines an active connection factory for ACE_SPIPE_Stream. On Windows this is mapped to Named Pipes, whereas on UNIX it is mapped to STREAM pipes
oCACE_SPIPE_StreamDefines the methods in the ACE_SPIPE_Stream abstraction
oCACE_SStringA very Simple String ACE_SString class. This is not a general-purpose string class, and you should probably consider using ACE_CString is you don't understand why this class exists..
oCACE_Stack_TraceEncapsulate a string representation of a stack trace on supported platforms. Stack traces for code built with optimize=1 (or "Release" configs on Visual Studio) may be misleading (missng frames) due to inlining performed by the compiler, which is indepenent of the inline=0 / inline=1 build option and the ACE_INLINE / ACE_NO_INLINE macros
oCACE_Static_AllocatorDefines a class that provided a highly optimized memory management scheme for allocating memory statically
oCACE_Static_Allocator_BaseDefines a class that provided a highly optimized memory management scheme for allocating memory statically
oCACE_Static_Object_LockProvide an interface to access a global lock
oCACE_Static_Svc_DescriptorHolds the information necessary to describe a statically linked Svc
oCACE_StatsProvides simple statistical analysis
oCACE_Stats_ValueHelper class for ACE_Stats
oCACE_Str_BufSimple wrapper for STREAM pipes strbuf
oCACE_Strategy_AcceptorAbstract factory for creating a service handler (SVC_HANDLER), accepting into the SVC_HANDLER, and activating the SVC_HANDLER
oCACE_Strategy_ConnectorAbstract factory for creating a service handler (SVC_HANDLER), connecting the SVC_HANDLER, and activating the SVC_HANDLER
oCACE_StreamThis class is the primary abstraction for the ASX framework. It is moduled after System V Stream
oCACE_Stream_IteratorIterate through an ACE_Stream
oCACE_Stream_TypeDefine the methods for handling the configuration of ACE_Streams
oCACE_StreambufCreate your custom streambuf by providing and ACE_*_Stream object to this template. I have tested it with ACE_SOCK_Stream and it should work fine for others as well
oCACE_Streambuf_T
oCACE_String_BaseThis class provides a wrapper facade for C strings
oCACE_String_Base_ConstThis class defines a constant for ACE_String_Base which originally was there to circumvent a bug in SunCC 6.0. This could be moved to ACE_String_Base but that adds a lot of footprint to the user applications which is not something we want
oCACE_String_Base_Const_IteratorConst iterator class for the ACE_String_Base class
oCACE_String_Base_IteratorIterator class for the ACE_String_Base class
oCACE_StringCapEntryThis class implement the ACE String Capability subclass
oCACE_Strong_Bound_PtrThis class implements support for a reference counted pointer
oCACE_Sub_Barrier
oCACE_SV_MessageDefines the header file for the C++ wrapper for message queues
oCACE_SV_Message_QueueDefines the header file for the C++ wrapper for System V IPC message queues
oCACE_SV_Semaphore_ComplexThis is a more complex semaphore wrapper that handles race conditions for initialization correctly..
oCACE_SV_Semaphore_SimpleThis 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)
oCACE_SV_Shared_MemoryThis is a wrapper for System V shared memory
oCACE_Svc_Conf_ParamAn instance of this object will be passed down to the yyparse() and yylex() functions
oCACE_Svc_HandlerDefines the interface for a service that exchanges data with its connected peer
oCACE_Synch_OptionsContains the values of options used to determine the synchronous and asynchronous behavior
oCACE_System_TimeDefines 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
oCACE_System_Time_PolicyImplement the system time policy for ACE
oCACE_TaskPrimary interface for application message processing, as well as input and output message queueing
oCACE_Task_BaseDirect base class for the ACE_Task template
oCACE_Task_ExPrimary interface for application message processing, as well as input and output message queueing
oCACE_Task_FlagsThese flags are used within the ACE_Task
oCACE_Test_and_SetImplements the classic ``test and set'' operation
oCACE_ThreadProvides a wrapper for threads
oCACE_Thread_AdapterConverts a C++ function into a function that can be called from a thread creation routine (e.g., pthread_create() or _beginthreadex()) that expects an extern "C" entry point. This class also makes it possible to transparently provide hooks to register a thread with an ACE_Thread_Manager
oCACE_Thread_BarrierImplements "barrier synchronization" using ACE_Thread_Mutexes!
oCACE_Thread_ConditionACE_Condition variable wrapper that works within processes
oCACE_Thread_ControlUsed to keep track of a thread's activities within its entry point function
oCACE_Thread_DescriptorInformation for controlling threads that run under the control of the <Thread_Manager>
oCACE_Thread_Descriptor_BaseBasic information for thread descriptors. These information gets extracted out because we need it after a thread is terminated
oCACE_Thread_ExitKeep exit information for a Thread in thread specific storage. so that the thread-specific exit hooks will get called no matter how the thread exits (e.g., via <ACE_Thread::exit>, C++ or Win32 exception, "falling off the end" of the thread entry point function, etc.)
oCACE_Thread_Exit_MaybeA version of ACE_Thread_Exit that is created dynamically under the hood if the flag is set to TRUE
oCACE_Thread_HookThis class makes it possible to provide user-defined "start" hooks that are called before the thread entry point function is invoked
oCACE_Thread_IDDefines a platform-independent thread ID class. Note that this class should be defined within the scope of a thread, rather than at global scope!
oCACE_Thread_ManagerManages a pool of threads
oCACE_Thread_MutexACE_Thread_Mutex wrapper (only valid for threads in the same process)
oCACE_Thread_SemaphoreWrapper for Dijkstra style general semaphores that work only within one process
oCACE_Thread_StrategyDefines the interface for specifying a concurrency strategy for a SVC_HANDLER based on multithreading
oCACE_Thread_Timer_Queue_AdapterAdapts an ACE timer queue using a separate thread for dispatching
oCACE_Threading_HelperEncapsulates responsibility for allocating, destroying and manipulating the value, associated with a thread-specific key. Relates to the ability of the created thread to inherit the parent thread's gestalt. Designed to be used as an instance member of ACE_Service_Config
oCACE_Threading_Helper< ACE_Null_Mutex >
oCACE_Threading_Helper< ACE_Thread_Mutex >
oCACE_Throughput_StatsA simple class to make throughput and latency analysis
oCACE_Time_Policy_TTemplate class implementing a dynamic time policy based on another time policy
oCACE_Time_ValueOperations on "timeval" structures, which express time in seconds (secs) and microseconds (usecs)
oCACE_Time_Value_T
oCACE_Timer_Hash_Iterator_TIterates over an ACE_Timer_Hash_T
oCACE_Timer_Hash_TProvides a hash table of BUCKETs as an implementation for a timer queue
oCACE_Timer_Hash_UpcallFunctor for Timer_Hash
oCACE_Timer_Heap_Iterator_TIterates over an ACE_Timer_Heap_T
oCACE_Timer_Heap_TProvides a very fast and predictable timer implementation
oCACE_Timer_List_Iterator_TIterates over an ACE_Timer_List
oCACE_Timer_List_TProvides a simple implementation of timers
oCACE_Timer_Node_Dispatch_Info_TMaintains generated dispatch information for Timer nodes
oCACE_Timer_Node_TMaintains the state associated with a Timer entry
oCACE_Timer_Queue_Iterator_TGeneric interface for iterating over a subclass of ACE_Timer_Queue
oCACE_Timer_Queue_TProvides an interface to timers
oCACE_Timer_Queue_Upcall_Base
oCACE_Timer_Wheel_Iterator_TIterates over an ACE_Timer_Wheel
oCACE_Timer_Wheel_TProvides a Timing Wheel version of ACE_Timer_Queue
oCACE_TLIDefines the member functions for the base class of the ACE_TLI abstraction
oCACE_TLI_AcceptorDefines the member functions for ACE_TLI_Acceptor abstraction
oCACE_TLI_ConnectorDefines an active connection factory for the ACE_TLI C++ wrappers
oCACE_TLI_Request
oCACE_TLI_Request_Queue
oCACE_TLI_StreamDefines the member functions for ACE_TLI_Stream abstraction
oCACE_TokenClass that acquires, renews, and releases a synchronization token that is serviced in strict FIFO/LIFO ordering and that also supports (1) recursion and (2) readers/writer semantics
oCACE_Token_CollectionAllows atomic token group operations AND provides a ACE_Token manager interface
oCACE_TOKEN_CONSTNot a public interface
oCACE_Token_Invariant_ManagerToken Invariants
oCACE_Token_ManagerManages all tokens in a process space
oCACE_Token_NameAllows Token_Manger to identify tokens
oCACE_Token_ProxyAbstract representation of ACE tokens
oCACE_Token_Proxy_QueueToken waiter list
oCACE_Token_ReplyMessage format for delivering replies from the ACE_Token Server
oCACE_Token_RequestMessage format for delivering requests to the ACE_Token Server
oCACE_Tokenizer_TTokenizer
oCACE_TokensAbstract representation of ACE tokens
oCACE_TP_ReactorSpecialization of ACE_Select_Reactor to support thread-pool based event dispatching
oCACE_TP_Token_GuardA helper class that helps grabbing, releasing and waiting on tokens for a thread that tries calling handle_events ()
oCACE_TPQ_EntryToken Proxy Queue entry. Used in the ACE_Token_Proxy_Queue
oCACE_TPQ_IteratorIterates through ACE_Token_Proxy_Queues
oCACE_TraceA C++ trace facility that keeps track of which methods are entered and exited
oCACE_TSSAllows 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
oCACE_TSS_AdapterThis class encapsulates a TSS object and its associated C++ destructor function. It is used by the ACE_TSS... methods (in Synch_T.cpp) in order to allow an extern "C" cleanup routine to be used
oCACE_TSS_CleanupSingleton that helps to manage the lifetime of TSS objects and keys
oCACE_TSS_ConnectionClass for providing a connection per thread
oCACE_TSS_InfoThread Specific Key management
oCACE_TSS_KeysCollection of in-use flags for a thread's TSS keys. For internal use only by ACE_TSS_Cleanup; it is public because some compilers can't use nested classes for template instantiation parameters
oCACE_TSS_Ref"Reference count" for thread-specific storage keys
oCACE_TSS_SingletonThis class uses the Adapter pattern to turn ordinary classes into Thread-specific Singletons optimized with the Double-Checked Locking optimization pattern
oCACE_TSS_TPQ_EntryACE_TSS_TPQ_Entry
oCACE_TSS_Type_AdapterAdapter that allows built-in types to be used with ACE_TSS
oCACE_TTY_IOClass definitions for platform specific TTY features
oCACE_Type_Traits
oCACE_Type_Traits< bool >
oCACE_Type_Traits< char >
oCACE_Type_Traits< double >
oCACE_Type_Traits< float >
oCACE_Type_Traits< int >
oCACE_Type_Traits< long >
oCACE_Type_Traits< long double >
oCACE_Type_Traits< long long >
oCACE_Type_Traits< short >
oCACE_Type_Traits< signed char >
oCACE_Type_Traits< TYPE * >
oCACE_Type_Traits< unsigned char >
oCACE_Type_Traits< unsigned int >
oCACE_Type_Traits< unsigned long >
oCACE_Type_Traits< unsigned long long >
oCACE_Type_Traits< unsigned short >
oCACE_Typed_SV_MessageDefines the header file for the C++ wrapper for System V message queues
oCACE_Typed_SV_Message_QueueDefines the header file for the C++ wrapper facade for typed message queues
oCACE_Unbounded_QueueA Queue of "infinite" length
oCACE_Unbounded_Queue_Const_IteratorImplement an iterator over an const unbounded queue
oCACE_Unbounded_Queue_IteratorImplement an iterator over an unbounded queue
oCACE_Unbounded_SetCompatibility wrapper for ACE_Unbounded_Set_Ex
oCACE_Unbounded_Set_Const_IteratorCompatibility wrapper for ACE_Unbounded_Set_Ex_Const_Iterator
oCACE_Unbounded_Set_Default_ComparatorSimple comparator that evaluates equality using == operator
oCACE_Unbounded_Set_ExImplement a simple unordered set of <T> of unbounded size
oCACE_Unbounded_Set_Ex_Const_IteratorImplement an const iterator over an unbounded set
oCACE_Unbounded_Set_Ex_IteratorImplement an iterator over an unbounded set
oCACE_Unbounded_Set_IteratorCompatibility wrapper for ACE_Unbounded_Set_Ex_Iterator
oCACE_Unbounded_StackImplement a generic LIFO abstract data type
oCACE_Unbounded_Stack_IteratorImplement an iterator over an unbounded Stack
oCACE_UNIX_AddrDefines the ``UNIX domain address family'' address format
oCACE_Unmanaged_SingletonSame as ACE_Singleton, except does not register with ACE_Object_Manager for destruction
oCACE_Unmanaged_TSS_SingletonSame as ACE_TSS_Singleton, except does not register with ACE_Object_Manager for destruction
oCACE_UPIPE_AcceptorDefines the format and interface for the listener side of the ACE_UPIPE_Stream
oCACE_UPIPE_ConnectorDefines an active connection factory for the ACE_UPIPE_STREAM wrappers
oCACE_UPIPE_StreamDefines the method that transfer data on a UPIPE
oCACE_UUID
oCACE_UUID_Generator
oCACE_VectorDefines an STL-like vector container
oCACE_Vector_IteratorImplement an iterator over an ACE_Vector
oCACE_Wakeup_All_Threads_HandlerThis is a helper class whose sole purpose is to handle events on <ACE_WFMO_Reactor->wakeup_all_threads_>
oCACE_WChar_Codeset_TranslatorCodeset translation routines common to both Output and Input CDR streams
oCACE_Weak_Bound_PtrThis class implements support for a weak pointer that complements ACE_Strong_Bound_Ptr
oCACE_WFMO_ReactorAn object oriented event demultiplexor and event handler. ACE_WFMO_Reactor is a Windows-only implementation of the ACE_Reactor interface that uses the WaitForMultipleObjects() event demultiplexer
oCACE_WFMO_Reactor_Handler_RepositoryUsed to map ACE_HANDLEs onto the appropriate ACE_Event_Handler * and other information
oCACE_WFMO_Reactor_NotifyUnblock the <ACE_WFMO_Reactor> from its event loop, passing it an optional ACE_Event_Handler to dispatch
oCACE_Wide_To_AsciiA lightweight wchar* to char* string conversion class
oCACE_WIN32_Asynch_TimerThis class is posted to the completion port when a timer expires. When the complete method of this object is called, the handler's handle_timeout method will be called
oCACE_WIN32_ProactorA manager for asynchronous event demultiplexing on Win32
oCACE_WIN32_Wakeup_Completion
oCACE_Write_GuardThis class is similar to class ACE_Guard, though it acquires/releases a write lock automatically (naturally, the <ACE_LOCK> it is instantiated with must support the appropriate API)
oCACE_Write_Guard< ACE_Null_Mutex >Template specialization of ACE_Write_Guard for the ACE_Null_Mutex
oCACE_XML_Svc_ConfThis abstract class defines the common operations ACE_Service_Config expects when using the XML Service Config Parser
oCAdminAccesses monitor points or groups and manages the registries
oCauto_ptrImplements the draft C++ standard auto_ptr abstraction
oCcancel_state
oCControlActionBase class for control actions initiated by the application or by constraint evaluation trigger
oCcpu_set_t
oCdirent
oCframe_state
oCHash_Token
oCicmp
oCip
oCmsghdr
oCNULL_Time_Policy
oCrusage
oCsemun
oCsiginfo_t
oCstrbuf
oCtimespec
oCtruncate_castHelper function to truncate an integral value to the maximum value of the given type
\CTSS_Cleanup_Instance