![]() |
|
PhoenixMock
1.3.3
Tools to split/merge/print mock
|
Go to the source code of this file.
Functions | |
| OptionParser | createOptionParser () |
| Create the OptionParser of this program. | |
| bool | infoMock (const std::vector< PString > &vecInputFile) |
| Merge mock files. | |
| int | main (int argc, char **argv) |
| OptionParser createOptionParser | ( | ) |
Create the OptionParser of this program.
Definition at line 14 of file main_info.cpp.
Referenced by main().
| bool infoMock | ( | const std::vector< PString > & | vecInputFile | ) |
Merge mock files.
| vecInputFile | : vector of input files to print the info |
Definition at line 27 of file main_info.cpp.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 41 of file main_info.cpp.
References createOptionParser(), and infoMock().