#include <cstdlib>
#include <cstring>
#include <cerrno>
#include <algorithm>
#include "CmdLineParser.hpp"
#include "diagnostics.h"
#include "StrUtil.hpp"
Go to the source code of this file.
◆ isArg()
static bool isArg |
( |
const char * |
str | ) |
|
|
inlinestatic |
◆ isDashDash()
static bool isDashDash |
( |
const char * |
str | ) |
|
|
inlinestatic |
◆ isLongSwitch()
static bool isLongSwitch |
( |
const char * |
str | ) |
|
|
inlinestatic |
◆ isShortSwitch()
static bool isShortSwitch |
( |
const char * |
str | ) |
|
|
inlinestatic |
◆ isSwitch()
static bool isSwitch |
( |
const char * |
str | ) |
|
|
inlinestatic |
◆ MISSING_ARG
string MISSING_ARG = "Missing argument for switch: " |
|
static |
◆ MISSING_SWITCH
string MISSING_SWITCH = "Missing switch after -" |
|
static |
◆ UNKNOWN_SWITCH
string UNKNOWN_SWITCH = "Unknown option switch: " |
|
static |