![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
#include "OptionParser.h"
Go to the source code of this file.
Functions | |
OptionParser | createOptionParser () |
Create the OptionParser of this program. More... | |
int | main (int argc, char **argv) |
OptionParser createOptionParser | ( | ) |
Create the OptionParser of this program.
Definition at line 13 of file main.cpp.
References OptionParser::addOption(), OptionType::FILENAME, OptionType::NONE, OptionParser::setExampleLongOption(), and OptionParser::setExampleShortOption().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 33 of file main.cpp.
References createOptionParser(), OptionParser::getDefaultMode(), OptionMode::getValue(), OptionMode::isOptionExist(), and OptionParser::parseArgument().