XSugar Tools
beta
SoftwareTools for XML processing
|
Command line option for xsg-pp command. More...
Go to the source code of this file.
Classes | |
struct | XsgPpOption |
Command line option information for xsg-pp command. More... | |
Functions | |
static void | XsgPpInitOption (struct XsgPpOption *dst) |
Initialize option information. | |
BOOL | XsgPpParseCommandLine (struct XsgPpOption *dst, int argc, const char *argv[], struct CNResource *resource) |
Parse command line and set result to option information. |
Command line option for xsg-pp command.
static void XsgPpInitOption | ( | struct XsgPpOption * | dst | ) | [inline, static] |
Initialize option information.
dst | Option information |
BOOL XsgPpParseCommandLine | ( | struct XsgPpOption * | dst, |
int | argc, | ||
const char * | argv[], | ||
struct CNResource * | resource | ||
) |
Parse command line and set result to option information.
dst | Destination option information |
argc | Count of command line arguments |
argv | Vector of command line arguments |
resource | Resource to allocate option information |