![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
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 OptionParser::addOption(), OptionType::INT, OptionParser::setExampleLongOption(), and OptionParser::setExampleShortOption().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 33 of file main.cpp.
References createOptionParser(), OptionParser::getDefaultMode(), OptionParser::getMode(), OptionMode::getValue(), OptionParser::parseArgument(), phoenix_assert, phoenix_check(), OptionMode::print(), OptionParser::print(), and printConstParser().
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 OptionParser::getDefaultMode(), OptionParser::getMode(), and OptionMode::print().