mirror of
https://github.com/hasherezade/bearparser
synced 2026-06-08 14:32:38 +00:00
1126 lines
113 KiB
HTML
1126 lines
113 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.17.0"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>BearParser: BoundImpDirWrapper Class Reference</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="codefolding.js"></script>
|
|
<script type="text/javascript" src="clipboard.js"></script>
|
|
<script type="text/javascript" src="cookie.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<script type="module">
|
|
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
|
|
const theme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'default';
|
|
mermaid.initialize({ startOnLoad: true, theme: theme });
|
|
</script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">BearParser
|
|
</div>
|
|
<div id="projectbrief">Portable Executable parsing library (from PE-bear)</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.17.0 -->
|
|
<script type="text/javascript">
|
|
let searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
</script>
|
|
<script type="text/javascript">
|
|
document.addEventListener('DOMContentLoaded', codefold.init);
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
initMenu('',false);
|
|
init_search();
|
|
});
|
|
</script>
|
|
<div id="main-nav-mobile">
|
|
<div class="sm sm-dox"><input id="main-menu-state" type="checkbox"/>
|
|
<label class="main-menu-btn" for="main-menu-state">
|
|
<span class="main-menu-btn-icon"></span> Toggle main menu visibility</label>
|
|
<span id="searchBoxPos1" style="position:absolute;right:8px;top:8px;height:36px;"></span>
|
|
</div>
|
|
</div><!-- main-nav-mobile -->
|
|
<div id="main-nav">
|
|
<ul class="sm sm-dox" id="main-menu">
|
|
<li id="searchBoxPos2" style="float:right">
|
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
|
<span class="left">
|
|
<span id="MSearchSelect" class="search-icon" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"><span class="search-icon-dropdown"></span></span>
|
|
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
|
</span><span class="right">
|
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><div id="MSearchCloseImg" class="close-icon"></div></a>
|
|
</span>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div><!-- main-nav -->
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div><!-- top -->
|
|
<div id="doc-content">
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#pub-methods">Public Member Functions</a> |
|
|
<a href="#pro-methods">Protected Member Functions</a> |
|
|
<a href="#pro-attribs">Protected Attributes</a> |
|
|
<a href="#friends">Friends</a> |
|
|
<a href="class_bound_imp_dir_wrapper-members.html">List of all members</a> </div>
|
|
<div class="headertitle"><div class="title">BoundImpDirWrapper Class Reference</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
|
|
<p><code>#include <<a class="el" href="_bound_imp_dir_wrapper_8h_source.html">BoundImpDirWrapper.h</a>></code></p>
|
|
<div class="dynheader">
|
|
Collaboration diagram for BoundImpDirWrapper:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="class_bound_imp_dir_wrapper__coll__graph.png" border="0" usemap="#a_bound_imp_dir_wrapper_coll__map" loading="lazy" alt="Collaboration graph"/></div>
|
|
<map name="a_bound_imp_dir_wrapper_coll__map" id="a_bound_imp_dir_wrapper_coll__map">
|
|
<area shape="rect" title=" " alt="" coords="1004,303,1149,329"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html" title=" " alt="" coords="694,304,835,330"/>
|
|
<area shape="poly" title=" " alt="" coords="851,314,1004,313,1004,319,851,319"/>
|
|
<area shape="rect" href="class_p_e_file.html" title=" " alt="" coords="1047,175,1106,201"/>
|
|
<area shape="poly" title=" " alt="" coords="834,297,905,275,979,246,1021,222,1056,199,1059,203,1024,227,981,250,907,280,836,302"/>
|
|
<area shape="rect" href="class_p_e_node_wrapper.html" title=" " alt="" coords="1248,372,1365,398"/>
|
|
<area shape="poly" title=" " alt="" coords="1232,378,835,328,836,323,1233,373"/>
|
|
<area shape="poly" title=" " alt="" coords="1288,355,1294,348,1306,346,1317,348,1324,354,1326,363,1323,373,1318,371,1321,363,1320,357,1315,353,1306,351,1297,353,1292,359"/>
|
|
<area shape="rect" href="class_sect_hdrs_wrapper.html" title=" " alt="" coords="1422,280,1547,306"/>
|
|
<area shape="poly" title=" " alt="" coords="1345,362,1456,304,1459,309,1348,367"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html" title=" " alt="" coords="859,434,980,459"/>
|
|
<area shape="poly" title=" " alt="" coords="996,432,1247,392,1248,397,997,437"/>
|
|
<area shape="poly" title=" " alt="" coords="891,416,901,409,920,407,937,409,948,415,951,425,946,434,942,432,946,424,944,419,936,414,920,412,903,414,894,421"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html" title=" " alt="" coords="475,176,613,202"/>
|
|
<area shape="poly" title=" " alt="" coords="567,212,621,275,657,309,695,340,742,369,792,395,879,430,877,435,789,399,740,374,692,345,653,313,617,278,563,216"/>
|
|
<area shape="rect" href="class_dos_hdr_wrapper.html" title=" " alt="" coords="708,207,821,233"/>
|
|
<area shape="poly" title=" " alt="" coords="628,198,707,209,707,214,627,203"/>
|
|
<area shape="rect" href="class_p_e_element_wrapper.html" title=" " alt="" coords="1240,134,1373,159"/>
|
|
<area shape="poly" title=" " alt="" coords="594,168,642,153,693,142,769,133,846,127,998,125,1134,129,1240,137,1239,142,1134,135,998,130,846,133,769,138,694,148,643,159,596,173"/>
|
|
<area shape="rect" href="class_abstract_byte_buffer.html" title=" " alt="" coords="5,103,136,129"/>
|
|
<area shape="poly" title=" " alt="" coords="130,131,210,150,352,171,475,182,475,187,351,176,209,156,128,136"/>
|
|
<area shape="rect" href="class_executable.html" title=" " alt="" coords="244,115,328,141"/>
|
|
<area shape="poly" title=" " alt="" coords="151,117,243,123,243,128,151,123"/>
|
|
<area shape="poly" title=" " alt="" coords="151,117,243,123,243,128,151,123"/>
|
|
<area shape="rect" href="class_p_e_core.html" title=" " alt="" coords="386,6,451,31"/>
|
|
<area shape="poly" title=" " alt="" coords="103,92,152,65,209,41,256,29,304,22,385,16,386,21,305,27,257,35,210,46,154,70,106,96"/>
|
|
<area shape="poly" title=" " alt="" coords="344,139,487,173,486,178,342,144"/>
|
|
<area shape="rect" href="class_mapped_exe.html" title=" " alt="" coords="500,56,588,82"/>
|
|
<area shape="poly" title=" " alt="" coords="342,112,499,76,500,81,343,118"/>
|
|
<area shape="poly" title=" " alt="" coords="1098,212,1142,275,1174,317,1221,348,1268,369,1266,374,1218,352,1171,321,1138,278,1093,215"/>
|
|
<area shape="poly" title=" " alt="" coords="1121,177,1239,156,1240,161,1122,182"/>
|
|
<area shape="poly" title=" " alt="" coords="604,73,775,98,878,119,981,145,1049,172,1047,177,980,150,877,124,774,103,603,78"/>
|
|
<area shape="rect" href="class_exe_wrappers_container.html" title=" " alt="" coords="210,56,362,82"/>
|
|
<area shape="poly" title=" " alt="" coords="377,66,499,66,499,72,377,72"/>
|
|
<area shape="poly" title=" " alt="" coords="467,15,564,19,695,33,767,45,840,62,913,84,982,112,1029,142,1064,173,1061,177,1026,146,979,117,911,89,839,67,766,50,694,38,564,24,467,21"/>
|
|
<area shape="poly" title=" " alt="" coords="836,218,906,215,980,208,1046,194,1047,199,981,213,906,220,837,223"/>
|
|
<area shape="rect" href="class_file_hdr_wrapper.html" title=" " alt="" coords="1429,159,1540,185"/>
|
|
<area shape="poly" title=" " alt="" coords="1415,191,1373,197,1298,202,1223,201,1106,193,1107,188,1223,196,1298,196,1373,192,1415,186"/>
|
|
<area shape="poly" title=" " alt="" coords="1389,155,1429,161,1428,166,1388,161"/>
|
|
<area shape="rect" href="class_opt_hdr_wrapper.html" title=" " alt="" coords="1429,102,1540,127"/>
|
|
<area shape="poly" title=" " alt="" coords="1388,129,1428,122,1429,127,1389,134"/>
|
|
<area shape="poly" title=" " alt="" coords="1413,110,1359,109,1298,111,1235,120,1174,137,1133,156,1099,177,1096,172,1130,151,1172,132,1234,115,1298,106,1359,104,1413,105"/>
|
|
<area shape="poly" title=" " alt="" coords="1417,278,1106,198,1107,192,1418,273"/>
|
|
<area shape="rect" href="class_resources_album.html" title=" " alt="" coords="704,158,824,183"/>
|
|
<area shape="poly" title=" " alt="" coords="840,172,1047,183,1046,189,840,177"/>
|
|
</map>
|
|
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
|
|
<table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 id="header-pub-methods" class="groupheader"><a id="pub-methods" name="pub-methods"></a>
|
|
Public Member Functions</h2></td></tr>
|
|
<tr class="memitem:a0e48e217aac30ee1ae8b703255a7e8d3" id="r_a0e48e217aac30ee1ae8b703255a7e8d3"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#a0e48e217aac30ee1ae8b703255a7e8d3">BoundImpDirWrapper</a> (<a class="el" href="class_p_e_file.html">PEFile</a> *pe)</td></tr>
|
|
<tr class="memitem:aa333f4aed19caef73594687fd0be321e" id="r_aa333f4aed19caef73594687fd0be321e"><td class="memItemLeft">virtual bool </td><td class="memItemRight"><a class="el" href="#aa333f4aed19caef73594687fd0be321e">wrap</a> ()</td></tr>
|
|
<tr class="memitem:a65e312217177270bafac2e129f23a630" id="r_a65e312217177270bafac2e129f23a630"><td class="memItemLeft">virtual void * </td><td class="memItemRight"><a class="el" href="#a65e312217177270bafac2e129f23a630">getPtr</a> ()</td></tr>
|
|
<tr class="memitem:ab7c6601b276e6b7722a7afef2b84ef9f" id="r_ab7c6601b276e6b7722a7afef2b84ef9f"><td class="memItemLeft">virtual <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> </td><td class="memItemRight"><a class="el" href="#ab7c6601b276e6b7722a7afef2b84ef9f">getSize</a> ()</td></tr>
|
|
<tr class="memitem:ad52025b7edf8a973f5227e34cb791c73" id="r_ad52025b7edf8a973f5227e34cb791c73"><td class="memItemLeft">virtual QString </td><td class="memItemRight"><a class="el" href="#ad52025b7edf8a973f5227e34cb791c73">getName</a> ()</td></tr>
|
|
<tr class="memitem:aa8d59571a2a2b0ed012530728a712a76" id="r_aa8d59571a2a2b0ed012530728a712a76"><td class="memItemLeft">virtual size_t </td><td class="memItemRight"><a class="el" href="#aa8d59571a2a2b0ed012530728a712a76">getFieldsCount</a> ()</td></tr>
|
|
<tr class="memitem:a218b228ce248ecb970d2ade0397c9cbe" id="r_a218b228ce248ecb970d2ade0397c9cbe"><td class="memItemLeft">virtual void * </td><td class="memItemRight"><a class="el" href="#a218b228ce248ecb970d2ade0397c9cbe">getFieldPtr</a> (size_t fieldId, size_t subField)</td></tr>
|
|
<tr class="memitem:afc447adcd813a97833ef54a0d5454149" id="r_afc447adcd813a97833ef54a0d5454149"><td class="memItemLeft">virtual <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> </td><td class="memItemRight"><a class="el" href="#afc447adcd813a97833ef54a0d5454149">getFieldSize</a> (size_t fieldId, size_t subField=<a class="el" href="_exe_element_wrapper_8h.html#ae810f8925d2f98da8659d53ce26b5b5c">FIELD_NONE</a>)</td></tr>
|
|
<tr class="memitem:a345a657ceb0a33e405b40fb23245c305" id="r_a345a657ceb0a33e405b40fb23245c305"><td class="memItemLeft">virtual QString </td><td class="memItemRight"><a class="el" href="#a345a657ceb0a33e405b40fb23245c305">getFieldName</a> (size_t fieldId, size_t subField)</td></tr>
|
|
<tr class="memitem:af59d1037e59a0ff6b1f04bd8e1d3b676" id="r_af59d1037e59a0ff6b1f04bd8e1d3b676"><td class="memItemLeft">virtual QString </td><td class="memItemRight"><a class="el" href="#af59d1037e59a0ff6b1f04bd8e1d3b676">getFieldName</a> (size_t fieldId)</td></tr>
|
|
<tr class="inherit_header pub_methods_class_data_dir_entry_wrapper"><td colspan="2">Public Member Functions inherited from <a class="el" href="class_data_dir_entry_wrapper.html">DataDirEntryWrapper</a></td></tr>
|
|
<tr class="memitem:af5e95792dc15586d7b769dc46ba55e59 pub_methods_class_data_dir_entry_wrapper" id="r_af5e95792dc15586d7b769dc46ba55e59"><td class="memItemLeft">IMAGE_DATA_DIRECTORY * </td><td class="memItemRight"><a class="el" href="class_data_dir_entry_wrapper.html#af5e95792dc15586d7b769dc46ba55e59">getDataDirectory</a> ()</td></tr>
|
|
<tr class="memitem:aa3bd2e16d3fde61e1e58e5cd7377884f pub_methods_class_data_dir_entry_wrapper" id="r_aa3bd2e16d3fde61e1e58e5cd7377884f"><td class="memItemLeft"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> </td><td class="memItemRight"><a class="el" href="class_data_dir_entry_wrapper.html#aa3bd2e16d3fde61e1e58e5cd7377884f">getDirEntryAddress</a> ()</td></tr>
|
|
<tr class="memitem:a47a86b9d308f503b8b2a22ff299bd6c5 pub_methods_class_data_dir_entry_wrapper" id="r_a47a86b9d308f503b8b2a22ff299bd6c5"><td class="memItemLeft"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> </td><td class="memItemRight"><a class="el" href="class_data_dir_entry_wrapper.html#a47a86b9d308f503b8b2a22ff299bd6c5">getDirEntrySize</a> (bool trimToExeSize=false)</td></tr>
|
|
<tr class="memitem:a003e8eb376b75ba76191ec525c02d94e pub_methods_class_data_dir_entry_wrapper" id="r_a003e8eb376b75ba76191ec525c02d94e"><td class="memItemLeft">int </td><td class="memItemRight"><a class="el" href="class_data_dir_entry_wrapper.html#a003e8eb376b75ba76191ec525c02d94e">getDirEntryType</a> ()</td></tr>
|
|
<tr class="inherit_header pub_methods_class_p_e_node_wrapper"><td colspan="2">Public Member Functions inherited from <a class="el" href="class_p_e_node_wrapper.html">PENodeWrapper</a></td></tr>
|
|
<tr class="memitem:a313df66e81dfce411fa83d0ebc08c935 pub_methods_class_p_e_node_wrapper" id="r_a313df66e81dfce411fa83d0ebc08c935"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="class_p_e_node_wrapper.html#a313df66e81dfce411fa83d0ebc08c935">PENodeWrapper</a> (<a class="el" href="class_p_e_file.html">PEFile</a> *pe, <a class="el" href="class_p_e_node_wrapper.html">PENodeWrapper</a> *parent=NULL)</td></tr>
|
|
<tr class="memitem:a236303f92c7a56aa3cfaeaae958f9b6b pub_methods_class_p_e_node_wrapper" id="r_a236303f92c7a56aa3cfaeaae958f9b6b"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="class_p_e_node_wrapper.html#a236303f92c7a56aa3cfaeaae958f9b6b">PENodeWrapper</a> (<a class="el" href="class_p_e_file.html">PEFile</a> *pe, <a class="el" href="class_p_e_node_wrapper.html">PENodeWrapper</a> *parent, size_t entryNumber)</td></tr>
|
|
<tr class="memitem:a2f54eb16b39c3d09318a2a8599e0daa2 pub_methods_class_p_e_node_wrapper" id="r_a2f54eb16b39c3d09318a2a8599e0daa2"><td class="memItemLeft">virtual </td><td class="memItemRight"><a class="el" href="class_p_e_node_wrapper.html#a2f54eb16b39c3d09318a2a8599e0daa2">~PENodeWrapper</a> ()</td></tr>
|
|
<tr class="memitem:a9b3555d3943fbebea15a7728fcb11940 pub_methods_class_p_e_node_wrapper" id="r_a9b3555d3943fbebea15a7728fcb11940"><td class="memItemLeft"><a class="el" href="class_p_e_file.html">PEFile</a> * </td><td class="memItemRight"><a class="el" href="class_p_e_node_wrapper.html#a9b3555d3943fbebea15a7728fcb11940">getPE</a> ()</td></tr>
|
|
<tr class="memitem:a9895adb75c8a282060182f7b698bb454 pub_methods_class_p_e_node_wrapper" id="r_a9895adb75c8a282060182f7b698bb454"><td class="memItemLeft">virtual <a class="el" href="class_p_e_node_wrapper.html">PENodeWrapper</a> * </td><td class="memItemRight"><a class="el" href="class_p_e_node_wrapper.html#a9895adb75c8a282060182f7b698bb454">getParentNode</a> ()</td></tr>
|
|
<tr class="inherit_header pub_methods_class_exe_node_wrapper"><td colspan="2">Public Member Functions inherited from <a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a></td></tr>
|
|
<tr class="memitem:a62bc3ef1f006f8b4ac823c3d573819ce pub_methods_class_exe_node_wrapper" id="r_a62bc3ef1f006f8b4ac823c3d573819ce"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a62bc3ef1f006f8b4ac823c3d573819ce">ExeNodeWrapper</a> (<a class="el" href="class_executable.html">Executable</a> *pe, <a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> *parent=NULL)</td></tr>
|
|
<tr class="memitem:adb280f768896cb573d995e3738988cb4 pub_methods_class_exe_node_wrapper" id="r_adb280f768896cb573d995e3738988cb4"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#adb280f768896cb573d995e3738988cb4">ExeNodeWrapper</a> (<a class="el" href="class_executable.html">Executable</a> *pe, <a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> *parent, size_t entryNumber)</td></tr>
|
|
<tr class="memitem:a7dead37431a5ccc54479eb80e3021f79 pub_methods_class_exe_node_wrapper" id="r_a7dead37431a5ccc54479eb80e3021f79"><td class="memItemLeft">virtual </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a7dead37431a5ccc54479eb80e3021f79">~ExeNodeWrapper</a> ()</td></tr>
|
|
<tr class="memitem:a659e73a1d597a93ae7dd31cf7e98f23a pub_methods_class_exe_node_wrapper" id="r_a659e73a1d597a93ae7dd31cf7e98f23a"><td class="memItemLeft">virtual void </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a659e73a1d597a93ae7dd31cf7e98f23a">reloadMapping</a> ()</td></tr>
|
|
<tr class="memitem:a6cce2ccdd539d5afa4eb463b34941123 pub_methods_class_exe_node_wrapper" id="r_a6cce2ccdd539d5afa4eb463b34941123"><td class="memItemLeft">virtual <a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> * </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a6cce2ccdd539d5afa4eb463b34941123">getEntryAt</a> (size_t fieldId)</td></tr>
|
|
<tr class="memitem:aacbf801e0cf579c0e16a7e27f8165693 pub_methods_class_exe_node_wrapper" id="r_aacbf801e0cf579c0e16a7e27f8165693"><td class="memItemLeft">virtual size_t </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#aacbf801e0cf579c0e16a7e27f8165693">getEntriesCount</a> ()</td></tr>
|
|
<tr class="memitem:a42d41c0f9153991ecd1ba3d620dac124 pub_methods_class_exe_node_wrapper" id="r_a42d41c0f9153991ecd1ba3d620dac124"><td class="memItemLeft">virtual size_t </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a42d41c0f9153991ecd1ba3d620dac124">getEntriesNum</a> ()</td></tr>
|
|
<tr class="memitem:ab83dd78bccf0c4693a7483c3484b2e39 pub_methods_class_exe_node_wrapper" id="r_ab83dd78bccf0c4693a7483c3484b2e39"><td class="memItemLeft">virtual size_t </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#ab83dd78bccf0c4693a7483c3484b2e39">getSubFieldsCount</a> ()</td></tr>
|
|
<tr class="memitem:a7f85ba53a1be60d32c65b13bd7c35487 pub_methods_class_exe_node_wrapper" id="r_a7f85ba53a1be60d32c65b13bd7c35487"><td class="memItemLeft">size_t </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a7f85ba53a1be60d32c65b13bd7c35487">getEntryId</a> ()</td></tr>
|
|
<tr class="memitem:a1d7490ea5cf0f177357727df53c9a08a pub_methods_class_exe_node_wrapper" id="r_a1d7490ea5cf0f177357727df53c9a08a"><td class="memItemLeft">virtual void * </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a1d7490ea5cf0f177357727df53c9a08a">getSubfieldPtr</a> (size_t fieldId, size_t subField)</td></tr>
|
|
<tr class="memitem:ac0f199fc5f2afabb187da4594e0af82b pub_methods_class_exe_node_wrapper" id="r_ac0f199fc5f2afabb187da4594e0af82b"><td class="memItemLeft">virtual <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#ac0f199fc5f2afabb187da4594e0af82b">getSubfieldSize</a> (size_t fieldId, size_t subField)</td></tr>
|
|
<tr class="memitem:a3d01a79fd85ba49847452b30e818c03e pub_methods_class_exe_node_wrapper" id="r_a3d01a79fd85ba49847452b30e818c03e"><td class="memItemLeft">virtual QString </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a3d01a79fd85ba49847452b30e818c03e">getSubfieldName</a> (size_t fieldId, size_t subField)</td></tr>
|
|
<tr class="memitem:a93babf789a4e49566b20395e43ffc797 pub_methods_class_exe_node_wrapper" id="r_a93babf789a4e49566b20395e43ffc797"><td class="memItemLeft">virtual bool </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a93babf789a4e49566b20395e43ffc797">canAddEntry</a> ()</td></tr>
|
|
<tr class="memitem:ad3ccdd5e4f04f961dd84a201a9b8a1f4 pub_methods_class_exe_node_wrapper" id="r_ad3ccdd5e4f04f961dd84a201a9b8a1f4"><td class="memItemLeft">virtual <a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> * </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#ad3ccdd5e4f04f961dd84a201a9b8a1f4">addEntry</a> (<a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> *entry)</td></tr>
|
|
<tr class="memitem:a236accbe00ba3e70060e1481c9abdec4 pub_methods_class_exe_node_wrapper" id="r_a236accbe00ba3e70060e1481c9abdec4"><td class="memItemLeft"><a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> * </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a236accbe00ba3e70060e1481c9abdec4">getLastEntry</a> ()</td></tr>
|
|
<tr class="memitem:a9c33a8a3dc433b166b86fae38d19297c pub_methods_class_exe_node_wrapper" id="r_a9c33a8a3dc433b166b86fae38d19297c"><td class="memItemLeft">virtual <a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a9c33a8a3dc433b166b86fae38d19297c">getNextEntryOffset</a> ()</td></tr>
|
|
<tr class="memitem:a7b8052d3bc6614113d34ccbfcf9b08be pub_methods_class_exe_node_wrapper" id="r_a7b8052d3bc6614113d34ccbfcf9b08be"><td class="memItemLeft">virtual <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a7b8052d3bc6614113d34ccbfcf9b08be">geEntrySize</a> ()</td></tr>
|
|
<tr class="memitem:aa90cce24f1bec49d87dc18b329dce62e pub_methods_class_exe_node_wrapper" id="r_aa90cce24f1bec49d87dc18b329dce62e"><td class="memItemLeft">virtual bool </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#aa90cce24f1bec49d87dc18b329dce62e">isValid</a> ()</td></tr>
|
|
<tr class="inherit_header pub_methods_class_exe_element_wrapper"><td colspan="2">Public Member Functions inherited from <a class="el" href="class_exe_element_wrapper.html">ExeElementWrapper</a></td></tr>
|
|
<tr class="memitem:a7764c345edef03df4f974f7f09a70a3b pub_methods_class_exe_element_wrapper" id="r_a7764c345edef03df4f974f7f09a70a3b"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a7764c345edef03df4f974f7f09a70a3b">ExeElementWrapper</a> (<a class="el" href="class_executable.html">Executable</a> *exe)</td></tr>
|
|
<tr class="memitem:a4e1378ce444b1a6a8c2a74a7ecb801b8 pub_methods_class_exe_element_wrapper" id="r_a4e1378ce444b1a6a8c2a74a7ecb801b8"><td class="memItemLeft">virtual </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a4e1378ce444b1a6a8c2a74a7ecb801b8">~ExeElementWrapper</a> ()</td></tr>
|
|
<tr class="memitem:a0bd5e125d24bc597cb6e7f720352fd5a pub_methods_class_exe_element_wrapper" id="r_a0bd5e125d24bc597cb6e7f720352fd5a"><td class="memItemLeft">virtual <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a0bd5e125d24bc597cb6e7f720352fd5a">getContentSize</a> ()</td></tr>
|
|
<tr class="memitem:a73e41be695c3260ba0764d5b9092937c pub_methods_class_exe_element_wrapper" id="r_a73e41be695c3260ba0764d5b9092937c"><td class="memItemLeft">virtual BYTE * </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a73e41be695c3260ba0764d5b9092937c">getContent</a> ()</td></tr>
|
|
<tr class="memitem:a98ca205ec6f2d2deacd32327409a3539 pub_methods_class_exe_element_wrapper" id="r_a98ca205ec6f2d2deacd32327409a3539"><td class="memItemLeft">virtual <a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a98ca205ec6f2d2deacd32327409a3539">getOffset</a> ()</td></tr>
|
|
<tr class="memitem:af6fdb98a1dff9810143d6677b99ff4dd pub_methods_class_exe_element_wrapper" id="r_af6fdb98a1dff9810143d6677b99ff4dd"><td class="memItemLeft">virtual <a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#af6fdb98a1dff9810143d6677b99ff4dd">getOffset</a> (void *ptr, bool allowExceptions=false)</td></tr>
|
|
<tr class="memitem:ae2b79b68df1bdf87f4643dbcd1ef8176 pub_methods_class_exe_element_wrapper" id="r_ae2b79b68df1bdf87f4643dbcd1ef8176"><td class="memItemLeft">void * </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#ae2b79b68df1bdf87f4643dbcd1ef8176">getFieldPtr</a> (size_t fieldId)</td></tr>
|
|
<tr class="memitem:a4a1afe592b11191cab1d74432f759b41 pub_methods_class_exe_element_wrapper" id="r_a4a1afe592b11191cab1d74432f759b41"><td class="memItemLeft">virtual <a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a4a1afe592b11191cab1d74432f759b41">getFieldOffset</a> (size_t fieldId, size_t subField=<a class="el" href="_exe_element_wrapper_8h.html#ae810f8925d2f98da8659d53ce26b5b5c">FIELD_NONE</a>)</td></tr>
|
|
<tr class="memitem:ac39b13e7ac41c89db1b66c6e7a57e757 pub_methods_class_exe_element_wrapper" id="r_ac39b13e7ac41c89db1b66c6e7a57e757"><td class="memItemLeft">virtual QString </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#ac39b13e7ac41c89db1b66c6e7a57e757">translateFieldContent</a> (size_t fieldId)</td></tr>
|
|
<tr class="memitem:a2c144aaa86fd60c6aa91b90c86c77c30 pub_methods_class_exe_element_wrapper" id="r_a2c144aaa86fd60c6aa91b90c86c77c30"><td class="memItemLeft">virtual bool </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a2c144aaa86fd60c6aa91b90c86c77c30">hasSubfieldWrapper</a> (size_t parentType)</td></tr>
|
|
<tr class="memitem:a5f05db52fcfdf132740fa6f0923055cd pub_methods_class_exe_element_wrapper" id="r_a5f05db52fcfdf132740fa6f0923055cd"><td class="memItemLeft">virtual <a class="el" href="class_wrapped_value.html">WrappedValue</a> </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a5f05db52fcfdf132740fa6f0923055cd">getWrappedValue</a> (size_t fieldId, size_t subField)</td></tr>
|
|
<tr class="memitem:a2d0869ffae03306918f46253eb43ecc6 pub_methods_class_exe_element_wrapper" id="r_a2d0869ffae03306918f46253eb43ecc6"><td class="memItemLeft">virtual <a class="el" href="class_wrapped_value.html">WrappedValue</a> </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a2d0869ffae03306918f46253eb43ecc6">getWrappedValue</a> (size_t fieldId)</td></tr>
|
|
<tr class="memitem:a8108914de5353bd75c8874bb3fb17129 pub_methods_class_exe_element_wrapper" id="r_a8108914de5353bd75c8874bb3fb17129"><td class="memItemLeft">virtual <a class="el" href="class_executable.html#a2202e0db9d88f3be2b26fc138ddd3b5b">Executable::addr_type</a> </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a8108914de5353bd75c8874bb3fb17129">containsAddrType</a> (size_t fieldId, size_t subField=<a class="el" href="_exe_element_wrapper_8h.html#ae810f8925d2f98da8659d53ce26b5b5c">FIELD_NONE</a>)</td></tr>
|
|
<tr class="memitem:a86cc36cd7ea4808d93c0ac59ffb12e60 pub_methods_class_exe_element_wrapper" id="r_a86cc36cd7ea4808d93c0ac59ffb12e60"><td class="memItemLeft">virtual <a class="el" href="class_wrapped_value.html#a70fcd4afb963d228e1f84fc422d13e0a">WrappedValue::data_type</a> </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a86cc36cd7ea4808d93c0ac59ffb12e60">containsDataType</a> (size_t fieldId, size_t subField=<a class="el" href="_exe_element_wrapper_8h.html#ae810f8925d2f98da8659d53ce26b5b5c">FIELD_NONE</a>)</td></tr>
|
|
<tr class="memitem:af742979e13e19e532cc42ab72b2a0f80 pub_methods_class_exe_element_wrapper" id="r_af742979e13e19e532cc42ab72b2a0f80"><td class="memItemLeft">virtual uint64_t </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#af742979e13e19e532cc42ab72b2a0f80">getNumValue</a> (size_t fieldId, size_t subField, bool *isOk)</td></tr>
|
|
<tr class="memitem:aaee384744aad1430d147285207858863 pub_methods_class_exe_element_wrapper" id="r_aaee384744aad1430d147285207858863"><td class="memItemLeft">uint64_t </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#aaee384744aad1430d147285207858863">getNumValue</a> (size_t fieldId, bool *isOk)</td></tr>
|
|
<tr class="memitem:a1e74b95ca63396ca3f720b05a54f2b62 pub_methods_class_exe_element_wrapper" id="r_a1e74b95ca63396ca3f720b05a54f2b62"><td class="memItemLeft">virtual bool </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a1e74b95ca63396ca3f720b05a54f2b62">setNumValue</a> (size_t fieldId, size_t subField, uint64_t val)</td></tr>
|
|
<tr class="memitem:a60e6c709525c912e4f4b60e7ecbdfb12 pub_methods_class_exe_element_wrapper" id="r_a60e6c709525c912e4f4b60e7ecbdfb12"><td class="memItemLeft">bool </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a60e6c709525c912e4f4b60e7ecbdfb12">setNumValue</a> (size_t fieldId, uint64_t val)</td></tr>
|
|
<tr class="memitem:ac51b5e7b01ac0fcd2f12f557c960bb26 pub_methods_class_exe_element_wrapper" id="r_ac51b5e7b01ac0fcd2f12f557c960bb26"><td class="memItemLeft"><a class="el" href="class_executable.html">Executable</a> * </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#ac51b5e7b01ac0fcd2f12f557c960bb26">getExe</a> ()</td></tr>
|
|
<tr class="memitem:a85682570009a6c69fb22f035763a3c56 pub_methods_class_exe_element_wrapper" id="r_a85682570009a6c69fb22f035763a3c56"><td class="memItemLeft">bool </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a85682570009a6c69fb22f035763a3c56">isBit64</a> ()</td></tr>
|
|
<tr class="memitem:a10375011f680e46f236a878916838fd6 pub_methods_class_exe_element_wrapper" id="r_a10375011f680e46f236a878916838fd6"><td class="memItemLeft">bool </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a10375011f680e46f236a878916838fd6">isBit32</a> ()</td></tr>
|
|
<tr class="inherit_header pub_methods_class_abstract_byte_buffer"><td colspan="2">Public Member Functions inherited from <a class="el" href="class_abstract_byte_buffer.html">AbstractByteBuffer</a></td></tr>
|
|
<tr class="memitem:a083856a64bf8a0682a6a7799830f0ec1 pub_methods_class_abstract_byte_buffer" id="r_a083856a64bf8a0682a6a7799830f0ec1"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a083856a64bf8a0682a6a7799830f0ec1">AbstractByteBuffer</a> ()</td></tr>
|
|
<tr class="memitem:a0a56c0aa65e56d6b739c060816cd3a40 pub_methods_class_abstract_byte_buffer" id="r_a0a56c0aa65e56d6b739c060816cd3a40"><td class="memItemLeft">virtual </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a0a56c0aa65e56d6b739c060816cd3a40">~AbstractByteBuffer</a> ()</td></tr>
|
|
<tr class="memitem:a113d0f29022df23ed74ff1c171df8c82 pub_methods_class_abstract_byte_buffer" id="r_a113d0f29022df23ed74ff1c171df8c82"><td class="memItemLeft">virtual bool </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a113d0f29022df23ed74ff1c171df8c82">isTruncated</a> ()</td></tr>
|
|
<tr class="memitem:a20e43caa5780d199dd1d7d919f9d590e pub_methods_class_abstract_byte_buffer" id="r_a20e43caa5780d199dd1d7d919f9d590e"><td class="memItemLeft">virtual bool </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a20e43caa5780d199dd1d7d919f9d590e">isResized</a> ()</td></tr>
|
|
<tr class="memitem:abe753ded9eb9cb7495c37050d0ed8a5e pub_methods_class_abstract_byte_buffer" id="r_abe753ded9eb9cb7495c37050d0ed8a5e"><td class="memItemLeft">BYTE </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#abe753ded9eb9cb7495c37050d0ed8a5e">operator[]</a> (size_t idx)</td></tr>
|
|
<tr class="memitem:a64f38e33f915741eb283ef9a34cacb6d pub_methods_class_abstract_byte_buffer" id="r_a64f38e33f915741eb283ef9a34cacb6d"><td class="memItemLeft">virtual BYTE * </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a64f38e33f915741eb283ef9a34cacb6d">getContentAt</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> offset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size, bool allowExceptions=false)</td></tr>
|
|
<tr class="memitem:a1bb3488a20437ae30801b5f1b30d10ca pub_methods_class_abstract_byte_buffer" id="r_a1bb3488a20437ae30801b5f1b30d10ca"><td class="memItemLeft">virtual BYTE * </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a1bb3488a20437ae30801b5f1b30d10ca">getContentAtPtr</a> (BYTE *ptr, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size, bool allowExceptions=false)</td></tr>
|
|
<tr class="memitem:a645af5adcbc9ea0639ffd216cdb2b170 pub_methods_class_abstract_byte_buffer" id="r_a645af5adcbc9ea0639ffd216cdb2b170"><td class="memItemLeft">virtual bool </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a645af5adcbc9ea0639ffd216cdb2b170">setBufferedValue</a> (BYTE *dstPtr, BYTE *srcPtr, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> srcSize, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> paddingSize, bool allowExceptions=false)</td></tr>
|
|
<tr class="memitem:a91f67da45e60fe85a4b03bd4e2b1c59e pub_methods_class_abstract_byte_buffer" id="r_a91f67da45e60fe85a4b03bd4e2b1c59e"><td class="memItemLeft">bool </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a91f67da45e60fe85a4b03bd4e2b1c59e">setStringValue</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, QString newText)</td></tr>
|
|
<tr class="memitem:a1b2b8f6c4056609a33cef548e848e7a4 pub_methods_class_abstract_byte_buffer" id="r_a1b2b8f6c4056609a33cef548e848e7a4"><td class="memItemLeft">QString </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a1b2b8f6c4056609a33cef548e848e7a4">getStringValue</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> len=<a class="el" href="_abstract_byte_buffer_8h.html#a06eeddcfd3f26853ac1210c897f8a003">BUFSIZE_MAX</a>, bool acceptNonTerminated=false)</td></tr>
|
|
<tr class="memitem:ac56fe1119d76076dc58fd08cde2e2bb3 pub_methods_class_abstract_byte_buffer" id="r_ac56fe1119d76076dc58fd08cde2e2bb3"><td class="memItemLeft">QString </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#ac56fe1119d76076dc58fd08cde2e2bb3">getWStringValue</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> len)</td></tr>
|
|
<tr class="memitem:af42b7e4acd2e6d9b1ef6213ce494a45a pub_methods_class_abstract_byte_buffer" id="r_af42b7e4acd2e6d9b1ef6213ce494a45a"><td class="memItemLeft">QString </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#af42b7e4acd2e6d9b1ef6213ce494a45a">getWAsciiStringValue</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> len, bool acceptNonTerminated=false)</td></tr>
|
|
<tr class="memitem:a04f5bb327ac0789b872d0771b11adc6b pub_methods_class_abstract_byte_buffer" id="r_a04f5bb327ac0789b872d0771b11adc6b"><td class="memItemLeft"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a04f5bb327ac0789b872d0771b11adc6b">getMaxSizeFromOffset</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> startOffset)</td></tr>
|
|
<tr class="memitem:a4cbbe66b2777fa7c450f612ec3a20ae6 pub_methods_class_abstract_byte_buffer" id="r_a4cbbe66b2777fa7c450f612ec3a20ae6"><td class="memItemLeft"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a4cbbe66b2777fa7c450f612ec3a20ae6">getMaxSizeFromPtr</a> (BYTE *ptr)</td></tr>
|
|
<tr class="memitem:ad6e51045cafb47ed7d4467b55ad74d4f pub_methods_class_abstract_byte_buffer" id="r_ad6e51045cafb47ed7d4467b55ad74d4f"><td class="memItemLeft">bool </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#ad6e51045cafb47ed7d4467b55ad74d4f">isAreaEmpty</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size)</td></tr>
|
|
<tr class="memitem:af71537f23fca3c17751b782fc41a4ca2 pub_methods_class_abstract_byte_buffer" id="r_af71537f23fca3c17751b782fc41a4ca2"><td class="memItemLeft">bool </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#af71537f23fca3c17751b782fc41a4ca2">fillContent</a> (BYTE filling)</td></tr>
|
|
<tr class="memitem:a879558945e14b82e6345dd47f25140c1 pub_methods_class_abstract_byte_buffer" id="r_a879558945e14b82e6345dd47f25140c1"><td class="memItemLeft">bool </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a879558945e14b82e6345dd47f25140c1">pasteBuffer</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="class_abstract_byte_buffer.html">AbstractByteBuffer</a> *buf, bool allowTrunc)</td></tr>
|
|
<tr class="memitem:a9fe8ad85b0926eacf7e3e4731b0344a3 pub_methods_class_abstract_byte_buffer" id="r_a9fe8ad85b0926eacf7e3e4731b0344a3"><td class="memItemLeft">bool </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a9fe8ad85b0926eacf7e3e4731b0344a3">containsBlock</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size)</td></tr>
|
|
<tr class="memitem:a14f43c9bfaa747b5ee4191a51f1180d9 pub_methods_class_abstract_byte_buffer" id="r_a14f43c9bfaa747b5ee4191a51f1180d9"><td class="memItemLeft">bool </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a14f43c9bfaa747b5ee4191a51f1180d9">intersectsBlock</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size)</td></tr>
|
|
<tr class="memitem:a9476fc334d491f3882852b0048a76b77 pub_methods_class_abstract_byte_buffer" id="r_a9476fc334d491f3882852b0048a76b77"><td class="memItemLeft">uint64_t </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a9476fc334d491f3882852b0048a76b77">getNumValue</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> offset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size, bool *isOk)</td></tr>
|
|
<tr class="memitem:a5e4be1e74690ad6517c3d19ed946b857 pub_methods_class_abstract_byte_buffer" id="r_a5e4be1e74690ad6517c3d19ed946b857"><td class="memItemLeft">bool </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a5e4be1e74690ad6517c3d19ed946b857">setNumValue</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> offset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size, uint64_t newVal)</td></tr>
|
|
<tr class="memitem:a39e77f97d0d667575ef574cc68255ae6 pub_methods_class_abstract_byte_buffer" id="r_a39e77f97d0d667575ef574cc68255ae6"><td class="memItemLeft">bool </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a39e77f97d0d667575ef574cc68255ae6">setTextValue</a> (char *textPtr, std::string newText, size_t fieldLimitLen=0)</td></tr>
|
|
<tr class="memitem:ac1710ac29680e17156a74a3618fe35f2 pub_methods_class_abstract_byte_buffer" id="r_ac1710ac29680e17156a74a3618fe35f2"><td class="memItemLeft">virtual bool </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#ac1710ac29680e17156a74a3618fe35f2">resize</a> (<a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> newSize)</td></tr>
|
|
<tr class="memitem:a74943c97716eb8c33448a883f384f64c pub_methods_class_abstract_byte_buffer" id="r_a74943c97716eb8c33448a883f384f64c"><td class="memItemLeft"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#a74943c97716eb8c33448a883f384f64c">substFragmentByFile</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> offset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> contentSize, QFile &fIn)</td></tr>
|
|
</table><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 id="header-pro-methods" class="groupheader"><a id="pro-methods" name="pro-methods"></a>
|
|
Protected Member Functions</h2></td></tr>
|
|
<tr class="memitem:a13b9a7bba1549733fdc60d51abcea5ea" id="r_a13b9a7bba1549733fdc60d51abcea5ea"><td class="memItemLeft">bool </td><td class="memItemRight"><a class="el" href="#a13b9a7bba1549733fdc60d51abcea5ea">loadNextEntry</a> (size_t entryNum)</td></tr>
|
|
<tr class="memitem:a5f98993d37168562466f60abe3a035e0" id="r_a5f98993d37168562466f60abe3a035e0"><td class="memItemLeft">IMAGE_BOUND_IMPORT_DESCRIPTOR * </td><td class="memItemRight"><a class="el" href="#a5f98993d37168562466f60abe3a035e0">boundImp</a> ()</td></tr>
|
|
<tr class="inherit_header pro_methods_class_data_dir_entry_wrapper"><td colspan="2">Protected Member Functions inherited from <a class="el" href="class_data_dir_entry_wrapper.html">DataDirEntryWrapper</a></td></tr>
|
|
<tr class="memitem:abeca109880b28e18f101e790efc29b1d pro_methods_class_data_dir_entry_wrapper" id="r_abeca109880b28e18f101e790efc29b1d"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="class_data_dir_entry_wrapper.html#abeca109880b28e18f101e790efc29b1d">DataDirEntryWrapper</a> (<a class="el" href="class_p_e_file.html">PEFile</a> *pe, pe::dir_entry v_entryType)</td></tr>
|
|
<tr class="inherit_header pro_methods_class_exe_node_wrapper"><td colspan="2">Protected Member Functions inherited from <a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a></td></tr>
|
|
<tr class="memitem:ab65292a452c9c7d94b6c0b3ce2d934d5 pro_methods_class_exe_node_wrapper" id="r_ab65292a452c9c7d94b6c0b3ce2d934d5"><td class="memItemLeft">size_t </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#ab65292a452c9c7d94b6c0b3ce2d934d5">getEntriesCount</a> (std::vector< <a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> * > &_entries)</td></tr>
|
|
<tr class="memitem:a682867297187a2c4369484354c515400 pro_methods_class_exe_node_wrapper" id="r_a682867297187a2c4369484354c515400"><td class="memItemLeft"><a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> * </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a682867297187a2c4369484354c515400">getEntryAt</a> (std::vector< <a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> * > &_entries, size_t fieldId)</td></tr>
|
|
<tr class="memitem:abd74c2637211cf471d022b528654c84c pro_methods_class_exe_node_wrapper" id="r_abd74c2637211cf471d022b528654c84c"><td class="memItemLeft">virtual void </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#abd74c2637211cf471d022b528654c84c">clear</a> ()</td></tr>
|
|
<tr class="memitem:a7689f2efd4ed0f43890385839a0b617a pro_methods_class_exe_node_wrapper" id="r_a7689f2efd4ed0f43890385839a0b617a"><td class="memItemLeft">virtual void </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a7689f2efd4ed0f43890385839a0b617a">addMapping</a> (<a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> *entry)</td></tr>
|
|
<tr class="memitem:a22e7c147e4a0f6f9882d6ac3bb40ed25 pro_methods_class_exe_node_wrapper" id="r_a22e7c147e4a0f6f9882d6ac3bb40ed25"><td class="memItemLeft">virtual <a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> * </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a22e7c147e4a0f6f9882d6ac3bb40ed25">addEntryAt</a> (<a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> *entry, <a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> nextOffset)</td></tr>
|
|
<tr class="memitem:a18ce067c9b583670403ed0abc2cbad2d pro_methods_class_exe_node_wrapper" id="r_a18ce067c9b583670403ed0abc2cbad2d"><td class="memItemLeft">virtual bool </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a18ce067c9b583670403ed0abc2cbad2d">isMyEntryType</a> (<a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> *entry)</td></tr>
|
|
<tr class="inherit_header pro_methods_class_exe_element_wrapper"><td colspan="2">Protected Member Functions inherited from <a class="el" href="class_exe_element_wrapper.html">ExeElementWrapper</a></td></tr>
|
|
<tr class="memitem:a1f58acc525be97f70b60d8a3ab1df6da pro_methods_class_exe_element_wrapper" id="r_a1f58acc525be97f70b60d8a3ab1df6da"><td class="memItemLeft">virtual bool </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#a1f58acc525be97f70b60d8a3ab1df6da">canCopyToOffset</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset)</td></tr>
|
|
<tr class="memitem:aae7b512e4a6302259348e4f9ce817c36 pro_methods_class_exe_element_wrapper" id="r_aae7b512e4a6302259348e4f9ce817c36"><td class="memItemLeft">bool </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#aae7b512e4a6302259348e4f9ce817c36">copyToOffset</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset)</td></tr>
|
|
</table><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 id="header-pro-attribs" class="groupheader"><a id="pro-attribs" name="pro-attribs"></a>
|
|
Protected Attributes</h2></td></tr>
|
|
<tr class="memitem:a5c4c7d7cf872187d05e365c6aa44b756" id="r_a5c4c7d7cf872187d05e365c6aa44b756"><td class="memItemLeft">size_t </td><td class="memItemRight"><a class="el" href="#a5c4c7d7cf872187d05e365c6aa44b756">importsCount</a></td></tr>
|
|
<tr class="inherit_header pro_attribs_class_data_dir_entry_wrapper"><td colspan="2">Protected Attributes inherited from <a class="el" href="class_data_dir_entry_wrapper.html">DataDirEntryWrapper</a></td></tr>
|
|
<tr class="memitem:aa778a169c81c7dc7273156633ca030a9 pro_attribs_class_data_dir_entry_wrapper" id="r_aa778a169c81c7dc7273156633ca030a9"><td class="memItemLeft">int </td><td class="memItemRight"><a class="el" href="class_data_dir_entry_wrapper.html#aa778a169c81c7dc7273156633ca030a9">entryType</a></td></tr>
|
|
<tr class="inherit_header pro_attribs_class_p_e_node_wrapper"><td colspan="2">Protected Attributes inherited from <a class="el" href="class_p_e_node_wrapper.html">PENodeWrapper</a></td></tr>
|
|
<tr class="memitem:ab6fa549a7490efc0a84ab0c39fe0ef95 pro_attribs_class_p_e_node_wrapper" id="r_ab6fa549a7490efc0a84ab0c39fe0ef95"><td class="memItemLeft"><a class="el" href="class_p_e_file.html">PEFile</a> * </td><td class="memItemRight"><a class="el" href="class_p_e_node_wrapper.html#ab6fa549a7490efc0a84ab0c39fe0ef95">m_PE</a></td></tr>
|
|
<tr class="memitem:aa7b05b302e7fcccefec832b72d135a78 pro_attribs_class_p_e_node_wrapper" id="r_aa7b05b302e7fcccefec832b72d135a78"><td class="memItemLeft"><a class="el" href="class_p_e_node_wrapper.html">PENodeWrapper</a> * </td><td class="memItemRight"><a class="el" href="class_p_e_node_wrapper.html#aa7b05b302e7fcccefec832b72d135a78">peParentNode</a></td></tr>
|
|
<tr class="inherit_header pro_attribs_class_exe_node_wrapper"><td colspan="2">Protected Attributes inherited from <a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a></td></tr>
|
|
<tr class="memitem:a9c3516076bbc1fd16c9222fb56e36f57 pro_attribs_class_exe_node_wrapper" id="r_a9c3516076bbc1fd16c9222fb56e36f57"><td class="memItemLeft"><a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> * </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a9c3516076bbc1fd16c9222fb56e36f57">parentNode</a></td></tr>
|
|
<tr class="memitem:aaf023e7c90b9e9c90ab69e6ae7ea2b65 pro_attribs_class_exe_node_wrapper" id="r_aaf023e7c90b9e9c90ab69e6ae7ea2b65"><td class="memItemLeft">size_t </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#aaf023e7c90b9e9c90ab69e6ae7ea2b65">entryNum</a></td></tr>
|
|
<tr class="memitem:a7c22babccbf1bc935ad563d06c450995 pro_attribs_class_exe_node_wrapper" id="r_a7c22babccbf1bc935ad563d06c450995"><td class="memItemLeft">std::vector< <a class="el" href="class_exe_node_wrapper.html">ExeNodeWrapper</a> * > </td><td class="memItemRight"><a class="el" href="class_exe_node_wrapper.html#a7c22babccbf1bc935ad563d06c450995">entries</a></td></tr>
|
|
<tr class="inherit_header pro_attribs_class_exe_element_wrapper"><td colspan="2">Protected Attributes inherited from <a class="el" href="class_exe_element_wrapper.html">ExeElementWrapper</a></td></tr>
|
|
<tr class="memitem:ad5100967cd4bb4831c0e96de7659d53e pro_attribs_class_exe_element_wrapper" id="r_ad5100967cd4bb4831c0e96de7659d53e"><td class="memItemLeft"><a class="el" href="class_executable.html">Executable</a> * </td><td class="memItemRight"><a class="el" href="class_exe_element_wrapper.html#ad5100967cd4bb4831c0e96de7659d53e">m_Exe</a></td></tr>
|
|
</table><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 id="header-friends" class="groupheader"><a id="friends" name="friends"></a>
|
|
Friends</h2></td></tr>
|
|
<tr class="memitem:aaa17a010931e9cb518c1e28685d24be7" id="r_aaa17a010931e9cb518c1e28685d24be7"><td class="memItemLeft">class </td><td class="memItemRight"><a class="el" href="#aaa17a010931e9cb518c1e28685d24be7">BoundEntryWrapper</a></td></tr>
|
|
</table><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 id="header-inherited" class="groupheader"><a id="inherited" name="inherited"></a>
|
|
Additional Inherited Members</h2></td></tr>
|
|
<tr class="inherit_header pub_static_methods_class_abstract_byte_buffer"><td colspan="2">Static Public Member Functions inherited from <a class="el" href="class_abstract_byte_buffer.html">AbstractByteBuffer</a></td></tr>
|
|
<tr class="memitem:ac24d107f7f7dafeeb671e9aceeba818d pub_static_methods_class_abstract_byte_buffer" id="r_ac24d107f7f7dafeeb671e9aceeba818d"><td class="memItemLeft">static bool </td><td class="memItemRight"><a class="el" href="class_abstract_byte_buffer.html#ac24d107f7f7dafeeb671e9aceeba818d">isValid</a> (<a class="el" href="class_abstract_byte_buffer.html">AbstractByteBuffer</a> *buf)</td></tr>
|
|
</table>
|
|
<a name="details" id="details"></a><h2 id="header-details" class="groupheader">Detailed Description</h2>
|
|
<div class="textblock">
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8h_source.html#l00005">5</a> of file <a class="el" href="_bound_imp_dir_wrapper_8h_source.html">BoundImpDirWrapper.h</a>.</p>
|
|
</div><a name="doc-constructors" id="doc-constructors"></a><h2 id="header-doc-constructors" class="groupheader">Constructor & Destructor Documentation</h2>
|
|
<a id="a0e48e217aac30ee1ae8b703255a7e8d3" name="a0e48e217aac30ee1ae8b703255a7e8d3"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a0e48e217aac30ee1ae8b703255a7e8d3">◆ </a></span>BoundImpDirWrapper()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">BoundImpDirWrapper::BoundImpDirWrapper </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="class_p_e_file.html">PEFile</a> *</td> <td class="paramname"><span class="paramname"><em>pe</em></span></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel inline">inline</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8h_source.html#l00008">8</a> of file <a class="el" href="_bound_imp_dir_wrapper_8h_source.html">BoundImpDirWrapper.h</a>.</p>
|
|
<div class="dynheader">
|
|
Here is the call graph for this function:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="class_bound_imp_dir_wrapper_a0e48e217aac30ee1ae8b703255a7e8d3_cgraph.png" border="0" usemap="#aclass_bound_imp_dir_wrapper_a0e48e217aac30ee1ae8b703255a7e8d3_cgraph" loading="lazy" alt=""/></div>
|
|
<map name="aclass_bound_imp_dir_wrapper_a0e48e217aac30ee1ae8b703255a7e8d3_cgraph" id="aclass_bound_imp_dir_wrapper_a0e48e217aac30ee1ae8b703255a7e8d3_cgraph">
|
|
<area shape="rect" title=" " alt="" coords="5,111,156,151"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#abeca109880b28e18f101e790efc29b1d" title=" " alt="" coords="599,111,747,151"/>
|
|
<area shape="poly" title=" " alt="" coords="156,128,584,128,584,134,156,134"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#a28b20b86c5782d2fe7e08249d0c503fd" title=" " alt="" coords="834,29,975,70"/>
|
|
<area shape="poly" title=" " alt="" coords="155,116,203,110,544,75,818,53,819,58,545,80,204,115,156,122"/>
|
|
<area shape="rect" href="class_bound_imp_dir_wrapper.html#aa333f4aed19caef73594687fd0be321e" title=" " alt="" coords="204,403,348,443"/>
|
|
<area shape="poly" title=" " alt="" coords="98,151,255,388,250,391,93,153"/>
|
|
<area shape="poly" title=" " alt="" coords="721,108,794,79,818,71,820,76,796,84,723,113"/>
|
|
<area shape="rect" href="class_p_e_node_wrapper.html#a313df66e81dfce411fa83d0ebc08c935" title=" " alt="" coords="795,118,1014,144"/>
|
|
<area shape="poly" title=" " alt="" coords="747,128,779,128,779,134,747,134"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a5cd7f16e4529be2a96f87237e31b2611" title=" " alt="" coords="1356,136,1512,161"/>
|
|
<area shape="poly" title=" " alt="" coords="748,146,795,154,933,164,1042,165,1289,154,1341,152,1341,157,1289,159,1042,170,933,169,794,159,747,151"/>
|
|
<area shape="poly" title=" " alt="" coords="861,29,859,19,866,10,881,5,904,3,929,5,944,11,942,16,928,10,904,8,882,10,869,15,864,21,866,28"/>
|
|
<area shape="poly" title=" " alt="" coords="866,119,858,110,863,100,879,94,904,92,933,94,947,101,945,106,931,99,904,97,880,99,867,104,864,109,870,116"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a62bc3ef1f006f8b4ac823c3d573819ce" title=" " alt="" coords="1062,244,1289,269"/>
|
|
<area shape="poly" title=" " alt="" coords="936,142,1133,234,1131,239,933,147"/>
|
|
<area shape="poly" title=" " alt="" coords="937,115,994,95,1061,79,1125,69,1176,65,1227,68,1290,79,1349,99,1400,125,1398,130,1347,104,1289,84,1226,73,1176,70,1126,75,1063,84,996,100,939,120"/>
|
|
<area shape="rect" href="class_p_e_node_wrapper.html#a28b20b86c5782d2fe7e08249d0c503fd" title=" " alt="" coords="1095,118,1256,144"/>
|
|
<area shape="poly" title=" " alt="" coords="1015,128,1080,128,1080,134,1015,134"/>
|
|
<area shape="poly" title=" " alt="" coords="1133,245,1125,235,1130,225,1147,219,1176,217,1208,220,1224,227,1221,232,1206,225,1176,222,1148,224,1133,229,1130,234,1137,241"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#ab7df12d050ebc48a6ffd6ff53896d7c5" title=" " alt="" coords="1579,179,1722,219"/>
|
|
<area shape="poly" title=" " alt="" coords="1235,240,1337,222,1455,209,1563,201,1563,206,1455,214,1338,227,1236,246"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a7764c345edef03df4f974f7f09a70a3b" title=" " alt="" coords="1362,236,1506,277"/>
|
|
<area shape="poly" title=" " alt="" coords="1290,254,1347,254,1347,259,1290,259"/>
|
|
<area shape="poly" title=" " alt="" coords="1202,241,1262,211,1336,178,1374,164,1376,169,1338,183,1265,215,1204,245"/>
|
|
<area shape="poly" title=" " alt="" coords="1614,179,1612,169,1618,160,1631,154,1650,152,1671,154,1684,161,1681,165,1670,160,1650,157,1632,159,1621,164,1617,170,1619,177"/>
|
|
<area shape="poly" title=" " alt="" coords="1505,235,1563,219,1564,224,1507,240"/>
|
|
<area shape="rect" href="namespace_logger.html#a36e3deee152da96a491b670a00d224c9" title=" " alt="" coords="1596,244,1705,269"/>
|
|
<area shape="poly" title=" " alt="" coords="1506,254,1580,254,1580,259,1506,259"/>
|
|
<area shape="poly" title=" " alt="" coords="1133,120,1125,110,1130,100,1147,94,1176,92,1208,94,1224,101,1221,106,1206,99,1176,97,1148,99,1133,104,1130,109,1137,116"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#abd74c2637211cf471d022b528654c84c" title=" " alt="" coords="396,440,551,465"/>
|
|
<area shape="poly" title=" " alt="" coords="349,431,381,436,381,441,348,436"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#af5e95792dc15586d7b769dc46ba55e59" title=" " alt="" coords="1363,516,1505,557"/>
|
|
<area shape="poly" title=" " alt="" coords="317,441,397,475,472,500,532,517,593,527,672,530,906,530,1348,533,1348,538,906,535,672,535,592,532,531,522,471,505,395,480,315,446"/>
|
|
<area shape="rect" href="class_bound_imp_dir_wrapper.html#a13b9a7bba1549733fdc60d51abcea5ea" title=" " alt="" coords="402,375,546,415"/>
|
|
<area shape="poly" title=" " alt="" coords="348,410,385,405,386,410,349,415"/>
|
|
<area shape="rect" href="class_bound_imp_dir_wrapper.html#aaa17a010931e9cb518c1e28685d24be7" title=" " alt="" coords="601,375,745,415"/>
|
|
<area shape="poly" title=" " alt="" coords="546,392,585,392,585,398,546,398"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#af742979e13e19e532cc42ab72b2a0f80" title=" " alt="" coords="1579,349,1722,390"/>
|
|
<area shape="poly" title=" " alt="" coords="511,372,552,352,599,336,683,318,749,311,903,311,1177,311,1282,315,1386,325,1564,351,1563,356,1386,330,1281,320,1177,316,903,316,750,316,683,323,600,342,554,357,514,377"/>
|
|
<area shape="rect" href="class_bound_entry_wrapper.html#af8db0d9c611a42d3c7199329aebd5e86" title=" " alt="" coords="602,440,744,481"/>
|
|
<area shape="poly" title=" " alt="" coords="539,413,595,432,594,437,537,418"/>
|
|
<area shape="poly" title=" " alt="" coords="635,375,633,365,639,356,653,350,673,348,695,350,708,357,705,361,693,356,673,353,654,355,643,360,638,366,640,373"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a4a1afe592b11191cab1d74432f759b41" title=" " alt="" coords="1770,369,1913,410"/>
|
|
<area shape="poly" title=" " alt="" coords="1723,375,1755,378,1754,383,1722,380"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a10ef93fdda6cf93c5db02b696a81b7c7" title=" " alt="" coords="1770,304,1913,345"/>
|
|
<area shape="poly" title=" " alt="" coords="1722,350,1754,342,1756,347,1723,355"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a43f0978ee5667e5dd34293f155d3d3cf" title=" " alt="" coords="1961,369,2105,410"/>
|
|
<area shape="poly" title=" " alt="" coords="1914,387,1946,387,1946,392,1914,392"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a98ca205ec6f2d2deacd32327409a3539" title=" " alt="" coords="1961,459,2105,499"/>
|
|
<area shape="poly" title=" " alt="" coords="1888,408,1975,449,1973,454,1886,413"/>
|
|
<area shape="poly" title=" " alt="" coords="1996,459,1995,449,2001,440,2014,434,2033,432,2054,434,2066,441,2064,445,2052,440,2033,437,2015,439,2004,444,2000,450,2002,457"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a227c20e3780b42bc18822e992bf4d116" title=" " alt="" coords="2153,320,2296,361"/>
|
|
<area shape="poly" title=" " alt="" coords="2061,456,2181,368,2184,372,2064,460"/>
|
|
<area shape="poly" title=" " alt="" coords="1904,343,1958,361,1956,366,1902,348"/>
|
|
<area shape="poly" title=" " alt="" coords="1858,302,1901,260,1929,240,1960,225,2000,212,2033,207,2066,211,2106,225,2135,240,2161,261,2202,306,2198,309,2158,265,2132,245,2104,229,2065,217,2033,213,2001,217,1962,229,1932,244,1904,264,1862,305"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a561b2d35521c1f6cb5f07a183989dc83" title=" " alt="" coords="1961,239,2105,279"/>
|
|
<area shape="poly" title=" " alt="" coords="1902,301,1956,282,1958,287,1904,306"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a087ecf5a983c1ef1e8de95b16c487616" title=" " alt="" coords="1961,304,2105,345"/>
|
|
<area shape="poly" title=" " alt="" coords="1914,322,1946,322,1946,327,1914,327"/>
|
|
<area shape="poly" title=" " alt="" coords="744,462,938,471,1174,476,1652,476,1946,476,1946,482,1652,482,1174,482,938,477,744,467"/>
|
|
<area shape="rect" href="class_bound_imp_dir_wrapper.html#a5f98993d37168562466f60abe3a035e0" title=" " alt="" coords="832,401,976,442"/>
|
|
<area shape="poly" title=" " alt="" coords="744,446,816,434,817,439,745,451"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#afb0d9f2d943f92479dc0019390af1267" title=" " alt="" coords="797,352,1012,377"/>
|
|
<area shape="poly" title=" " alt="" coords="722,437,745,425,769,405,793,387,811,380,814,385,796,392,772,410,748,429,725,442"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#aa3bd2e16d3fde61e1e58e5cd7377884f" title=" " alt="" coords="1105,401,1246,442"/>
|
|
<area shape="poly" title=" " alt="" coords="977,419,1089,419,1089,424,977,424"/>
|
|
<area shape="poly" title=" " alt="" coords="1224,440,1373,507,1371,512,1222,445"/>
|
|
<area shape="rect" href="class_data_dir_wrapper.html#ae9323984ac2986c3f1725a8c290c80b0" title=" " alt="" coords="1337,373,1531,398"/>
|
|
<area shape="poly" title=" " alt="" coords="1246,409,1322,399,1322,404,1247,414"/>
|
|
<area shape="poly" title=" " alt="" coords="1531,376,1563,373,1563,379,1531,381"/>
|
|
<area shape="poly" title=" " alt="" coords="938,348,1126,273,1128,278,940,353"/>
|
|
</map>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<a name="doc-func-members" id="doc-func-members"></a><h2 id="header-doc-func-members" class="groupheader">Member Function Documentation</h2>
|
|
<a id="a5f98993d37168562466f60abe3a035e0" name="a5f98993d37168562466f60abe3a035e0"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a5f98993d37168562466f60abe3a035e0">◆ </a></span>boundImp()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">IMAGE_BOUND_IMPORT_DESCRIPTOR * BoundImpDirWrapper::boundImp </td>
|
|
<td>(</td>
|
|
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel protected">protected</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8cpp_source.html#l00020">20</a> of file <a class="el" href="_bound_imp_dir_wrapper_8cpp_source.html">BoundImpDirWrapper.cpp</a>.</p>
|
|
<div class="dynheader">
|
|
Here is the call graph for this function:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="class_bound_imp_dir_wrapper_a5f98993d37168562466f60abe3a035e0_cgraph.png" border="0" usemap="#aclass_bound_imp_dir_wrapper_a5f98993d37168562466f60abe3a035e0_cgraph" loading="lazy" alt=""/></div>
|
|
<map name="aclass_bound_imp_dir_wrapper_a5f98993d37168562466f60abe3a035e0_cgraph" id="aclass_bound_imp_dir_wrapper_a5f98993d37168562466f60abe3a035e0_cgraph">
|
|
<area shape="rect" title=" " alt="" coords="5,96,150,137"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#aa3bd2e16d3fde61e1e58e5cd7377884f" title=" " alt="" coords="198,96,339,137"/>
|
|
<area shape="poly" title=" " alt="" coords="150,114,182,114,182,119,150,119"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#af5e95792dc15586d7b769dc46ba55e59" title=" " alt="" coords="413,67,554,107"/>
|
|
<area shape="poly" title=" " alt="" coords="339,104,397,96,398,101,340,109"/>
|
|
<area shape="rect" href="class_data_dir_wrapper.html#ae9323984ac2986c3f1725a8c290c80b0" title=" " alt="" coords="387,132,580,157"/>
|
|
<area shape="poly" title=" " alt="" coords="340,123,372,127,371,132,339,128"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#af742979e13e19e532cc42ab72b2a0f80" title=" " alt="" coords="628,124,772,165"/>
|
|
<area shape="poly" title=" " alt="" coords="581,142,613,142,613,147,581,147"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a4a1afe592b11191cab1d74432f759b41" title=" " alt="" coords="820,91,963,131"/>
|
|
<area shape="poly" title=" " alt="" coords="772,129,804,124,805,129,773,134"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a10ef93fdda6cf93c5db02b696a81b7c7" title=" " alt="" coords="820,156,963,197"/>
|
|
<area shape="poly" title=" " alt="" coords="773,154,805,159,804,164,772,159"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a43f0978ee5667e5dd34293f155d3d3cf" title=" " alt="" coords="1011,95,1154,135"/>
|
|
<area shape="poly" title=" " alt="" coords="964,110,996,111,996,116,963,115"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a98ca205ec6f2d2deacd32327409a3539" title=" " alt="" coords="1011,29,1154,70"/>
|
|
<area shape="poly" title=" " alt="" coords="956,88,1002,73,1004,78,958,93"/>
|
|
<area shape="poly" title=" " alt="" coords="1046,29,1044,19,1050,10,1063,5,1083,3,1104,5,1116,11,1114,16,1102,10,1083,8,1065,10,1054,15,1050,20,1051,28"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a227c20e3780b42bc18822e992bf4d116" title=" " alt="" coords="1202,91,1346,131"/>
|
|
<area shape="poly" title=" " alt="" coords="1149,68,1195,83,1193,88,1148,73"/>
|
|
<area shape="poly" title=" " alt="" coords="956,153,1002,138,1004,143,958,158"/>
|
|
<area shape="poly" title=" " alt="" coords="963,169,1054,160,1154,144,1197,134,1198,139,1155,150,1055,166,963,175"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a561b2d35521c1f6cb5f07a183989dc83" title=" " alt="" coords="1011,209,1154,250"/>
|
|
<area shape="poly" title=" " alt="" coords="964,194,997,203,995,208,963,199"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a087ecf5a983c1ef1e8de95b16c487616" title=" " alt="" coords="1011,275,1154,315"/>
|
|
<area shape="poly" title=" " alt="" coords="920,195,963,227,1012,259,1022,265,1019,269,1010,264,959,231,917,199"/>
|
|
</map>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="af59d1037e59a0ff6b1f04bd8e1d3b676" name="af59d1037e59a0ff6b1f04bd8e1d3b676"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#af59d1037e59a0ff6b1f04bd8e1d3b676">◆ </a></span>getFieldName() <span class="overload">[1/2]</span></h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">virtual QString BoundImpDirWrapper::getFieldName </td>
|
|
<td>(</td>
|
|
<td class="paramtype">size_t</td> <td class="paramname"><span class="paramname"><em>fieldId</em></span></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel inline">inline</span><span class="mlabel virtual">virtual</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p>Implements <a class="el" href="class_exe_node_wrapper.html#a086e8cfa49daea540fc55956821375f1">ExeNodeWrapper</a>.</p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8h_source.html#l00022">22</a> of file <a class="el" href="_bound_imp_dir_wrapper_8h_source.html">BoundImpDirWrapper.h</a>.</p>
|
|
<div class="dynheader">
|
|
Here is the call graph for this function:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="class_bound_imp_dir_wrapper_af59d1037e59a0ff6b1f04bd8e1d3b676_cgraph.png" border="0" usemap="#aclass_bound_imp_dir_wrapper_af59d1037e59a0ff6b1f04bd8e1d3b676_cgraph" loading="lazy" alt=""/></div>
|
|
<map name="aclass_bound_imp_dir_wrapper_af59d1037e59a0ff6b1f04bd8e1d3b676_cgraph" id="aclass_bound_imp_dir_wrapper_af59d1037e59a0ff6b1f04bd8e1d3b676_cgraph">
|
|
<area shape="rect" title=" " alt="" coords="5,29,150,70"/>
|
|
<area shape="poly" title=" " alt="" coords="49,29,48,20,52,11,63,5,78,3,94,5,103,12,100,16,92,10,77,8,64,10,56,14,53,20,55,28"/>
|
|
</map>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a345a657ceb0a33e405b40fb23245c305" name="a345a657ceb0a33e405b40fb23245c305"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a345a657ceb0a33e405b40fb23245c305">◆ </a></span>getFieldName() <span class="overload">[2/2]</span></h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">virtual QString BoundImpDirWrapper::getFieldName </td>
|
|
<td>(</td>
|
|
<td class="paramtype">size_t</td> <td class="paramname"><span class="paramname"><em>fieldId</em></span>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">size_t</td> <td class="paramname"><span class="paramname"><em>subField</em></span> )</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel inline">inline</span><span class="mlabel virtual">virtual</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8h_source.html#l00021">21</a> of file <a class="el" href="_bound_imp_dir_wrapper_8h_source.html">BoundImpDirWrapper.h</a>.</p>
|
|
<div class="dynheader">
|
|
Here is the call graph for this function:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="class_bound_imp_dir_wrapper_a345a657ceb0a33e405b40fb23245c305_cgraph.png" border="0" usemap="#aclass_bound_imp_dir_wrapper_a345a657ceb0a33e405b40fb23245c305_cgraph" loading="lazy" alt=""/></div>
|
|
<map name="aclass_bound_imp_dir_wrapper_a345a657ceb0a33e405b40fb23245c305_cgraph" id="aclass_bound_imp_dir_wrapper_a345a657ceb0a33e405b40fb23245c305_cgraph">
|
|
<area shape="rect" title=" " alt="" coords="5,87,150,127"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a3d01a79fd85ba49847452b30e818c03e" title=" " alt="" coords="198,94,424,120"/>
|
|
<area shape="poly" title=" " alt="" coords="150,104,182,104,182,110,150,110"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a62bc3ef1f006f8b4ac823c3d573819ce" title=" " alt="" coords="728,94,956,120"/>
|
|
<area shape="poly" title=" " alt="" coords="344,91,403,71,472,55,530,47,576,45,622,47,681,55,740,68,794,86,793,91,739,74,680,60,622,53,576,50,531,53,472,60,404,76,346,96"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a6cce2ccdd539d5afa4eb463b34941123" title=" " alt="" coords="482,94,670,120"/>
|
|
<area shape="poly" title=" " alt="" coords="424,104,467,104,467,110,424,110"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a086e8cfa49daea540fc55956821375f1" title=" " alt="" coords="472,144,680,169"/>
|
|
<area shape="poly" title=" " alt="" coords="384,118,489,137,488,143,383,123"/>
|
|
<area shape="poly" title=" " alt="" coords="803,96,795,86,799,76,815,70,842,68,872,70,886,77,884,82,870,75,842,73,817,75,803,80,800,85,807,92"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#ab7df12d050ebc48a6ffd6ff53896d7c5" title=" " alt="" coords="1207,29,1350,70"/>
|
|
<area shape="poly" title=" " alt="" coords="902,91,1003,72,1191,53,1192,58,1004,78,903,96"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a7764c345edef03df4f974f7f09a70a3b" title=" " alt="" coords="1010,87,1153,127"/>
|
|
<area shape="poly" title=" " alt="" coords="956,104,994,104,994,110,956,110"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a5cd7f16e4529be2a96f87237e31b2611" title=" " alt="" coords="1004,152,1159,177"/>
|
|
<area shape="poly" title=" " alt="" coords="899,118,1010,145,1009,150,898,123"/>
|
|
<area shape="poly" title=" " alt="" coords="1241,29,1239,19,1245,10,1259,5,1279,3,1300,5,1313,11,1311,16,1299,10,1279,8,1260,10,1249,15,1244,20,1246,28"/>
|
|
<area shape="poly" title=" " alt="" coords="1153,84,1192,72,1193,77,1154,89"/>
|
|
<area shape="rect" href="namespace_logger.html#a36e3deee152da96a491b670a00d224c9" title=" " alt="" coords="1224,94,1333,120"/>
|
|
<area shape="poly" title=" " alt="" coords="1153,104,1208,104,1208,110,1153,110"/>
|
|
<area shape="poly" title=" " alt="" coords="670,104,713,104,713,110,670,110"/>
|
|
<area shape="poly" title=" " alt="" coords="533,96,524,86,529,76,547,70,576,68,609,70,625,77,623,82,608,75,576,73,548,75,532,80,529,85,537,92"/>
|
|
<area shape="poly" title=" " alt="" coords="649,140,754,121,755,126,650,145"/>
|
|
</map>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a218b228ce248ecb970d2ade0397c9cbe" name="a218b228ce248ecb970d2ade0397c9cbe"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a218b228ce248ecb970d2ade0397c9cbe">◆ </a></span>getFieldPtr()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">virtual void * BoundImpDirWrapper::getFieldPtr </td>
|
|
<td>(</td>
|
|
<td class="paramtype">size_t</td> <td class="paramname"><span class="paramname"><em>fieldId</em></span>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">size_t</td> <td class="paramname"><span class="paramname"><em>subField</em></span> )</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel inline">inline</span><span class="mlabel virtual">virtual</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p>Implements <a class="el" href="class_exe_element_wrapper.html#a43f0978ee5667e5dd34293f155d3d3cf">ExeElementWrapper</a>.</p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8h_source.html#l00018">18</a> of file <a class="el" href="_bound_imp_dir_wrapper_8h_source.html">BoundImpDirWrapper.h</a>.</p>
|
|
<div class="dynheader">
|
|
Here is the call graph for this function:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="class_bound_imp_dir_wrapper_a218b228ce248ecb970d2ade0397c9cbe_cgraph.png" border="0" usemap="#aclass_bound_imp_dir_wrapper_a218b228ce248ecb970d2ade0397c9cbe_cgraph" loading="lazy" alt=""/></div>
|
|
<map name="aclass_bound_imp_dir_wrapper_a218b228ce248ecb970d2ade0397c9cbe_cgraph" id="aclass_bound_imp_dir_wrapper_a218b228ce248ecb970d2ade0397c9cbe_cgraph">
|
|
<area shape="rect" title=" " alt="" coords="5,124,150,165"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a1d7490ea5cf0f177357727df53c9a08a" title=" " alt="" coords="198,132,406,157"/>
|
|
<area shape="poly" title=" " alt="" coords="150,142,182,142,182,147,150,147"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a62bc3ef1f006f8b4ac823c3d573819ce" title=" " alt="" coords="689,94,917,120"/>
|
|
<area shape="poly" title=" " alt="" coords="333,128,389,108,454,92,513,86,574,84,688,89,687,95,574,89,514,91,454,98,390,114,335,133"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a6cce2ccdd539d5afa4eb463b34941123" title=" " alt="" coords="454,132,641,157"/>
|
|
<area shape="poly" title=" " alt="" coords="407,142,438,142,438,147,407,147"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a43f0978ee5667e5dd34293f155d3d3cf" title=" " alt="" coords="476,181,619,222"/>
|
|
<area shape="poly" title=" " alt="" coords="361,155,462,179,461,184,360,160"/>
|
|
<area shape="poly" title=" " alt="" coords="764,96,756,86,760,76,776,70,803,68,833,70,847,77,845,82,831,75,803,73,778,75,764,80,761,85,768,92"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#ab7df12d050ebc48a6ffd6ff53896d7c5" title=" " alt="" coords="1168,29,1311,70"/>
|
|
<area shape="poly" title=" " alt="" coords="863,91,964,72,1152,53,1153,58,965,78,864,96"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a7764c345edef03df4f974f7f09a70a3b" title=" " alt="" coords="971,87,1114,127"/>
|
|
<area shape="poly" title=" " alt="" coords="917,104,955,104,955,110,917,110"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a5cd7f16e4529be2a96f87237e31b2611" title=" " alt="" coords="965,152,1120,177"/>
|
|
<area shape="poly" title=" " alt="" coords="860,118,971,145,970,150,859,123"/>
|
|
<area shape="poly" title=" " alt="" coords="1202,29,1200,19,1206,10,1220,5,1240,3,1261,5,1274,11,1272,16,1260,10,1240,8,1221,10,1210,15,1205,20,1207,28"/>
|
|
<area shape="poly" title=" " alt="" coords="1114,84,1153,72,1154,77,1115,89"/>
|
|
<area shape="rect" href="namespace_logger.html#a36e3deee152da96a491b670a00d224c9" title=" " alt="" coords="1185,94,1294,120"/>
|
|
<area shape="poly" title=" " alt="" coords="1114,104,1169,104,1169,110,1114,110"/>
|
|
<area shape="poly" title=" " alt="" coords="640,128,696,120,696,125,641,133"/>
|
|
<area shape="poly" title=" " alt="" coords="507,133,499,123,504,113,520,107,548,105,578,108,593,115,591,120,577,113,548,110,522,112,507,117,504,122,511,129"/>
|
|
</map>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="aa8d59571a2a2b0ed012530728a712a76" name="aa8d59571a2a2b0ed012530728a712a76"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#aa8d59571a2a2b0ed012530728a712a76">◆ </a></span>getFieldsCount()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">virtual size_t BoundImpDirWrapper::getFieldsCount </td>
|
|
<td>(</td>
|
|
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel inline">inline</span><span class="mlabel virtual">virtual</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p>Implements <a class="el" href="class_exe_element_wrapper.html#a561b2d35521c1f6cb5f07a183989dc83">ExeElementWrapper</a>.</p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8h_source.html#l00016">16</a> of file <a class="el" href="_bound_imp_dir_wrapper_8h_source.html">BoundImpDirWrapper.h</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="afc447adcd813a97833ef54a0d5454149" name="afc447adcd813a97833ef54a0d5454149"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#afc447adcd813a97833ef54a0d5454149">◆ </a></span>getFieldSize()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">virtual <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> BoundImpDirWrapper::getFieldSize </td>
|
|
<td>(</td>
|
|
<td class="paramtype">size_t</td> <td class="paramname"><span class="paramname"><em>fieldId</em></span>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">size_t</td> <td class="paramname"><span class="paramname"><em>subField</em></span><span class="paramdefsep"> = </span><span class="paramdefval"><a class="el" href="_exe_element_wrapper_8h.html#ae810f8925d2f98da8659d53ce26b5b5c">FIELD_NONE</a></span> )</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel inline">inline</span><span class="mlabel virtual">virtual</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p>Reimplemented from <a class="el" href="class_exe_element_wrapper.html#a10ef93fdda6cf93c5db02b696a81b7c7">ExeElementWrapper</a>.</p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8h_source.html#l00019">19</a> of file <a class="el" href="_bound_imp_dir_wrapper_8h_source.html">BoundImpDirWrapper.h</a>.</p>
|
|
<div class="dynheader">
|
|
Here is the call graph for this function:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="class_bound_imp_dir_wrapper_afc447adcd813a97833ef54a0d5454149_cgraph.png" border="0" usemap="#aclass_bound_imp_dir_wrapper_afc447adcd813a97833ef54a0d5454149_cgraph" loading="lazy" alt=""/></div>
|
|
<map name="aclass_bound_imp_dir_wrapper_afc447adcd813a97833ef54a0d5454149_cgraph" id="aclass_bound_imp_dir_wrapper_afc447adcd813a97833ef54a0d5454149_cgraph">
|
|
<area shape="rect" title=" " alt="" coords="5,159,150,199"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#ac0f199fc5f2afabb187da4594e0af82b" title=" " alt="" coords="198,166,414,192"/>
|
|
<area shape="poly" title=" " alt="" coords="150,176,182,176,182,182,150,182"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a62bc3ef1f006f8b4ac823c3d573819ce" title=" " alt="" coords="697,94,925,120"/>
|
|
<area shape="poly" title=" " alt="" coords="340,163,396,144,461,127,574,112,682,105,682,111,574,117,463,132,398,149,342,168"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a6cce2ccdd539d5afa4eb463b34941123" title=" " alt="" coords="462,166,649,192"/>
|
|
<area shape="poly" title=" " alt="" coords="414,176,446,176,446,182,414,182"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a10ef93fdda6cf93c5db02b696a81b7c7" title=" " alt="" coords="484,216,627,257"/>
|
|
<area shape="poly" title=" " alt="" coords="366,190,469,214,468,219,365,195"/>
|
|
<area shape="poly" title=" " alt="" coords="772,96,764,86,768,76,784,70,811,68,841,70,855,77,853,82,839,75,811,73,786,75,772,80,769,85,776,92"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#ab7df12d050ebc48a6ffd6ff53896d7c5" title=" " alt="" coords="1176,29,1319,70"/>
|
|
<area shape="poly" title=" " alt="" coords="871,91,972,72,1160,53,1161,58,973,78,872,96"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a7764c345edef03df4f974f7f09a70a3b" title=" " alt="" coords="979,87,1122,127"/>
|
|
<area shape="poly" title=" " alt="" coords="925,104,963,104,963,110,925,110"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a5cd7f16e4529be2a96f87237e31b2611" title=" " alt="" coords="973,152,1128,177"/>
|
|
<area shape="poly" title=" " alt="" coords="868,118,979,145,978,150,867,123"/>
|
|
<area shape="poly" title=" " alt="" coords="1210,29,1208,19,1214,10,1228,5,1248,3,1269,5,1282,11,1280,16,1268,10,1248,8,1229,10,1218,15,1213,20,1215,28"/>
|
|
<area shape="poly" title=" " alt="" coords="1122,84,1161,72,1162,77,1123,89"/>
|
|
<area shape="rect" href="namespace_logger.html#a36e3deee152da96a491b670a00d224c9" title=" " alt="" coords="1193,94,1302,120"/>
|
|
<area shape="poly" title=" " alt="" coords="1122,104,1177,104,1177,110,1122,110"/>
|
|
<area shape="poly" title=" " alt="" coords="598,163,697,134,741,122,743,127,698,139,600,168"/>
|
|
<area shape="poly" title=" " alt="" coords="515,168,506,158,511,148,528,142,556,140,587,142,602,149,600,154,585,147,556,145,529,147,515,152,512,157,519,164"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a43f0978ee5667e5dd34293f155d3d3cf" title=" " alt="" coords="739,148,883,189"/>
|
|
<area shape="poly" title=" " alt="" coords="627,215,724,189,725,194,628,220"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a561b2d35521c1f6cb5f07a183989dc83" title=" " alt="" coords="739,213,883,254"/>
|
|
<area shape="poly" title=" " alt="" coords="628,233,724,232,724,237,628,238"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a227c20e3780b42bc18822e992bf4d116" title=" " alt="" coords="739,279,883,319"/>
|
|
<area shape="poly" title=" " alt="" coords="628,251,725,275,724,280,627,256"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a087ecf5a983c1ef1e8de95b16c487616" title=" " alt="" coords="739,344,883,385"/>
|
|
<area shape="poly" title=" " alt="" coords="584,255,635,292,699,329,726,340,724,345,696,333,632,297,581,259"/>
|
|
</map>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="ad52025b7edf8a973f5227e34cb791c73" name="ad52025b7edf8a973f5227e34cb791c73"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ad52025b7edf8a973f5227e34cb791c73">◆ </a></span>getName()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">virtual QString BoundImpDirWrapper::getName </td>
|
|
<td>(</td>
|
|
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel inline">inline</span><span class="mlabel virtual">virtual</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p>Implements <a class="el" href="class_exe_element_wrapper.html#af2f26b8da4cf2339944f1a4b8473454b">ExeElementWrapper</a>.</p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8h_source.html#l00015">15</a> of file <a class="el" href="_bound_imp_dir_wrapper_8h_source.html">BoundImpDirWrapper.h</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a65e312217177270bafac2e129f23a630" name="a65e312217177270bafac2e129f23a630"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a65e312217177270bafac2e129f23a630">◆ </a></span>getPtr()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">virtual void * BoundImpDirWrapper::getPtr </td>
|
|
<td>(</td>
|
|
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel inline">inline</span><span class="mlabel virtual">virtual</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p>Implements <a class="el" href="class_exe_element_wrapper.html#a227c20e3780b42bc18822e992bf4d116">ExeElementWrapper</a>.</p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8h_source.html#l00013">13</a> of file <a class="el" href="_bound_imp_dir_wrapper_8h_source.html">BoundImpDirWrapper.h</a>.</p>
|
|
<div class="dynheader">
|
|
Here is the call graph for this function:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="class_bound_imp_dir_wrapper_a65e312217177270bafac2e129f23a630_cgraph.png" border="0" usemap="#aclass_bound_imp_dir_wrapper_a65e312217177270bafac2e129f23a630_cgraph" loading="lazy" alt=""/></div>
|
|
<map name="aclass_bound_imp_dir_wrapper_a65e312217177270bafac2e129f23a630_cgraph" id="aclass_bound_imp_dir_wrapper_a65e312217177270bafac2e129f23a630_cgraph">
|
|
<area shape="rect" title=" " alt="" coords="5,96,150,137"/>
|
|
<area shape="rect" href="class_bound_imp_dir_wrapper.html#a5f98993d37168562466f60abe3a035e0" title=" " alt="" coords="198,96,342,137"/>
|
|
<area shape="poly" title=" " alt="" coords="150,114,182,114,182,119,150,119"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#aa3bd2e16d3fde61e1e58e5cd7377884f" title=" " alt="" coords="390,96,531,137"/>
|
|
<area shape="poly" title=" " alt="" coords="342,114,374,114,374,119,342,119"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#af5e95792dc15586d7b769dc46ba55e59" title=" " alt="" coords="605,67,747,107"/>
|
|
<area shape="poly" title=" " alt="" coords="531,104,589,96,590,101,532,109"/>
|
|
<area shape="rect" href="class_data_dir_wrapper.html#ae9323984ac2986c3f1725a8c290c80b0" title=" " alt="" coords="579,132,773,157"/>
|
|
<area shape="poly" title=" " alt="" coords="532,123,564,127,564,132,531,128"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#af742979e13e19e532cc42ab72b2a0f80" title=" " alt="" coords="821,124,964,165"/>
|
|
<area shape="poly" title=" " alt="" coords="773,142,805,142,805,147,773,147"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a4a1afe592b11191cab1d74432f759b41" title=" " alt="" coords="1012,91,1155,131"/>
|
|
<area shape="poly" title=" " alt="" coords="964,129,996,124,997,129,965,134"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a10ef93fdda6cf93c5db02b696a81b7c7" title=" " alt="" coords="1012,156,1155,197"/>
|
|
<area shape="poly" title=" " alt="" coords="965,154,997,159,996,164,964,159"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a43f0978ee5667e5dd34293f155d3d3cf" title=" " alt="" coords="1203,95,1347,135"/>
|
|
<area shape="poly" title=" " alt="" coords="1156,110,1188,111,1188,116,1156,115"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a98ca205ec6f2d2deacd32327409a3539" title=" " alt="" coords="1203,29,1347,70"/>
|
|
<area shape="poly" title=" " alt="" coords="1149,88,1194,73,1196,78,1150,93"/>
|
|
<area shape="poly" title=" " alt="" coords="1238,29,1237,19,1243,10,1256,5,1275,3,1296,5,1308,11,1306,16,1294,10,1275,8,1257,10,1246,15,1242,20,1244,28"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a227c20e3780b42bc18822e992bf4d116" title=" " alt="" coords="1395,91,1538,131"/>
|
|
<area shape="poly" title=" " alt="" coords="1342,68,1387,83,1386,88,1340,73"/>
|
|
<area shape="poly" title=" " alt="" coords="1149,153,1194,138,1196,143,1150,158"/>
|
|
<area shape="poly" title=" " alt="" coords="1155,169,1247,160,1346,144,1389,134,1390,139,1347,150,1247,166,1156,175"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a561b2d35521c1f6cb5f07a183989dc83" title=" " alt="" coords="1203,209,1347,250"/>
|
|
<area shape="poly" title=" " alt="" coords="1157,194,1189,203,1188,208,1155,199"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a087ecf5a983c1ef1e8de95b16c487616" title=" " alt="" coords="1203,275,1347,315"/>
|
|
<area shape="poly" title=" " alt="" coords="1112,195,1155,227,1205,259,1214,265,1212,269,1202,264,1152,231,1109,199"/>
|
|
</map>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="ab7c6601b276e6b7722a7afef2b84ef9f" name="ab7c6601b276e6b7722a7afef2b84ef9f"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ab7c6601b276e6b7722a7afef2b84ef9f">◆ </a></span>getSize()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> BoundImpDirWrapper::getSize </td>
|
|
<td>(</td>
|
|
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel virtual">virtual</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p>Implements <a class="el" href="class_exe_element_wrapper.html#a087ecf5a983c1ef1e8de95b16c487616">ExeElementWrapper</a>.</p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8cpp_source.html#l00066">66</a> of file <a class="el" href="_bound_imp_dir_wrapper_8cpp_source.html">BoundImpDirWrapper.cpp</a>.</p>
|
|
<div class="dynheader">
|
|
Here is the call graph for this function:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="class_bound_imp_dir_wrapper_ab7c6601b276e6b7722a7afef2b84ef9f_cgraph.png" border="0" usemap="#aclass_bound_imp_dir_wrapper_ab7c6601b276e6b7722a7afef2b84ef9f_cgraph" loading="lazy" alt=""/></div>
|
|
<map name="aclass_bound_imp_dir_wrapper_ab7c6601b276e6b7722a7afef2b84ef9f_cgraph" id="aclass_bound_imp_dir_wrapper_ab7c6601b276e6b7722a7afef2b84ef9f_cgraph">
|
|
<area shape="rect" title=" " alt="" coords="5,96,150,137"/>
|
|
<area shape="rect" href="class_bound_imp_dir_wrapper.html#a65e312217177270bafac2e129f23a630" title=" " alt="" coords="198,96,342,137"/>
|
|
<area shape="poly" title=" " alt="" coords="150,114,182,114,182,119,150,119"/>
|
|
<area shape="rect" href="class_bound_imp_dir_wrapper.html#a5f98993d37168562466f60abe3a035e0" title=" " alt="" coords="390,96,534,137"/>
|
|
<area shape="poly" title=" " alt="" coords="342,114,375,114,375,119,342,119"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#aa3bd2e16d3fde61e1e58e5cd7377884f" title=" " alt="" coords="582,96,724,137"/>
|
|
<area shape="poly" title=" " alt="" coords="535,114,567,114,567,119,535,119"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#af5e95792dc15586d7b769dc46ba55e59" title=" " alt="" coords="798,67,939,107"/>
|
|
<area shape="poly" title=" " alt="" coords="724,104,782,96,782,101,724,109"/>
|
|
<area shape="rect" href="class_data_dir_wrapper.html#ae9323984ac2986c3f1725a8c290c80b0" title=" " alt="" coords="772,132,965,157"/>
|
|
<area shape="poly" title=" " alt="" coords="724,123,757,127,756,132,724,128"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#af742979e13e19e532cc42ab72b2a0f80" title=" " alt="" coords="1013,124,1156,165"/>
|
|
<area shape="poly" title=" " alt="" coords="965,142,998,142,998,147,965,147"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a4a1afe592b11191cab1d74432f759b41" title=" " alt="" coords="1204,91,1348,131"/>
|
|
<area shape="poly" title=" " alt="" coords="1156,129,1189,124,1189,129,1157,134"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a10ef93fdda6cf93c5db02b696a81b7c7" title=" " alt="" coords="1204,156,1348,197"/>
|
|
<area shape="poly" title=" " alt="" coords="1157,154,1189,159,1189,164,1156,159"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a43f0978ee5667e5dd34293f155d3d3cf" title=" " alt="" coords="1396,95,1539,135"/>
|
|
<area shape="poly" title=" " alt="" coords="1348,110,1380,111,1380,116,1348,115"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a98ca205ec6f2d2deacd32327409a3539" title=" " alt="" coords="1396,29,1539,70"/>
|
|
<area shape="poly" title=" " alt="" coords="1341,88,1387,73,1388,78,1343,93"/>
|
|
<area shape="poly" title=" " alt="" coords="1431,29,1429,19,1435,10,1448,5,1467,3,1488,5,1501,11,1498,16,1487,10,1467,8,1449,10,1438,15,1434,20,1436,28"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a227c20e3780b42bc18822e992bf4d116" title=" " alt="" coords="1587,91,1730,131"/>
|
|
<area shape="poly" title=" " alt="" coords="1534,68,1580,83,1578,88,1532,73"/>
|
|
<area shape="poly" title=" " alt="" coords="1341,153,1387,138,1388,143,1343,158"/>
|
|
<area shape="poly" title=" " alt="" coords="1348,169,1439,160,1538,144,1581,134,1583,139,1540,150,1440,166,1348,175"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a561b2d35521c1f6cb5f07a183989dc83" title=" " alt="" coords="1396,209,1539,250"/>
|
|
<area shape="poly" title=" " alt="" coords="1349,194,1381,203,1380,208,1347,199"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a087ecf5a983c1ef1e8de95b16c487616" title=" " alt="" coords="1396,275,1539,315"/>
|
|
<area shape="poly" title=" " alt="" coords="1305,195,1347,227,1397,259,1407,265,1404,269,1394,264,1344,231,1302,199"/>
|
|
</map>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a13b9a7bba1549733fdc60d51abcea5ea" name="a13b9a7bba1549733fdc60d51abcea5ea"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a13b9a7bba1549733fdc60d51abcea5ea">◆ </a></span>loadNextEntry()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool BoundImpDirWrapper::loadNextEntry </td>
|
|
<td>(</td>
|
|
<td class="paramtype">size_t</td> <td class="paramname"><span class="paramname"><em>entryNum</em></span></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel protected">protected</span><span class="mlabel virtual">virtual</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p>Reimplemented from <a class="el" href="class_exe_node_wrapper.html#a8a0305cc15aefe812f69485bbe82508d">ExeNodeWrapper</a>.</p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8cpp_source.html#l00029">29</a> of file <a class="el" href="_bound_imp_dir_wrapper_8cpp_source.html">BoundImpDirWrapper.cpp</a>.</p>
|
|
<div class="dynheader">
|
|
Here is the call graph for this function:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="class_bound_imp_dir_wrapper_a13b9a7bba1549733fdc60d51abcea5ea_cgraph.png" border="0" usemap="#aclass_bound_imp_dir_wrapper_a13b9a7bba1549733fdc60d51abcea5ea_cgraph" loading="lazy" alt=""/></div>
|
|
<map name="aclass_bound_imp_dir_wrapper_a13b9a7bba1549733fdc60d51abcea5ea_cgraph" id="aclass_bound_imp_dir_wrapper_a13b9a7bba1549733fdc60d51abcea5ea_cgraph">
|
|
<area shape="rect" title=" " alt="" coords="5,89,150,129"/>
|
|
<area shape="rect" href="class_bound_imp_dir_wrapper.html#aaa17a010931e9cb518c1e28685d24be7" title=" " alt="" coords="198,31,342,72"/>
|
|
<area shape="poly" title=" " alt="" coords="147,86,184,74,186,80,149,91"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#af742979e13e19e532cc42ab72b2a0f80" title=" " alt="" coords="1169,133,1312,173"/>
|
|
<area shape="poly" title=" " alt="" coords="150,106,496,106,767,106,945,112,1121,132,1154,136,1154,141,1121,137,944,118,767,112,496,112,150,112"/>
|
|
<area shape="rect" href="class_bound_entry_wrapper.html#af8db0d9c611a42d3c7199329aebd5e86" title=" " alt="" coords="199,225,340,265"/>
|
|
<area shape="poly" title=" " alt="" coords="110,128,229,214,226,218,106,132"/>
|
|
<area shape="poly" title=" " alt="" coords="233,31,231,22,237,13,250,7,270,5,291,7,303,13,301,18,289,12,270,10,252,12,241,17,237,23,238,30"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a4a1afe592b11191cab1d74432f759b41" title=" " alt="" coords="1360,165,1504,205"/>
|
|
<area shape="poly" title=" " alt="" coords="1313,162,1345,168,1345,173,1312,168"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a10ef93fdda6cf93c5db02b696a81b7c7" title=" " alt="" coords="1360,99,1504,140"/>
|
|
<area shape="poly" title=" " alt="" coords="1312,138,1345,132,1345,138,1313,143"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a43f0978ee5667e5dd34293f155d3d3cf" title=" " alt="" coords="1552,165,1695,205"/>
|
|
<area shape="poly" title=" " alt="" coords="1504,182,1536,182,1536,188,1504,188"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a98ca205ec6f2d2deacd32327409a3539" title=" " alt="" coords="1552,254,1695,295"/>
|
|
<area shape="poly" title=" " alt="" coords="1479,204,1566,245,1563,250,1476,208"/>
|
|
<area shape="poly" title=" " alt="" coords="1587,254,1585,244,1591,235,1604,229,1623,227,1644,230,1657,236,1654,241,1643,235,1623,233,1605,235,1594,239,1590,245,1592,253"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a227c20e3780b42bc18822e992bf4d116" title=" " alt="" coords="1743,115,1886,156"/>
|
|
<area shape="poly" title=" " alt="" coords="1651,252,1771,163,1774,168,1654,256"/>
|
|
<area shape="poly" title=" " alt="" coords="1494,138,1548,157,1547,162,1493,143"/>
|
|
<area shape="poly" title=" " alt="" coords="1449,97,1491,55,1520,35,1551,20,1590,7,1624,3,1657,7,1696,20,1725,36,1752,56,1792,101,1788,105,1748,60,1722,40,1694,25,1656,12,1624,8,1592,13,1553,25,1522,40,1495,60,1452,101"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a561b2d35521c1f6cb5f07a183989dc83" title=" " alt="" coords="1552,34,1695,75"/>
|
|
<area shape="poly" title=" " alt="" coords="1493,96,1547,78,1548,83,1494,101"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a087ecf5a983c1ef1e8de95b16c487616" title=" " alt="" coords="1552,99,1695,140"/>
|
|
<area shape="poly" title=" " alt="" coords="1504,117,1536,117,1536,122,1504,122"/>
|
|
<area shape="poly" title=" " alt="" coords="341,249,532,264,765,272,1242,272,1536,272,1536,277,1242,277,765,277,532,269,341,255"/>
|
|
<area shape="rect" href="class_bound_imp_dir_wrapper.html#a5f98993d37168562466f60abe3a035e0" title=" " alt="" coords="425,197,569,237"/>
|
|
<area shape="poly" title=" " alt="" coords="341,234,409,225,410,230,341,239"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#afb0d9f2d943f92479dc0019390af1267" title=" " alt="" coords="390,324,604,350"/>
|
|
<area shape="poly" title=" " alt="" coords="323,264,450,316,448,320,321,268"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#aa3bd2e16d3fde61e1e58e5cd7377884f" title=" " alt="" coords="695,197,837,237"/>
|
|
<area shape="poly" title=" " alt="" coords="570,214,680,214,680,220,570,220"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#af5e95792dc15586d7b769dc46ba55e59" title=" " alt="" coords="954,146,1095,187"/>
|
|
<area shape="poly" title=" " alt="" coords="837,201,938,181,939,186,838,206"/>
|
|
<area shape="rect" href="class_data_dir_wrapper.html#ae9323984ac2986c3f1725a8c290c80b0" title=" " alt="" coords="928,211,1121,237"/>
|
|
<area shape="poly" title=" " alt="" coords="837,216,912,218,912,224,837,222"/>
|
|
<area shape="poly" title=" " alt="" coords="1080,208,1120,196,1174,177,1175,182,1122,201,1081,213"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a62bc3ef1f006f8b4ac823c3d573819ce" title=" " alt="" coords="652,350,880,375"/>
|
|
<area shape="poly" title=" " alt="" coords="605,345,637,348,637,353,605,350"/>
|
|
<area shape="poly" title=" " alt="" coords="724,351,715,341,720,331,737,325,766,323,798,326,814,333,812,338,797,331,766,328,738,330,724,335,720,340,728,347"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#ab7df12d050ebc48a6ffd6ff53896d7c5" title=" " alt="" coords="1169,345,1312,385"/>
|
|
<area shape="poly" title=" " alt="" coords="880,350,928,348,1024,345,1121,348,1154,351,1154,356,1121,353,1024,350,928,353,880,356"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a7764c345edef03df4f974f7f09a70a3b" title=" " alt="" coords="953,413,1096,453"/>
|
|
<area shape="poly" title=" " alt="" coords="817,373,938,407,937,412,815,378"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a5cd7f16e4529be2a96f87237e31b2611" title=" " alt="" coords="947,363,1102,389"/>
|
|
<area shape="poly" title=" " alt="" coords="880,366,932,368,931,374,880,371"/>
|
|
<area shape="poly" title=" " alt="" coords="1204,345,1202,335,1208,326,1221,320,1241,318,1262,321,1274,327,1272,332,1260,326,1241,323,1223,325,1212,330,1208,336,1209,344"/>
|
|
<area shape="poly" title=" " alt="" coords="1091,410,1158,388,1160,393,1092,415"/>
|
|
<area shape="rect" href="namespace_logger.html#a36e3deee152da96a491b670a00d224c9" title=" " alt="" coords="1186,420,1295,446"/>
|
|
<area shape="poly" title=" " alt="" coords="1096,430,1170,430,1170,436,1096,436"/>
|
|
</map>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="aa333f4aed19caef73594687fd0be321e" name="aa333f4aed19caef73594687fd0be321e"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#aa333f4aed19caef73594687fd0be321e">◆ </a></span>wrap()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool BoundImpDirWrapper::wrap </td>
|
|
<td>(</td>
|
|
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel virtual">virtual</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p>Reimplemented from <a class="el" href="class_exe_node_wrapper.html#a5cd7f16e4529be2a96f87237e31b2611">ExeNodeWrapper</a>.</p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8cpp_source.html#l00047">47</a> of file <a class="el" href="_bound_imp_dir_wrapper_8cpp_source.html">BoundImpDirWrapper.cpp</a>.</p>
|
|
<div class="dynheader">
|
|
Here is the call graph for this function:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="class_bound_imp_dir_wrapper_aa333f4aed19caef73594687fd0be321e_cgraph.png" border="0" usemap="#aclass_bound_imp_dir_wrapper_aa333f4aed19caef73594687fd0be321e_cgraph" loading="lazy" alt=""/></div>
|
|
<map name="aclass_bound_imp_dir_wrapper_aa333f4aed19caef73594687fd0be321e_cgraph" id="aclass_bound_imp_dir_wrapper_aa333f4aed19caef73594687fd0be321e_cgraph">
|
|
<area shape="rect" title=" " alt="" coords="5,293,150,334"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#abd74c2637211cf471d022b528654c84c" title=" " alt="" coords="198,243,353,269"/>
|
|
<area shape="poly" title=" " alt="" coords="149,290,213,271,215,276,151,295"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#af5e95792dc15586d7b769dc46ba55e59" title=" " alt="" coords="1157,349,1298,390"/>
|
|
<area shape="poly" title=" " alt="" coords="130,332,197,356,282,381,376,400,472,408,702,408,822,405,941,397,1142,377,1142,383,942,403,822,410,702,413,472,413,375,405,280,386,195,361,128,337"/>
|
|
<area shape="rect" href="class_bound_imp_dir_wrapper.html#a13b9a7bba1549733fdc60d51abcea5ea" title=" " alt="" coords="203,293,348,334"/>
|
|
<area shape="poly" title=" " alt="" coords="150,311,188,311,188,316,150,316"/>
|
|
<area shape="rect" href="class_bound_imp_dir_wrapper.html#aaa17a010931e9cb518c1e28685d24be7" title=" " alt="" coords="401,333,545,374"/>
|
|
<area shape="poly" title=" " alt="" coords="348,325,386,333,385,338,347,330"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#af742979e13e19e532cc42ab72b2a0f80" title=" " alt="" coords="1372,201,1516,242"/>
|
|
<area shape="poly" title=" " alt="" coords="348,299,508,280,604,272,699,269,971,269,1148,265,1324,244,1357,238,1358,244,1325,249,1148,270,971,275,699,275,604,278,509,285,348,305"/>
|
|
<area shape="rect" href="class_bound_entry_wrapper.html#af8db0d9c611a42d3c7199329aebd5e86" title=" " alt="" coords="402,161,544,202"/>
|
|
<area shape="poly" title=" " alt="" coords="331,290,352,279,398,246,438,211,442,215,402,250,354,284,334,295"/>
|
|
<area shape="poly" title=" " alt="" coords="436,333,434,323,440,314,453,308,473,306,495,309,508,315,505,320,493,314,473,312,454,314,443,318,439,324,441,332"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a4a1afe592b11191cab1d74432f759b41" title=" " alt="" coords="1564,102,1707,143"/>
|
|
<area shape="poly" title=" " alt="" coords="1484,198,1579,148,1582,153,1487,203"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a10ef93fdda6cf93c5db02b696a81b7c7" title=" " alt="" coords="1564,201,1707,242"/>
|
|
<area shape="poly" title=" " alt="" coords="1516,219,1548,219,1548,224,1516,224"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a43f0978ee5667e5dd34293f155d3d3cf" title=" " alt="" coords="1755,102,1898,143"/>
|
|
<area shape="poly" title=" " alt="" coords="1707,120,1740,120,1740,125,1707,125"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a98ca205ec6f2d2deacd32327409a3539" title=" " alt="" coords="1755,37,1898,78"/>
|
|
<area shape="poly" title=" " alt="" coords="1696,99,1750,81,1752,86,1698,104"/>
|
|
<area shape="poly" title=" " alt="" coords="1790,37,1788,27,1794,18,1807,12,1827,10,1848,13,1860,19,1858,24,1846,18,1827,16,1809,18,1798,22,1794,28,1795,36"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a227c20e3780b42bc18822e992bf4d116" title=" " alt="" coords="1946,164,2090,204"/>
|
|
<area shape="poly" title=" " alt="" coords="1877,76,1900,88,1945,120,1984,151,1981,156,1941,124,1897,93,1875,81"/>
|
|
<area shape="poly" title=" " alt="" coords="1672,198,1754,154,1765,148,1768,153,1756,158,1674,203"/>
|
|
<area shape="poly" title=" " alt="" coords="1667,240,1708,264,1756,283,1796,292,1827,297,1859,294,1897,283,1924,270,1949,253,1989,214,1993,218,1952,257,1927,274,1899,288,1860,299,1827,302,1795,298,1754,288,1705,269,1664,245"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a561b2d35521c1f6cb5f07a183989dc83" title=" " alt="" coords="1755,168,1898,208"/>
|
|
<area shape="poly" title=" " alt="" coords="1707,206,1739,201,1740,206,1708,211"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a087ecf5a983c1ef1e8de95b16c487616" title=" " alt="" coords="1755,233,1898,274"/>
|
|
<area shape="poly" title=" " alt="" coords="1708,231,1740,236,1739,241,1707,236"/>
|
|
<area shape="poly" title=" " alt="" coords="506,158,585,114,697,63,762,40,829,20,899,7,968,3,1445,3,1524,6,1602,14,1740,36,1739,41,1602,19,1523,11,1445,8,968,8,899,13,830,26,763,45,699,68,588,119,509,163"/>
|
|
<area shape="rect" href="class_bound_imp_dir_wrapper.html#a5f98993d37168562466f60abe3a035e0" title=" " alt="" coords="628,190,773,231"/>
|
|
<area shape="poly" title=" " alt="" coords="545,188,613,197,613,202,544,193"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#afb0d9f2d943f92479dc0019390af1267" title=" " alt="" coords="593,135,808,161"/>
|
|
<area shape="poly" title=" " alt="" coords="544,168,593,161,594,166,545,174"/>
|
|
<area shape="rect" href="class_data_dir_entry_wrapper.html#aa3bd2e16d3fde61e1e58e5cd7377884f" title=" " alt="" coords="899,194,1040,235"/>
|
|
<area shape="poly" title=" " alt="" coords="773,209,883,211,883,216,773,214"/>
|
|
<area shape="poly" title=" " alt="" coords="1007,233,1181,339,1178,343,1004,238"/>
|
|
<area shape="rect" href="class_data_dir_wrapper.html#ae9323984ac2986c3f1725a8c290c80b0" title=" " alt="" coords="1131,208,1324,234"/>
|
|
<area shape="poly" title=" " alt="" coords="1041,214,1115,216,1115,221,1040,219"/>
|
|
<area shape="poly" title=" " alt="" coords="1325,219,1357,219,1357,224,1325,224"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a62bc3ef1f006f8b4ac823c3d573819ce" title=" " alt="" coords="856,126,1083,152"/>
|
|
<area shape="poly" title=" " alt="" coords="808,142,840,140,840,146,808,147"/>
|
|
<area shape="poly" title=" " alt="" coords="927,127,918,117,923,107,941,101,969,99,1001,102,1017,109,1015,114,1000,107,969,104,942,107,927,111,924,117,931,124"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#ab7df12d050ebc48a6ffd6ff53896d7c5" title=" " alt="" coords="1372,130,1516,171"/>
|
|
<area shape="poly" title=" " alt="" coords="1084,141,1131,143,1357,147,1357,152,1131,148,1084,146"/>
|
|
<area shape="rect" href="class_exe_element_wrapper.html#a7764c345edef03df4f974f7f09a70a3b" title=" " alt="" coords="1156,42,1299,83"/>
|
|
<area shape="poly" title=" " alt="" coords="1015,123,1141,85,1142,90,1017,128"/>
|
|
<area shape="rect" href="class_exe_node_wrapper.html#a5cd7f16e4529be2a96f87237e31b2611" title=" " alt="" coords="1150,107,1305,133"/>
|
|
<area shape="poly" title=" " alt="" coords="1083,128,1135,124,1135,129,1084,133"/>
|
|
<area shape="poly" title=" " alt="" coords="1407,130,1406,120,1412,111,1425,106,1444,104,1465,106,1477,112,1475,117,1463,111,1444,109,1426,111,1415,116,1411,121,1413,129"/>
|
|
<area shape="poly" title=" " alt="" coords="1295,81,1325,92,1389,121,1387,126,1323,97,1294,86"/>
|
|
<area shape="rect" href="namespace_logger.html#a36e3deee152da96a491b670a00d224c9" title=" " alt="" coords="1389,50,1499,76"/>
|
|
<area shape="poly" title=" " alt="" coords="1300,60,1374,60,1374,65,1300,65"/>
|
|
</map>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<a name="doc-related-members" id="doc-related-members"></a><h2 id="header-doc-related-members" class="groupheader">Friends And Related Symbol Documentation</h2>
|
|
<a id="aaa17a010931e9cb518c1e28685d24be7" name="aaa17a010931e9cb518c1e28685d24be7"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#aaa17a010931e9cb518c1e28685d24be7">◆ </a></span>BoundEntryWrapper</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">friend class <a class="el" href="class_bound_entry_wrapper.html">BoundEntryWrapper</a></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel friend">friend</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8h_source.html#l00030">30</a> of file <a class="el" href="_bound_imp_dir_wrapper_8h_source.html">BoundImpDirWrapper.h</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a name="doc-variable-members" id="doc-variable-members"></a><h2 id="header-doc-variable-members" class="groupheader">Member Data Documentation</h2>
|
|
<a id="a5c4c7d7cf872187d05e365c6aa44b756" name="a5c4c7d7cf872187d05e365c6aa44b756"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a5c4c7d7cf872187d05e365c6aa44b756">◆ </a></span>importsCount</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">size_t BoundImpDirWrapper::importsCount</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel protected">protected</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="_bound_imp_dir_wrapper_8h_source.html#l00028">28</a> of file <a class="el" href="_bound_imp_dir_wrapper_8h_source.html">BoundImpDirWrapper.h</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<hr/>The documentation for this class was generated from the following files:<ul>
|
|
<li>parser/include/bearparser/pe/<a class="el" href="_bound_imp_dir_wrapper_8h_source.html">BoundImpDirWrapper.h</a></li>
|
|
<li>parser/pe/<a class="el" href="_bound_imp_dir_wrapper_8cpp_source.html">BoundImpDirWrapper.cpp</a></li>
|
|
</ul>
|
|
</div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.17.0
|
|
</small></address>
|
|
</div><!-- doc-content -->
|
|
</body>
|
|
</html>
|