<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>My Project: printc.hh File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.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> <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 style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">My Project </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> <!-- 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"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> </div> <div class="headertitle"> <div class="title">printc.hh File Reference</div> </div> </div><!--header--> <div class="contents"> <p>Classes to support the c-language back-end of the decompiler. <a href="#details">More...</a></p> <div class="textblock"><code>#include "<a class="el" href="printlanguage_8hh_source.html">printlanguage.hh</a>"</code><br /> <code>#include "<a class="el" href="comment_8hh_source.html">comment.hh</a>"</code><br /> </div><div class="textblock"><div class="dynheader"> Include dependency graph for printc.hh:</div> <div class="dyncontent"> <div class="center"><img src="printc_8hh__incl.png" border="0" usemap="#printc_8hh" alt=""/></div> <map name="printc_8hh" id="printc_8hh"> <area shape="rect" id="node2" href="printlanguage_8hh.html" title="Classes for printing tokens in a high-level language. " alt="" coords="683,80,800,107"/> <area shape="rect" id="node23" href="comment_8hh.html" title="A database interface for high-level language comments. " alt="" coords="558,229,653,256"/> <area shape="rect" id="node3" href="capability_8hh.html" title="Infrastructure for discovering code extensions to the decompiler. " alt="" coords="822,453,917,480"/> <area shape="rect" id="node7" href="cast_8hh.html" title="API and specific strategies for applying type casts. " alt="" coords="643,155,709,181"/> <area shape="rect" id="node22" href="prettyprint_8hh.html" title="Routines for emitting high-level (C) language syntax in a well formatted way. " alt="" coords="733,155,832,181"/> <area shape="rect" id="node4" href="types_8h_source.html" title="types.h" alt="" coords="750,528,815,555"/> <area shape="rect" id="node8" href="type_8hh.html" title="Classes for describing and printing data-types. " alt="" coords="677,229,742,256"/> <area shape="rect" id="node9" href="address_8hh.html" title="Classes for specifying addresses and other low-level constants. " alt="" coords="605,304,691,331"/> <area shape="rect" id="node10" href="space_8hh.html" title="Classes for describing address spaces. " alt="" coords="611,379,685,405"/> <area shape="rect" id="node11" href="error_8hh.html" title="Base class for error handling facilities. " alt="" coords="448,453,515,480"/> <area shape="rect" id="node21" href="xml_8hh.html" title="Lightweight (and incomplete) XML parser for marshaling data to and from the decompiler. " alt="" coords="661,453,723,480"/> </map> </div> </div><div class="textblock"><div class="dynheader"> This graph shows which files directly or indirectly include this file:</div> <div class="dyncontent"> <div class="center"><img src="printc_8hh__dep__incl.png" border="0" usemap="#printc_8hhdep" alt=""/></div> <map name="printc_8hhdep" id="printc_8hhdep"> <area shape="rect" id="node2" href="printjava_8hh.html" title="Classes supporting the java-language back-end to the decompiler. " alt="" coords="5,80,95,107"/> </map> </div> </div> <p><a href="printc_8hh_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classPrintCCapability.html">PrintCCapability</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Factory and static initializer for the "c-language" back-end to the decompiler. <a href="classPrintCCapability.html#details">More...</a><br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structPartialSymbolEntry.html">PartialSymbolEntry</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A structure for pushing nested fields to the RPN stack. <a href="structPartialSymbolEntry.html#details">More...</a><br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classPrintC.html">PrintC</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">The c-language token emitter. <a href="classPrintC.html#details">More...</a><br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Classes to support the c-language back-end of the decompiler. </p> </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>