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

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

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

Go to the source code of this file.

Classes

struct  XsgCatOption
 Command line option information for xsg-cat command. More...

Functions

static void XsgCatInitOption (struct XsgCatOption *dst)
 Initialize option information.
BOOL XsgCatParseCommandLine (struct XsgCatOption *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-cat command.

Copyright
Copyright (C) 2012 Steel Wheels Project

Function Documentation

static void XsgCatInitOption ( struct XsgCatOption dst) [inline, static]

Initialize option information.

Parameters:
dstOption information
BOOL XsgCatParseCommandLine ( struct XsgCatOption 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