DragonNest/Common/SVNLib/doc/structsvn__opt__subcommand__desc__t.html
2024-12-19 09:48:26 +08:00

169 lines
8.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Subversion: svn_opt_subcommand_desc_t Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>svn_opt_subcommand_desc_t Struct Reference</h1><!-- doxytag: class="svn_opt_subcommand_desc_t" -->One element of a subcommand dispatch table.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="svn__opt_8h-source.html">svn_opt.h</a>&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__opt__subcommand__desc__t.html#f9f958cba232e3df8b800969e3ba9bbf">name</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The full name of this command. <a href="#f9f958cba232e3df8b800969e3ba9bbf"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="svn__opt_8h.html#f694c6f5359cbd8868555d170037f132">svn_opt_subcommand_t</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__opt__subcommand__desc__t.html#3f5f0967e8d326b7b4c0ce6ef4a10a2e">cmd_func</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The function this command invokes. <a href="#3f5f0967e8d326b7b4c0ce6ef4a10a2e"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__opt__subcommand__desc__t.html#e85e0603ad1701d4f84d4f80dbabd35f">aliases</a> [SVN_OPT_MAX_ALIASES]</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A list of alias names for this command (e.g., 'up' for 'update'). <a href="#e85e0603ad1701d4f84d4f80dbabd35f"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__opt__subcommand__desc__t.html#e245fde9d60c9809d2b03cc4ef5d65c2">help</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A brief string describing this command, for usage messages. <a href="#e245fde9d60c9809d2b03cc4ef5d65c2"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__opt__subcommand__desc__t.html#62d72f71f432b6489975a3284c985e7b">valid_options</a> [SVN_OPT_MAX_OPTIONS]</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A list of options accepted by this command. <a href="#62d72f71f432b6489975a3284c985e7b"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
One element of a subcommand dispatch table.
<p>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000130">Deprecated:</a></b></dt><dd>Provided for backward compatibility with the 1.3 API.</dd></dl>
Like <a class="el" href="structsvn__opt__subcommand__desc2__t.html" title="One element of a subcommand dispatch table.">svn_opt_subcommand_desc2_t</a> but lacking the <code>desc_overrides</code> member.
<p>Definition at line <a class="el" href="svn__opt_8h-source.html#l00105">105</a> of file <a class="el" href="svn__opt_8h-source.html">svn_opt.h</a>.</p>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="f9f958cba232e3df8b800969e3ba9bbf"></a><!-- doxytag: member="svn_opt_subcommand_desc_t::name" ref="f9f958cba232e3df8b800969e3ba9bbf" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="structsvn__opt__subcommand__desc__t.html#f9f958cba232e3df8b800969e3ba9bbf">svn_opt_subcommand_desc_t::name</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The full name of this command.
<p>
<p>Definition at line <a class="el" href="svn__opt_8h-source.html#l00108">108</a> of file <a class="el" href="svn__opt_8h-source.html">svn_opt.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="3f5f0967e8d326b7b4c0ce6ef4a10a2e"></a><!-- doxytag: member="svn_opt_subcommand_desc_t::cmd_func" ref="3f5f0967e8d326b7b4c0ce6ef4a10a2e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="svn__opt_8h.html#f694c6f5359cbd8868555d170037f132">svn_opt_subcommand_t</a>* <a class="el" href="structsvn__opt__subcommand__desc__t.html#3f5f0967e8d326b7b4c0ce6ef4a10a2e">svn_opt_subcommand_desc_t::cmd_func</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The function this command invokes.
<p>
<p>Definition at line <a class="el" href="svn__opt_8h-source.html#l00111">111</a> of file <a class="el" href="svn__opt_8h-source.html">svn_opt.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="e85e0603ad1701d4f84d4f80dbabd35f"></a><!-- doxytag: member="svn_opt_subcommand_desc_t::aliases" ref="e85e0603ad1701d4f84d4f80dbabd35f" args="[SVN_OPT_MAX_ALIASES]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="structsvn__opt__subcommand__desc__t.html#e85e0603ad1701d4f84d4f80dbabd35f">svn_opt_subcommand_desc_t::aliases</a>[SVN_OPT_MAX_ALIASES] </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
A list of alias names for this command (e.g., 'up' for 'update').
<p>
<p>Definition at line <a class="el" href="svn__opt_8h-source.html#l00114">114</a> of file <a class="el" href="svn__opt_8h-source.html">svn_opt.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="e245fde9d60c9809d2b03cc4ef5d65c2"></a><!-- doxytag: member="svn_opt_subcommand_desc_t::help" ref="e245fde9d60c9809d2b03cc4ef5d65c2" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="structsvn__opt__subcommand__desc__t.html#e245fde9d60c9809d2b03cc4ef5d65c2">svn_opt_subcommand_desc_t::help</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
A brief string describing this command, for usage messages.
<p>
<p>Definition at line <a class="el" href="svn__opt_8h-source.html#l00117">117</a> of file <a class="el" href="svn__opt_8h-source.html">svn_opt.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="62d72f71f432b6489975a3284c985e7b"></a><!-- doxytag: member="svn_opt_subcommand_desc_t::valid_options" ref="62d72f71f432b6489975a3284c985e7b" args="[SVN_OPT_MAX_OPTIONS]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structsvn__opt__subcommand__desc__t.html#62d72f71f432b6489975a3284c985e7b">svn_opt_subcommand_desc_t::valid_options</a>[SVN_OPT_MAX_OPTIONS] </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
A list of options accepted by this command.
<p>
Each value in the array is a unique enum (the 2nd field in apr_getopt_option_t)
<p>Definition at line <a class="el" href="svn__opt_8h-source.html#l00122">122</a> of file <a class="el" href="svn__opt_8h-source.html">svn_opt.h</a>.</p>
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="svn__opt_8h-source.html">svn_opt.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Oct 24 16:18:30 2008 for Subversion by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>