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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>ohcount: CallbackItem 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.5.9 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</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>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>CallbackItem Struct Reference</h1><!-- doxytag: class="CallbackItem" -->Holds a series of callbacks for in a queue (linked list).
<a href="#_details">More...</a>
<p>
<code>#include <<a class="el" href="parser__macros_8h_source.html">parser_macros.h</a>></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 * </td><td class="memItemRight" valign="bottom"><a class="el" href="structCallbackItem.html#237c8f04fb54776907b484a4ad035378">lang</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structCallbackItem.html#1f75241a44f402eeda9dcc343a42ca5f">entity</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structCallbackItem.html#34b3dcf62463c3e3d87cce3750037875">s</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structCallbackItem.html#9081e86db26139a01568c1564b22757e">e</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="structCallbackItem.html#7cf52c1b04b39c611e640b6e9b294bfb">udata</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structCallbackItem.html">CallbackItem</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structCallbackItem.html#c8d931750f9fdd82adc6b61d88da6e78">next</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Holds a series of callbacks for in a queue (linked list). <hr><h2>Field Documentation</h2>
<a class="anchor" name="9081e86db26139a01568c1564b22757e"></a><!-- doxytag: member="CallbackItem::e" ref="9081e86db26139a01568c1564b22757e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structCallbackItem.html#9081e86db26139a01568c1564b22757e">CallbackItem::e</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The end position of the entity in the buffer.
</div>
</div><p>
<a class="anchor" name="1f75241a44f402eeda9dcc343a42ca5f"></a><!-- doxytag: member="CallbackItem::entity" ref="1f75241a44f402eeda9dcc343a42ca5f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="structCallbackItem.html#1f75241a44f402eeda9dcc343a42ca5f">CallbackItem::entity</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The name of the entity associated with this callback. Must not be 'free'd.
</div>
</div><p>
<a class="anchor" name="237c8f04fb54776907b484a4ad035378"></a><!-- doxytag: member="CallbackItem::lang" ref="237c8f04fb54776907b484a4ad035378" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="structCallbackItem.html#237c8f04fb54776907b484a4ad035378">CallbackItem::lang</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The language associated with this callback item. Must not be 'free'd.
</div>
</div><p>
<a class="anchor" name="c8d931750f9fdd82adc6b61d88da6e78"></a><!-- doxytag: member="CallbackItem::next" ref="c8d931750f9fdd82adc6b61d88da6e78" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structCallbackItem.html">CallbackItem</a>* <a class="el" href="structCallbackItem.html#c8d931750f9fdd82adc6b61d88da6e78">CallbackItem::next</a><code> [read]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The next callback in the linked list.
</div>
</div><p>
<a class="anchor" name="34b3dcf62463c3e3d87cce3750037875"></a><!-- doxytag: member="CallbackItem::s" ref="34b3dcf62463c3e3d87cce3750037875" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structCallbackItem.html#34b3dcf62463c3e3d87cce3750037875">CallbackItem::s</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The start position of the entity in the buffer.
</div>
</div><p>
<a class="anchor" name="7cf52c1b04b39c611e640b6e9b294bfb"></a><!-- doxytag: member="CallbackItem::udata" ref="7cf52c1b04b39c611e640b6e9b294bfb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="structCallbackItem.html#7cf52c1b04b39c611e640b6e9b294bfb">CallbackItem::udata</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Userdata.
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>/Users/andy/dev/ohcount/src/<a class="el" href="parser__macros_8h_source.html">parser_macros.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 28 15:20:08 2009 for ohcount by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>
|