![]() |
|
Public Member Functions | |
argList (int &argc, char **&argv) | |
Construct arom argc and argv. | |
virtual | ~argList () |
const stringList & | args () const |
Return arguments. | |
const HashTable< string > & | options () const |
Return options. | |
const word & | executable () const |
Name of executable. | |
const fileName & | rootPath () const |
Return root path. | |
const fileName & | globalCaseName () const |
Return case name. | |
const fileName & | caseName () const |
Return case name. | |
fileName | path () const |
Return path. | |
bool | parRun () const |
Is this a parallel run. | |
void | printUsage () const |
Print usage. | |
bool | check () const |
Check argument list. | |
bool | checkRootCase () const |
Check root path and case path. | |
Static Public Member Functions | |
void | noParallel () |
Remove the parallel options. | |
Static Public Attributes | |
SLList< string > | validArgs |
HashTable< string > | validOptions |
HashTable< string > | validParOptions |
|
Construct arom argc and argv.
|
|
|
|
Return arguments.
|
|
Return case name. or parallel processor case name for parallel run |
|
Check argument list.
|
|
Check root path and case path.
|
|
Name of executable.
|
|
Return case name.
|
|
Remove the parallel options.
|
|
Return options.
|
|
Is this a parallel run.
|
|
Return path.
|
|
Print usage.
|
|
Return root path.
|
|
|
|
|
|
|