![]() |
|
PhoenixClockMock
1.0.0
Tool to manipulate mock of clock
|
Include dependency graph for main_restore.cpp:Go to the source code of this file.
Functions | |
| OptionParser | createOptionParser () |
| Create the OptionParser of this program. | |
| int | main (int argc, char **argv) |
| bool | restoreAllMock (const std::vector< PPath > &vecInputFile) |
| Restore all mock files. | |
| bool | restoreMockFile (const PPath &inputFile) |
| Restore a mock file. | |
| OptionParser createOptionParser | ( | ) |
Create the OptionParser of this program.
Definition at line 14 of file main_restore.cpp.
Referenced by main().
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 54 of file main_restore.cpp.
References createOptionParser(), and restoreAllMock().
Here is the call graph for this function:| bool restoreAllMock | ( | const std::vector< PPath > & | vecInputFile | ) |
Restore all mock files.
| vecInputFile | : vector of input files to restore |
Definition at line 46 of file main_restore.cpp.
References restoreMockFile().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| bool restoreMockFile | ( | const PPath & | inputFile | ) |
Restore a mock file.
| inputFile | : input file to be restored |
Definition at line 27 of file main_restore.cpp.
Referenced by restoreAllMock().
Here is the caller graph for this function: