![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
Include dependency graph for main.cpp:Go to the source code of this file.
Functions | |
| OptionParser | createOptionParser () |
| Create the OptionParser of this program. More... | |
| int | main (int argc, char **argv) |
| void | printConstParser (const OptionParser &parser) |
| Do the same thing but with a const parser. More... | |
| OptionParser createOptionParser | ( | ) |
Create the OptionParser of this program.
Definition at line 15 of file main.cpp.
References OptionType::INT, and createReleaseCurl::parser.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 33 of file main.cpp.
References createOptionParser(), OptionMode::getValue(), createReleaseCurl::parser, phoenix_assert, phoenix_check(), OptionMode::print(), OptionParser::print(), and printConstParser().
Here is the call graph for this function:| void printConstParser | ( | const OptionParser & | parser | ) |
Do the same thing but with a const parser.
| parser | : OptionParser to be used |
Definition at line 26 of file main.cpp.
References createReleaseCurl::parser, and OptionMode::print().
Here is the call graph for this function: