#include <OptionParser.h>
Definition at line 33 of file OptionParser.h.
◆ OptionArgument
Enumerator |
---|
eNoArgument | |
eRequiredArgument | |
eOptionalArgument | |
Definition at line 35 of file OptionParser.h.
◆ EnableError()
void OptionParser::EnableError |
( |
bool |
error | ) |
|
|
static |
◆ GetOptionArgument()
char * OptionParser::GetOptionArgument |
( |
| ) |
|
|
static |
◆ GetOptionErrorCause()
int OptionParser::GetOptionErrorCause |
( |
| ) |
|
|
static |
◆ GetOptionIndex()
int OptionParser::GetOptionIndex |
( |
| ) |
|
|
static |
◆ GetShortOptionString()
std::string OptionParser::GetShortOptionString |
( |
struct option * |
long_options | ) |
|
|
static |
◆ Parse()
int OptionParser::Parse |
( |
llvm::MutableArrayRef< char * > |
argv, |
|
|
llvm::StringRef |
optstring, |
|
|
const Option * |
longopts, |
|
|
int * |
longindex |
|
) |
| |
|
static |
◆ Prepare()
void OptionParser::Prepare |
( |
std::unique_lock< std::mutex > & |
lock | ) |
|
|
static |
The documentation for this class was generated from the following files: