Functor.h File Reference

#include "ace/Basic_Types.h"
#include "ace/Functor.inl"

Include dependency graph for Functor.h:

This graph shows which files directly or indirectly include this file:


Classes

class  ACE_Command_Base
 Defines an abstract class that allows us to invoke commands without knowing anything about the implementation. More...
class  ACE_Hash< char >
class  ACE_Hash< signed char >
class  ACE_Hash< unsigned char >
class  ACE_Hash< short >
class  ACE_Hash< unsigned short >
class  ACE_Hash< int >
class  ACE_Hash< unsigned int >
class  ACE_Hash< long >
class  ACE_Hash< unsigned long >
class  ACE_Hash< ACE_INT64 >
class  ACE_Hash< ACE_UINT64 >
class  ACE_Hash< const char * >
class  ACE_Hash< char * >
class  ACE_Hash< void * >
class  ACE_Equal_To< const char * >
class  ACE_Equal_To< char * >
class  ACE_Equal_To< ACE_UINT16 >
class  ACE_Equal_To< ACE_INT16 >
class  ACE_Equal_To< ACE_UINT32 >
class  ACE_Equal_To< ACE_INT32 >
class  ACE_Equal_To< ACE_UINT64 >
class  ACE_Less_Than< const char * >
class  ACE_Less_Than< char * >
class  ACE_Hash< wchar_t >
class  ACE_Hash< const wchar_t * >
class  ACE_Hash< wchar_t * >
class  ACE_Equal_To< const wchar_t * >
class  ACE_Equal_To< wchar_t * >
class  ACE_Less_Than< const wchar_t * >
class  ACE_Less_Than< wchar_t * >

Detailed Description

Id
Functor.h 74005 2006-08-14 11:30:00Z johnnyw

Non-templatized classes and class template specializations for implementing function objects that are used in various places in ACE. There are currently two major categories of function objects in ACE: GoF Command Pattern objects, and STL-style functors for comparison of container elements. The command objects are invoked via an execute () method, while the STL-style functors are invoked via an operator() () method. Non-templatized classes for implementing the GoF Command Pattern, also known as functors or function objects.

Author:
Chris Gill <cdgill@cs.wustl.edu>

Based on Command Pattern implementations originally done by

Carlos O'Ryan <coryan@cs.wustl.edu>

Douglas C. Schmidt <schmidt@cs.wustl.edu>

Sergio Flores-Gaitan <sergio@cs.wustl.edu>

and on STL-style functor implementations originally done by

Irfan Pyarali <irfan@cs.wustl.edu>


Generated on Mon Jun 25 16:19:17 2007 for ACE by  doxygen 1.5.2-2