Chemical Data Processing Library C++ API - Version 1.4.0
Classes | Namespaces
FileRemover.hpp File Reference

Definition of class CDPL::Util::FileRemover. More...

#include <string>
#include "CDPL/Util/APIPrefix.hpp"

Go to the source code of this file.

Classes

class  CDPL::Util::FileRemover
 RAII helper that deletes a file when the FileRemover instance goes out of scope (unless released beforehand). Useful for guaranteeing the cleanup of temporary files. More...
 

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Util
 Contains general purpose algorithms, containers, functors and other classes.
 

Detailed Description

Definition of class CDPL::Util::FileRemover.