NCBI C++ ToolKit
|
Search Toolkit Book for CFileDeleteAtExit
#include <corelib/ncbifile.hpp>
Static Public Member Functions | |
static void | Add (const string &path) |
Add the name of a dir entry; it will be deleted on (normal) exit. More... | |
static const CFileDeleteList & | GetDeleteList () |
Get underlying static CFileDeleteList object. More... | |
static void | SetDeleteList (CFileDeleteList &list) |
Set the underlying static CFileDeleteList object. More... | |
This class is used to mark dir entries for deletion at application exit.
Definition at line 2321 of file ncbifile.hpp.