![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Go to the source code of this file.
Functions | |
void | isOptionTypeCompatible () |
Test the option type compatible. More... | |
int | main (int argc, char **argv) |
void | testOptionType () |
Test the option type. More... | |
void isOptionTypeCompatible | ( | ) |
Test the option type compatible.
Definition at line 13 of file main.cpp.
References OptionType::CHAR, OptionType::FILE_OR_DIR, OptionType::FLOAT, phoenix_assert, OptionType::SHORT, and OptionType::STRING.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 62 of file main.cpp.
References isOptionTypeCompatible(), and testOptionType().
void testOptionType | ( | ) |
Test the option type.
Definition at line 21 of file main.cpp.
References OptionType::BOOL, OptionType::CHAR, convertOptionTypeToString(), OptionType::DIRECTORY, OptionType::DOUBLE, OptionType::FILE_OR_DIR, OptionType::FILENAME, OptionType::FLOAT, getOptionTypeFromType< bool >(), getOptionTypeFromType< char >(), getOptionTypeFromType< double >(), getOptionTypeFromType< float >(), getOptionTypeFromType< int >(), getOptionTypeFromType< long >(), getOptionTypeFromType< short >(), getOptionTypeFromType< unsigned char >(), getOptionTypeFromType< unsigned int >(), getOptionTypeFromType< unsigned long >(), getOptionTypeFromType< unsigned short >(), OptionType::INT, isOptionFloatingPoint(), isOptionInteger(), isOptionSignedInteger(), isOptionStringFileDir(), isOptionUnsignedInteger(), OptionType::LONG, OptionType::NONE, phoenix_assert, OptionType::SHORT, OptionType::STRING, OptionType::UCHAR, OptionType::UINT, OptionType::ULONG, and OptionType::USHORT.
Referenced by main().