Functor_T.h File Reference#include "ace/Functor.h" #include "ace/Functor_String.h" #include "ace/Functor_T.inl" #include "ace/Functor_T.cpp"
Include dependency graph for Functor_T.h:
![]()
This graph shows which files directly or indirectly include this file:
![]()
Detailed Description
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.
Generated on Mon Sep 15 06:57:28 2008 for ACE by ![]() |