|
| | CommandLineArgs (void) |
| |
| | CommandLineArgs (int argc, const char **argv) |
| |
| | CommandLineArgs (int argc, char **argv) |
| |
| virtual | ~CommandLineArgs (void) |
| |
| void | setArgs (int argc, const char **argv) |
| | Sets arguments and parses them. More...
|
| |
| void | setArgs (int argc, char **argv) |
| | Sets arguments and parses them. More...
|
| |
| bool | hasParamWithValue (const char *paramKey) const |
| | Returns true if arguments contain paramKey with a value (seperated by '=') More...
|
| |
| const char * | getParamValue (const char *paramKey) const |
| | Returns value of arguments. More...
|
| |
| bool | hasParam (const char *paramKey) const |
| | Return true if arguments has a param (not having a value) i,e without '='. More...
|
| |
| bool | empty (void) const |
| | Returns true if no params available. This exclude argv[0]. More...
|
| |
| std::size_t | size (void) const |
| | Returns total number of arguments. This exclude argv[0]. More...
|
| |
| | CommandLineArgs (void) |
| |
| | CommandLineArgs (int argc, const char **argv) |
| |
| | CommandLineArgs (int argc, char **argv) |
| |
| virtual | ~CommandLineArgs (void) |
| |
| void | setArgs (int argc, const char **argv) |
| | Sets arguments and parses them. More...
|
| |
| void | setArgs (int argc, char **argv) |
| | Sets arguments and parses them. More...
|
| |
| bool | hasParamWithValue (const char *paramKey) const |
| | Returns true if arguments contain paramKey with a value (seperated by '=') More...
|
| |
| const char * | getParamValue (const char *paramKey) const |
| | Returns value of arguments. More...
|
| |
| bool | hasParam (const char *paramKey) const |
| | Return true if arguments has a param (not having a value) i,e without '='. More...
|
| |
| bool | empty (void) const |
| | Returns true if no params available. This exclude argv[0]. More...
|
| |
| std::size_t | size (void) const |
| | Returns total number of arguments. This exclude argv[0]. More...
|
| |
| | CommandLineArgs (void) |
| |
| | CommandLineArgs (int argc, const char **argv) |
| |
| | CommandLineArgs (int argc, char **argv) |
| |
| virtual | ~CommandLineArgs (void) |
| |
| void | setArgs (int argc, const char **argv) |
| | Sets arguments and parses them. More...
|
| |
| void | setArgs (int argc, char **argv) |
| | Sets arguments and parses them. More...
|
| |
| bool | hasParamWithValue (const char *paramKey) const |
| | Returns true if arguments contain paramKey with a value (seperated by '=') More...
|
| |
| const char * | getParamValue (const char *paramKey) const |
| | Returns value of arguments. More...
|
| |
| bool | hasParam (const char *paramKey) const |
| | Return true if arguments has a param (not having a value) i,e without '='. More...
|
| |
| bool | empty (void) const |
| | Returns true if no params available. This exclude argv[0]. More...
|
| |
| std::size_t | size (void) const |
| | Returns total number of arguments. This exclude argv[0]. More...
|
| |
Command line arguments for application if specified using el::Helpers::setArgs(..) or START_EASYLOGGINGPP(..)