#include "ace/config-all.h"
#include "ace/Global_Macros.h"
#include "ace/Auto_Functor.inl"
#include "ace/Auto_Functor.cpp"
Include dependency graph for Auto_Functor.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | ACE_Utils |
Classes | |
struct | ACE_Utils::Auto_Functor_Ref< X, Functor > |
Helper class to implement assignment and copy-construction as expected. More... | |
class | ACE_Utils::Auto_Functor< X, Functor > |
Helper template to implement auto_ptr<>-like classes, but executing a functor in the destructor, instead of always deleting things. More... |