Xiqual 0.9.1

In file include/xiopts.h:

typedef struct OptNode

Option node.

[more]char* name
Name of option, a character or keyword
[more]char* arg
The argument, if the option required a string arg
[more]ulong type
Type of option indicates what field to check
[more]long val
32-bit signed integer value, if the option required that
[more]float fval
Float, if the option required a floating point number



Documentation

Option node.
ochar* name
Name of option, a character or keyword

ochar* arg
The argument, if the option required a string arg

oulong type
Type of option indicates what field to check

olong val
32-bit signed integer value, if the option required that

ofloat fval
Float, if the option required a floating point number
See Also:
xi_getopts()

Alphabetic index



This page was generated with the help of DOC++.