KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
kjb::Temporary_Recursively_Removing_Directory Struct Reference

create a temp directory that destroys itself with "rm -rf" command. More...

#include <l_stdio_wrap.h>

Inheritance diagram for kjb::Temporary_Recursively_Removing_Directory:
kjb::Temporary_Directory

Public Member Functions

 Temporary_Recursively_Removing_Directory ()
 
 ~Temporary_Recursively_Removing_Directory ()
 
- Public Member Functions inherited from kjb::Temporary_Directory
 Temporary_Directory ()
 
int remove ()
 
int recursively_remove ()
 
const std::string & get_pathname () const
 get the filename of this object (if still valid) More...
 
bool set_silence_flag (bool new_silence_setting=true)
 By default the dtor prints errors (if any) – you can suppress it. More...
 

Detailed Description

create a temp directory that destroys itself with "rm -rf" command.

Constructor & Destructor Documentation

kjb::Temporary_Recursively_Removing_Directory::Temporary_Recursively_Removing_Directory ( )
inline
kjb::Temporary_Recursively_Removing_Directory::~Temporary_Recursively_Removing_Directory ( )
inline

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