Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::Cleaner Class Reference

#include <elm/util/Cleaner.h>

+ Inheritance diagram for elm::Cleaner:

Public Member Functions

virtual void clean (void)
 
virtual ~Cleaner (void)
 

Detailed Description

Cleaner is an interface shared by object needed some kind of release at some program point (like the end of a program). Actually, Cleaner is used in CleanList to record a list of clean-up that may be invoked together. ELM provides a set of ready-to-use cleaner like:

Constructor & Destructor Documentation

virtual elm::Cleaner::~Cleaner ( void  )
virtual

Member Function Documentation

virtual void elm::Cleaner::clean ( void  )
virtual

Reimplemented in elm::Deletor< T >.


The documentation for this class was generated from the following file: