/usr/share/doc/libucommon-dev/a00125.html is in libucommon-doc 3.2.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>UCommon: ucc::script::keyword Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="a00214.html">ucc</a>::<a class="el" href="a00119.html">script</a>::<a class="el" href="a00125.html">keyword</a>
</div>
</div>
<div class="contents">
<h1>ucc::script::keyword Struct Reference</h1><!-- doxytag: class="ucc::script::keyword" -->
<p>A structure to introduce new core commands to the runtime engine.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="a00202_source.html">script.h</a>></code></p>
<div class="dynheader">
Collaboration diagram for ucc::script::keyword:</div>
<div class="dynsection">
<div class="center"><img src="a00507.png" border="0" usemap="#ucc_1_1script_1_1keyword_coll__map" alt="Collaboration graph"/></div>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9b355632bb790b177c65d21c0317a7b8"></a><!-- doxytag: member="ucc::script::keyword::check" ref="a9b355632bb790b177c65d21c0317a7b8" args="" -->
<a class="el" href="a00119.html#ab592452c0370eb81a9ec6eaabd33a5dc">check_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00125.html#a9b355632bb790b177c65d21c0317a7b8">check</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">compile-time check routine <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a084dcd714b8fca3a1e92462cc0b60848"></a><!-- doxytag: member="ucc::script::keyword::method" ref="a084dcd714b8fca3a1e92462cc0b60848" args="" -->
<a class="el" href="a00119.html#a7a4604f1296a11fb51b8a3a9471940ea">method_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00125.html#a084dcd714b8fca3a1e92462cc0b60848">method</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">runtime method or NULL if c-t only <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1b9d28a5c68cbff40e290c3bf8c170b6"></a><!-- doxytag: member="ucc::script::keyword::name" ref="a1b9d28a5c68cbff40e290c3bf8c170b6" args="" -->
const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="a00125.html#a1b9d28a5c68cbff40e290c3bf8c170b6">name</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">name of command <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a63ced95ba6d29b4e7763eae97430adde"></a><!-- doxytag: member="ucc::script::keyword::next" ref="a63ced95ba6d29b4e7763eae97430adde" args="" -->
struct <a class="el" href="a00125.html">keyword</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="a00125.html#a63ced95ba6d29b4e7763eae97430adde">next</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">linked list set by <a class="el" href="a00119.html#a3a37c6372c0ee3acc87b961537a8211b" title="Assign new keywords from extensions and derived service.">assign()</a> <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>A structure to introduce new core commands to the runtime engine. </p>
<p>This is typically passed to assign as an array. Entries with no runtime method (method = NULL) are only processed at compile-time. </p>
<p>Definition at line <a class="el" href="a00202_source.html#l00090">90</a> of file <a class="el" href="a00202_source.html">script.h</a>.</p>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>ucommon/<a class="el" href="a00202_source.html">script.h</a></li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Jul 6 08:22:43 2010 for UCommon by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>
|