Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

svn_opt_subcommand_desc_t Struct Reference

One element of a subcommand dispatch table. More...

#include <svn_opt.h>


Data Fields

const char * name
 The full name of this command.

svn_opt_subcommand_tcmd_func
 The function this command invokes.

const char * aliases [3]
 A list of alias names for this command (e.g., 'up' for 'update').

const char * help
 A brief string describing this command, for usage messages.

int valid_options [50]
 A list of options accepted by this command.


Detailed Description

One element of a subcommand dispatch table.

Definition at line 68 of file svn_opt.h.


Field Documentation

int svn_opt_subcommand_desc_t::valid_options[ 50 ]
 

A list of options accepted by this command.

Each value in the array is a unique enum (the 2nd field in apr_getopt_option_t)

Definition at line 85 of file svn_opt.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 7 11:02:40 2006 for Subversion by doxygen1.2.18