XSugar Tools  beta
SoftwareTools for XML processing
Classes | Functions
xsg-pp-opt.h File Reference

Command line option for xsg-pp command. More...

#import <Coconut/Coconut.h>
#import "xsg-common-opt.h"

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.

Detailed Description

Command line option for xsg-pp command.

Copyright
Copyright (C) 2013 Steel Wheels Project

Function Documentation

static void XsgPpInitOption ( struct XsgPpOption dst) [inline, static]

Initialize option information.

Parameters:
dstOption information
BOOL XsgPpParseCommandLine ( struct XsgPpOption dst,
int  argc,
const char *  argv[],
struct CNResource *  resource 
)

Parse command line and set result to option information.

Parameters:
dstDestination option information
argcCount of command line arguments
argvVector of command line arguments
resourceResource to allocate option information
 All Classes Files Functions Variables Enumerations Enumerator Defines