![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | testArgParser () |
Test the ArgParser. More... | |
bool | testArgParserArg (int argc, char **argv) |
Test the ArgParser. More... | |
bool | testConstGetCurrentOption (const ArgParser &arg) |
Test the ArgParser. More... | |
void | testRemaningArgument (int argc, char **argv) |
Test of getRemainingArgument. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 62 of file main.cpp.
References phoenix_assert, testArgParser(), testArgParserArg(), and testRemaningArgument().
void testArgParser | ( | ) |
Test the ArgParser.
Definition at line 13 of file main.cpp.
References ArgParser::getNbArgument(), phoenix_assert, ArgParser::print(), and ArgParser::rewind().
Referenced by main().
bool testArgParserArg | ( | int | argc, |
char ** | argv | ||
) |
Test the ArgParser.
Definition at line 35 of file main.cpp.
References ArgParser::getCurrentOption(), ArgParser::getNbArgument(), ArgParser::print(), ArgParser::rewind(), and testConstGetCurrentOption().
Referenced by main().
bool testConstGetCurrentOption | ( | const ArgParser & | arg | ) |
Test the ArgParser.
arg | : constant ArgParser to be tested |
Definition at line 28 of file main.cpp.
References ArgParser::getCurrentOption().
Referenced by testArgParserArg().
void testRemaningArgument | ( | int | argc, |
char ** | argv | ||
) |
Test of getRemainingArgument.
Definition at line 57 of file main.cpp.
References ArgParser::getRemainingArgument(), and phoenix_assert.
Referenced by main().