Create a "lock file", removing it upon class destruction.
More...
|
static bool | IsLocked (std::string path) |
| Check if the given lock file exists. More...
|
|
Create a "lock file", removing it upon class destruction.
Definition at line 42 of file routing_master.cc.
LockFile::LockFile |
( |
std::string |
path | ) |
|
|
inlineexplicit |
Create a lock file with the given path.
- Parameters
-
Definition at line 49 of file routing_master.cc.
static bool LockFile::IsLocked |
( |
std::string |
path | ) |
|
|
inlinestatic |
Check if the given lock file exists.
- Parameters
-
- Returns
- Whether the lock file exists, as determined by boost::filesystem
Definition at line 67 of file routing_master.cc.
The documentation for this class was generated from the following file: