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 [SVN_OPT_MAX_ALIASES]
 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 [SVN_OPT_MAX_OPTIONS]
 A list of options accepted by this command.

Detailed Description

One element of a subcommand dispatch table.

Deprecated:
Provided for backward compatibility with the 1.3 API.

Like svn_opt_subcommand_desc2_t but lacking the desc_overrides member.

Definition at line 111 of file svn_opt.h.


Field Documentation

const char* svn_opt_subcommand_desc_t::aliases[SVN_OPT_MAX_ALIASES]

A list of alias names for this command (e.g., 'up' for 'update').

Definition at line 120 of file svn_opt.h.

The function this command invokes.

Definition at line 117 of file svn_opt.h.

A brief string describing this command, for usage messages.

Definition at line 123 of file svn_opt.h.

The full name of this command.

Definition at line 114 of file svn_opt.h.

int svn_opt_subcommand_desc_t::valid_options[SVN_OPT_MAX_OPTIONS]

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 128 of file svn_opt.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated on Mon Apr 16 19:51:37 2012 for Subversion by  doxygen 1.6.3