OpenOCD
jim_getopt_info Struct Reference

A TCL -ish GetOpt like code. More...

Data Fields

int argc
 
Jim_Obj *const * argv
 
Jim_Interp * interp
 
int isconfigure
 

Detailed Description

A TCL -ish GetOpt like code.

Some TCL objects have various "configuration" values. For example - in Tcl/Tk the "buttons" have many options.

Useful when dealing with command options. that may come in any order...

Does not support "-foo = 123" type options. Only supports tcl type options, like "-foo 123"

Definition at line 135 of file jim-nvp.h.

Field Documentation

◆ argc

◆ argv

◆ interp

◆ isconfigure


The documentation for this struct was generated from the following file: