Click here to Skip to main content
15,881,248 members
Articles / Programming Languages / C#

An extensible math expression parser with plug-ins

Rate me:
Please Sign up or sign in to vote.
4.92/5 (147 votes)
13 Mar 2008CPOL51 min read 1.4M   29K   364  
Design and code for an extensible, maintainable, robust, and easy to use math parser.
<!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>MTParserLib: MTParserTestUndefineOp Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.4 -->
<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<h1>MTParserTestUndefineOp Class Reference</h1><!-- doxytag: class="MTParserTestUndefineOp" --><!-- doxytag: inherits="MTParserTestCaseI" --><p>Inheritance diagram for MTParserTestUndefineOp:
<p><center><img src="classMTParserTestUndefineOp.png" usemap="#MTParserTestUndefineOp_map" border="0" alt=""></center>
<map name="MTParserTestUndefineOp_map">
<area href="classMTParserTestCaseI.html" alt="MTParserTestCaseI" shape="rect" coords="0,0,158,24">
</map>
<a href="classMTParserTestUndefineOp-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>

<p>

<p>
Definition at line <a class="el" href="MTParserTestCases_8h-source.html#l00271">271</a> of file <a class="el" href="MTParserTestCases_8h-source.html">MTParserTestCases.h</a>.<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a0"></a><!-- doxytag: member="MTParserTestUndefineOp::getName" ref="a0" args="()" -->
virtual MTSTRING&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classMTParserTestUndefineOp.html#a0">getName</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a1"></a><!-- doxytag: member="MTParserTestUndefineOp::doTests" ref="a1" args="()" -->
virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classMTParserTestUndefineOp.html#a1">doTests</a> ()</td></tr>

</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="MTParserTestCases_8h-source.html">MTParserTestCases.h</a><li><a class="el" href="MTParserTestCases_8cpp-source.html">MTParserTestCases.cpp</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Sun Mar 9 17:39:37 2008 for MTParserLib by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Canada Canada
Software Engineer working at a fun and smart startup company

Comments and Discussions