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 50 51 52 53 54 55 56 57 58 59 60
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libqalculate-0.9.6: libqalculate/MathStructure.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.3 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
<h1>libqalculate/MathStructure.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="classMathStructure.html">MathStructure</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A structure representing a mathematical value/expression/result. <a href="classMathStructure.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="MathStructure_8h.html#a26">StructureType</a> { <br>
<b>STRUCT_MULTIPLICATION</b>,
<b>STRUCT_INVERSE</b>,
<b>STRUCT_DIVISION</b>,
<b>STRUCT_ADDITION</b>,
<br>
<b>STRUCT_NEGATE</b>,
<b>STRUCT_POWER</b>,
<b>STRUCT_NUMBER</b>,
<b>STRUCT_UNIT</b>,
<br>
<b>STRUCT_SYMBOLIC</b>,
<b>STRUCT_FUNCTION</b>,
<b>STRUCT_VARIABLE</b>,
<b>STRUCT_VECTOR</b>,
<br>
<b>STRUCT_BITWISE_AND</b>,
<b>STRUCT_BITWISE_OR</b>,
<b>STRUCT_BITWISE_XOR</b>,
<b>STRUCT_BITWISE_NOT</b>,
<br>
<b>STRUCT_LOGICAL_AND</b>,
<b>STRUCT_LOGICAL_OR</b>,
<b>STRUCT_LOGICAL_XOR</b>,
<b>STRUCT_LOGICAL_NOT</b>,
<br>
<b>STRUCT_COMPARISON</b>,
<b>STRUCT_UNDEFINED</b>
<br>
}</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Types for <a class="el" href="classMathStructure.html">MathStructure</a>. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom">{ <b>MULTIPLICATION_SIGN_NONE</b>,
<b>MULTIPLICATION_SIGN_SPACE</b>,
<b>MULTIPLICATION_SIGN_OPERATOR</b>,
<b>MULTIPLICATION_SIGN_OPERATOR_SHORT</b>
}</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<hr size="1"><address style="align: right;"><small>
Generated on 17 Jun 2007 for libqalculate-0.9.6 by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.3</small></address>
</body>
</html>
|