1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>libqalculate-0.9.7: libqalculate/Prefix.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.5 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>libqalculate/Prefix.h File Reference</h1><code>#include <<a class="el" href="includes_8h.html">libqalculate/includes.h</a>></code><br>
<code>#include <<a class="el" href="Number_8h.html">libqalculate/Number.h</a>></code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classPrefix.html">Prefix</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Abstract class for prefixes. <a href="classPrefix.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classDecimalPrefix.html">DecimalPrefix</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A decimal (metric) prefix. <a href="classDecimalPrefix.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classBinaryPrefix.html">BinaryPrefix</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A binary prefix. <a href="classBinaryPrefix.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classNumberPrefix.html">NumberPrefix</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A prefix with a free numerical value. <a href="classNumberPrefix.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="Prefix_8h.html#ec73ab739d6b324c9753c7071afd6c2f">PrefixType</a> { <b>PREFIX_DECIMAL</b>,
<b>PREFIX_BINARY</b>,
<b>PREFIX_NUMBER</b>
}</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Types for prefix classes. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jan 5 08:26:29 2010 for libqalculate-0.9.7 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
</body>
</html>
|