Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Functor.h File Reference

Functor.h,v 4.23 2002/05/02 04:08:13 ossama Exp. More...

#include "ace/pre.h"
#include "ace/ACE.h"
#include "ace/Functor_T.h"
#include "ace/post.h"

Include dependency graph for Functor.h:

Include dependency graph

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

Included by dependency graph

Compounds

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 >
 Function object for hashing a char. More...


Detailed Description

Functor.h,v 4.23 2002/05/02 04:08:13 ossama Exp.

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 Thu Oct 10 16:21:10 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001