Herwig 7.3.0
|
Handle directories for external library and grid storage. More...
#include <RunDirectories.h>
Public Member Functions | |
RunDirectories () | |
Default constructor fills the directory list to test. | |
operator bool () const | |
Return true, if there are run directories still to be considered. | |
bool | operator! () const |
Return true, if there are no run directories still to be considered. | |
std::string | nextRunStorage () |
Return the next run directory to be considered and pop it from the stack. | |
Private Attributes | |
std::list< std::string > | directoriesLeft |
The current run directory stack under consideration. | |
Handle directories for external library and grid storage.
Definition at line 26 of file RunDirectories.h.
|
inline |
Return true, if there are run directories still to be considered.
Definition at line 76 of file RunDirectories.h.
References directoriesLeft.
|
inline |
Return true, if there are no run directories still to be considered.
Definition at line 81 of file RunDirectories.h.
References directoriesLeft.
|
private |
The current run directory stack under consideration.
Definition at line 109 of file RunDirectories.h.
Referenced by operator bool(), and operator!().