DirectoryLock::Push Class Reference

#include <DirectoryLock.h>

Public Member Functions

 Push (DirectoryLock &lock)
 Constructor locks the target working directory and changes to it.
 
 ~Push ()
 Unlocks the target working directory and restores.
 

Detailed Description

On construction, this class 1) saves the name of the current working directory 2) locks the target working directory; and 3) changes the current working directory to the target working directory

On destruction, this class A) unlocks the target working directory; and B) changes the current working directory to the saved working directory


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

Generated using doxygen 1.8.17