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

Functor_T.h File Reference

#include "ace/pre.h"
#include "ace/Functor.h"
#include "ace/post.h"

Include dependency graph for Functor_T.h:

Include dependency graph

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

Included by dependency graph

Compounds

class  ACE_Command_Callback
class  ACE_Equal_To
class  ACE_Hash
class  ACE_Less_Than
class  ACE_Pointer_Hash

Detailed Description

Functor_T.h,v 4.14 2000/11/01 22:16:22 coryan Exp

Templatized classes 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.

Author(s):
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 at Sat Dec 1 10:25:26 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000