mirror of
https://github.com/Discngine/fpocket.git
synced 2026-06-04 20:04:22 +08:00
124 lines
5.7 KiB
HTML
124 lines
5.7 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>fpocket: ptr_node Struct Reference</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<img src="fpocket_logo_small.png" width="545" height="150">
|
|
<!-- Generated by Doxygen 1.5.6 -->
|
|
<script type="text/javascript">
|
|
<!--
|
|
function changeDisplayState (e){
|
|
var num=this.id.replace(/[^[0-9]/g,'');
|
|
var button=this.firstChild;
|
|
var sectionDiv=document.getElementById('dynsection'+num);
|
|
if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
|
|
sectionDiv.style.display='block';
|
|
button.src='open.gif';
|
|
}else{
|
|
sectionDiv.style.display='none';
|
|
button.src='closed.gif';
|
|
}
|
|
}
|
|
function initDynSections(){
|
|
var divs=document.getElementsByTagName('div');
|
|
var sectionCounter=1;
|
|
for(var i=0;i<divs.length-1;i++){
|
|
if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
|
|
var header=divs[i];
|
|
var section=divs[i+1];
|
|
var button=header.firstChild;
|
|
if (button!='IMG'){
|
|
divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
|
|
button=document.createElement('img');
|
|
divs[i].insertBefore(button,divs[i].firstChild);
|
|
}
|
|
header.style.cursor='pointer';
|
|
header.onclick=changeDisplayState;
|
|
header.id='dynheader'+sectionCounter;
|
|
button.src='closed.gif';
|
|
section.id='dynsection'+sectionCounter;
|
|
section.style.display='none';
|
|
section.style.marginLeft='14px';
|
|
sectionCounter++;
|
|
}
|
|
}
|
|
}
|
|
window.onload = initDynSections;
|
|
-->
|
|
</script>
|
|
<div class="navigation" id="top">
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="index.html"><span>Main Page</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>ptr_node Struct Reference</h1><!-- doxytag: class="ptr_node" --><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">struct <a class="el" href="structptr__node.html">ptr_node</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structptr__node.html#ff3a76cac5d9052a20ddeceed0e9b1cf">next</a></td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="structptr__node.html#cd388f7d69011add91232e01caeb6a44">ptr</a></td></tr>
|
|
|
|
</table>
|
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
< Pointer node of a chained list
|
|
<p>Definition at line <a class="el" href="memhandler_8c-source.html#l00079">79</a> of file <a class="el" href="memhandler_8c-source.html">memhandler.c</a>.</p>
|
|
<hr><h2>Field Documentation</h2>
|
|
<a class="anchor" name="ff3a76cac5d9052a20ddeceed0e9b1cf"></a><!-- doxytag: member="ptr_node::next" ref="ff3a76cac5d9052a20ddeceed0e9b1cf" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">struct <a class="el" href="structptr__node.html">ptr_node</a>* <a class="el" href="structptr__node.html#ff3a76cac5d9052a20ddeceed0e9b1cf">ptr_node::next</a><code> [read]</code> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
next pointer node
|
|
<p>Definition at line <a class="el" href="memhandler_8c-source.html#l00081">81</a> of file <a class="el" href="memhandler_8c-source.html">memhandler.c</a>.</p>
|
|
|
|
<p>Referenced by <a class="el" href="memhandler_8c-source.html#l00289">add_bloc()</a>, <a class="el" href="pocket_8c-source.html#l01214">c_lst_pocket_free()</a>, <a class="el" href="memhandler_8c-source.html#l00427">free_all()</a>, <a class="el" href="memhandler_8c-source.html#l00502">print_ptr_lst()</a>, <a class="el" href="memhandler_8c-source.html#l00225">ptr_node_alloc()</a>, and <a class="el" href="memhandler_8c-source.html#l00343">remove_bloc()</a>.</p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="cd388f7d69011add91232e01caeb6a44"></a><!-- doxytag: member="ptr_node::ptr" ref="cd388f7d69011add91232e01caeb6a44" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">void* <a class="el" href="structptr__node.html#cd388f7d69011add91232e01caeb6a44">ptr_node::ptr</a> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
pointer to void
|
|
<p>Definition at line <a class="el" href="memhandler_8c-source.html#l00082">82</a> of file <a class="el" href="memhandler_8c-source.html">memhandler.c</a>.</p>
|
|
|
|
<p>Referenced by <a class="el" href="memhandler_8c-source.html#l00427">free_all()</a>, <a class="el" href="memhandler_8c-source.html#l00502">print_ptr_lst()</a>, <a class="el" href="memhandler_8c-source.html#l00225">ptr_node_alloc()</a>, and <a class="el" href="memhandler_8c-source.html#l00343">remove_bloc()</a>.</p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
<li><a class="el" href="memhandler_8c-source.html">memhandler.c</a></ul>
|
|
</div>
|
|
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Jun 7 16:44:23 2010 for fpocket by
|
|
<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>
|