Public Member Functions | |
void | add (const std::string &filename) |
void | del (const std::string &filename) |
PendingRemovals () | |
void | unlink_all () |
~PendingRemovals () | |
Public Attributes | |
std::function< void()> * | atquit_handler |
Cleanup list of temporary files/dirs to be removed at exit.
PendingRemovals | ( | ) |
~PendingRemovals | ( | ) |
void add | ( | const std::string & | filename | ) |
void del | ( | const std::string & | filename | ) |
void unlink_all | ( | ) |
std::function<void()>* atquit_handler |