UT_Args Class Reference
#include <UT_Args.h>
List of all members.
Detailed Description
Definition at line 34 of file UT_Args.h.
Constructor & Destructor Documentation
| virtual UT_Args::~UT_Args |
( |
|
) |
[virtual] |
Member Function Documentation
| void UT_Args::appendArg |
( |
char * |
arg |
) |
|
| int UT_Args::argc |
( |
|
) |
const [inline] |
| char* UT_Args::argp |
( |
int |
opt, |
|
|
int |
which = 0 | |
|
) |
| | [inline] |
| char* UT_Args::argp2 |
( |
int |
opt |
) |
[inline] |
| char* UT_Args::argp3 |
( |
int |
opt |
) |
[inline] |
| const char** UT_Args::argv |
( |
|
) |
const [inline] |
| char** UT_Args::argv |
( |
|
) |
[inline] |
| const char* UT_Args::argv |
( |
unsigned |
i |
) |
const [inline] |
| char* UT_Args::argv |
( |
unsigned |
i |
) |
[inline] |
| void UT_Args::display |
( |
|
) |
|
| fpreal UT_Args::fargp |
( |
int |
opt, |
|
|
int |
which = 0 | |
|
) |
| | const [inline] |
| fpreal UT_Args::fargp2 |
( |
int |
opt |
) |
const [inline] |
| fpreal UT_Args::fargp3 |
( |
int |
opt |
) |
const [inline] |
| int UT_Args::fillCommandLine |
( |
UT_WorkBuffer & |
buf, |
|
|
int |
first_arg = 0, |
|
|
int |
include_options = 1 | |
|
) |
| | const |
| int UT_Args::found |
( |
int |
opt |
) |
const [inline] |
| int UT_Args::iargp |
( |
int |
opt, |
|
|
int |
which = 0 | |
|
) |
| | const [inline] |
| int UT_Args::iargp2 |
( |
int |
opt |
) |
const [inline] |
| int UT_Args::iargp3 |
( |
int |
opt |
) |
const [inline] |
| void UT_Args::initialize |
( |
int |
argc, |
|
|
char * |
argv[] | |
|
) |
| | |
| void UT_Args::makeCommandLine |
( |
UT_String & |
str, |
|
|
int |
first_arg = 1 | |
|
) |
| | const |
| char* UT_Args::operator() |
( |
unsigned |
i |
) |
[inline] |
| char* UT_Args::operator[] |
( |
unsigned |
i |
) |
[inline] |
| void UT_Args::setArgument |
( |
int |
idx, |
|
|
char * |
text | |
|
) |
| | |
| void UT_Args::stripOptions |
( |
const char * |
options |
) |
|
The documentation for this class was generated from the following file: