1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5 <title>SkypeKit C++ Wrapper: Main Page</title>
6 <link href="tabs.css" rel="stylesheet" type="text/css"/>
7 <link href="islander.css" rel="stylesheet" type="text/css"/>
10 <img src="..\skypekit.png" align="right">
11 <!-- Generated by Doxygen 1.6.2 -->
12 <script type="text/javascript">
14 function changeDisplayState (e){
15 var num=this.id.replace(/[^[0-9]/g,'');
16 var button=this.firstChild;
17 var sectionDiv=document.getElementById('dynsection'+num);
18 if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
19 sectionDiv.style.display='block';
20 button.src='open.gif';
22 sectionDiv.style.display='none';
23 button.src='closed.gif';
26 function initDynSections(){
27 var divs=document.getElementsByTagName('div');
29 for(var i=0;i<divs.length-1;i++){
30 if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
32 var section=divs[i+1];
33 var button=header.firstChild;
35 divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
36 button=document.createElement('img');
37 divs[i].insertBefore(button,divs[i].firstChild);
39 header.style.cursor='pointer';
40 header.onclick=changeDisplayState;
41 header.id='dynheader'+sectionCounter;
42 button.src='closed.gif';
43 section.id='dynsection'+sectionCounter;
44 section.style.display='none';
45 section.style.marginLeft='14px';
50 window.onload = initDynSections;
53 <div class="navigation" id="top">
56 <li><a href="main.html"><span>Main Page</span></a></li>
57 <li><a href="annotated.html"><span>Classes</span></a></li>
58 <li class="current"><a href="files.html"><span>Files</span></a></li>
59 <li><a href="examples.html"><span>Examples</span></a></li>
64 <li><a href="files.html"><span>File List</span></a></li>
65 <li><a href="globals.html"><span>File Members</span></a></li>
69 <div class="contents">
70 <h1>skype-ptrint-dict.h File Reference</h1><code>#include <stddef.h></code><br/>
71 <div class="dynheader">
72 Include dependency graph for skype-ptrint-dict.h:</div>
73 <div class="dynsection">
74 <div class="center"><img src="skype-ptrint-dict_8h__incl.png" border="0" usemap="#skype-ptrint-dict_8h_map" alt=""/></div>
76 <div class="dynheader">
77 This graph shows which files directly or indirectly include this file:</div>
78 <div class="dynsection">
79 <div class="center"><img src="skype-ptrint-dict_8h__dep__incl.png" border="0" usemap="#skype-ptrint-dict_8hdep_map" alt=""/></div>
80 <map name="skype-ptrint-dict_8hdep_map" id="skype-ptrint-dict_8hdep">
81 <area shape="rect" href="skype-object_8h.html" title="skype-object.h" alt="" coords="437,84,552,111"/><area shape="rect" href="skype-ptrint-dict_8cpp.html" title="skype-ptrint-dict.cpp" alt="" coords="648,161,800,188"/><area shape="rect" href="skype-include_8h.html" title="skype-include.h" alt="" coords="148,239,268,265"/><area shape="rect" href="skype-ref-list_8h.html" title="skype-ref-list.h" alt="" coords="299,161,413,188"/><area shape="rect" href="skype-object_8cpp.html" title="skype-object.cpp" alt="" coords="444,239,572,265"/><area shape="rect" href="skype-obj-dict_8cpp.html" title="skype-obj-dict.cpp" alt="" coords="488,161,624,188"/><area shape="rect" href="skype-embedded__2_8h.html" title="skype-embedded_2.h" alt="" coords="75,393,235,420"/><area shape="rect" href="sidg__skylibrefs_8hpp.html" title="sidg_skylibrefs.hpp" alt="" coords="192,316,333,343"/><area shape="rect" href="sidg__skylibrefs_8cpp.html" title="sidg_skylibrefs.cpp" alt="" coords="203,471,341,497"/><area shape="rect" href="skype-embedded__2_8cpp.html" title="skype-embedded_2.cpp" alt="" coords="5,471,179,497"/><area shape="rect" href="skype-ref-list_8cpp.html" title="skype-ref-list.cpp" alt="" coords="292,239,420,265"/></map>
84 <p><a href="skype-ptrint-dict_8h_source.html">Go to the source code of this file.</a></p>
85 <table border="0" cellpadding="0" cellspacing="0">
86 <tr><td colspan="2"><h2>Classes</h2></td></tr>
87 <tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="class_s_e_ptr_int_dict.html">SEPtrIntDict</a></td></tr>
88 <tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="class_s_e_ptr_int_dict.html" title="SEPtrIntDict is a dictionary class of pointers associated to integers.">SEPtrIntDict</a> is a dictionary class of pointers associated to integers. <a href="class_s_e_ptr_int_dict.html#_details">More...</a><br/></td></tr>
93 <p><b>(c) Skype Technologies S.A. Confidential/Proprietary</b></p>
94 <p>Last updated: 18 Jun 2010</p>