| 
    XSugar Tools
    beta
    
   SoftwareTools for XML processing 
   | 
  
  
  
 
Command line option for xsg-cat command. More...
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.   | |
Command line option for xsg-cat command.
| static void XsgCatInitOption | ( | struct XsgCatOption * | dst | ) |  [inline, static] | 
        
Initialize option information.
| dst | Option information | 
| BOOL XsgCatParseCommandLine | ( | struct XsgCatOption * | 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 | 
 1.7.5.1