mirror of
https://github.com/Discngine/fpocket.git
synced 2026-06-06 05:14:24 +08:00
145 lines
6.8 KiB
HTML
145 lines
6.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>fpocket: ptr_lst 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_lst Struct Reference</h1><!-- doxytag: class="ptr_lst" --><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"><a class="el" href="structptr__node.html">ptr_node</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structptr__lst.html#539453cc2c8aa194070c998ae4c0d3bd">first</a></td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structptr__node.html">ptr_node</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structptr__lst.html#11b468c69baf674880cd3440a63819d3">last</a></td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structptr__lst.html#d9352af5c811f1b59e7706a1dbdc672b">n_ptr</a></td></tr>
|
|
|
|
</table>
|
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
|
|
<p>Definition at line <a class="el" href="memhandler_8c-source.html#l00087">87</a> of file <a class="el" href="memhandler_8c-source.html">memhandler.c</a>.</p>
|
|
<hr><h2>Field Documentation</h2>
|
|
<a class="anchor" name="539453cc2c8aa194070c998ae4c0d3bd"></a><!-- doxytag: member="ptr_lst::first" ref="539453cc2c8aa194070c998ae4c0d3bd" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structptr__node.html">ptr_node</a>* <a class="el" href="structptr__lst.html#539453cc2c8aa194070c998ae4c0d3bd">ptr_lst::first</a> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
first pointer of the chained list
|
|
<p>Definition at line <a class="el" href="memhandler_8c-source.html#l00089">89</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="memhandler_8c-source.html#l00427">free_all()</a>, <a class="el" href="memhandler_8c-source.html#l00502">print_ptr_lst()</a>, and <a class="el" href="memhandler_8c-source.html#l00343">remove_bloc()</a>.</p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="11b468c69baf674880cd3440a63819d3"></a><!-- doxytag: member="ptr_lst::last" ref="11b468c69baf674880cd3440a63819d3" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structptr__node.html">ptr_node</a>* <a class="el" href="structptr__lst.html#11b468c69baf674880cd3440a63819d3">ptr_lst::last</a> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
last pointer in the chained list
|
|
<p>Definition at line <a class="el" href="memhandler_8c-source.html#l00090">90</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="memhandler_8c-source.html#l00502">print_ptr_lst()</a>, and <a class="el" href="memhandler_8c-source.html#l00343">remove_bloc()</a>.</p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="d9352af5c811f1b59e7706a1dbdc672b"></a><!-- doxytag: member="ptr_lst::n_ptr" ref="d9352af5c811f1b59e7706a1dbdc672b" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">size_t <a class="el" href="structptr__lst.html#d9352af5c811f1b59e7706a1dbdc672b">ptr_lst::n_ptr</a> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
size of the chained list
|
|
<p>Definition at line <a class="el" href="memhandler_8c-source.html#l00092">92</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="memhandler_8c-source.html#l00401">get_number_of_objects_in_memory()</a>, <a class="el" href="memhandler_8c-source.html#l00408">print_number_of_objects_in_memory()</a>, <a class="el" href="memhandler_8c-source.html#l00502">print_ptr_lst()</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>
|