ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/libpeak-0.1.2/doc/html/structpeak__dict__value__ops__s.html
Revision: 3251
Committed: Wed Apr 2 16:58:30 2014 UTC (9 years, 11 months ago) by michael
Content type: text/html
File size: 3872 byte(s)
Log Message:
- Imported libpeak-0.1.2

File Contents

# Content
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>PEAK Library: peak_dict_value_ops_s struct Reference</title>
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3.5 -->
7 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a></div>
8 <h1>peak_dict_value_ops_s Struct Reference<br>
9 <small>
10 [<a class="el" href="group__dict.html">Dictionary</a>]</small>
11 </h1><code>#include &lt;dict.h&gt;</code>
12 <p>
13 <hr><a name="_details"></a><h2>Detailed Description</h2>
14 Structure containing the callbacks for values of a dictionary.
15 <p>
16 <table border=0 cellpadding=0 cellspacing=0>
17 <tr><td></td></tr>
18 <tr><td colspan=2><br><h2>Data Fields</h2></td></tr>
19 <tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="group__dict.html#ga1">peak_dict_retain_callback</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structpeak__dict__value__ops__s.html#o0">retain</a></td></tr>
20
21 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Retain callback. <a href="#o0"></a><br><br></td></tr>
22 <tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="group__dict.html#ga2">peak_dict_release_callback</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structpeak__dict__value__ops__s.html#o1">release</a></td></tr>
23
24 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Release callback. <a href="#o1"></a><br><br></td></tr>
25 </table>
26 <hr><h2>Field Documentation</h2>
27 <a class="anchor" name="o1" doxytag="peak_dict_value_ops_s::release" ></a><p>
28 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
29 <tr>
30 <td class="mdRow">
31 <table cellpadding="0" cellspacing="0" border="0">
32 <tr>
33 <td class="md" nowrap valign="top"> <a class="el" href="group__dict.html#ga2">peak_dict_release_callback</a> <a class="el" href="structpeak__dict__value__ops__s.html#o1">peak_dict_value_ops_s::release</a>
34 </table>
35 </td>
36 </tr>
37 </table>
38 <table cellspacing=5 cellpadding=0 border=0>
39 <tr>
40 <td>
41 &nbsp;
42 </td>
43 <td>
44
45 <p>
46 Release callback.
47 <p>
48 If not <code>NULL</code>, it's called with the value as argument when an entry is removed from the dictionary. </td>
49 </tr>
50 </table>
51 <a class="anchor" name="o0" doxytag="peak_dict_value_ops_s::retain" ></a><p>
52 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
53 <tr>
54 <td class="mdRow">
55 <table cellpadding="0" cellspacing="0" border="0">
56 <tr>
57 <td class="md" nowrap valign="top"> <a class="el" href="group__dict.html#ga1">peak_dict_retain_callback</a> <a class="el" href="structpeak__dict__value__ops__s.html#o0">peak_dict_value_ops_s::retain</a>
58 </table>
59 </td>
60 </tr>
61 </table>
62 <table cellspacing=5 cellpadding=0 border=0>
63 <tr>
64 <td>
65 &nbsp;
66 </td>
67 <td>
68
69 <p>
70 Retain callback.
71 <p>
72 If not <code>NULL</code>, it's called with the value as argument when an entry is added in the dictionary. </td>
73 </tr>
74 </table>
75 <hr>The documentation for this struct was generated from the following file:<ul>
76 <li>dict.h</ul>
77 <hr size="1"><address style="align: right;"><small>Generated on Sat Jan 17 21:41:53 2004 for the PEAK Library by
78 <a href="http://www.doxygen.org/index.html">
79 <img src="doxygen.png" alt="doxygen" align="middle" border="0" >
80 </a></small>&nbsp; &nbsp; <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=98146&amp;type=1" width="88" height="31" align="middle" border="0" alt="SourceForge.net Logo" /></a></address>
81 </body>
82 </html>
83