Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members Related Pages Search
FungParser Class ReferenceAn ad hoc expression parsing class which is a wrapper for the real parser by Warp (warp@iki.fi).
More...
#include <fungparser.h>
Inheritance diagram for FungParser:
[legend]Collaboration diagram for FungParser:
[legend]List of all members.
|
Public Methods |
| FungParser () |
| ~FungParser () |
int | Parse (std::string &expression, const char *dependent, const char *independent, std::vector< Expression * > &expressions, bool isDegrees) |
| Parse the given expression.
|
int | Parse (const char *expression, const char *vars, bool isDegrees) |
Detailed Description
An ad hoc expression parsing class which is a wrapper for the real parser by Warp (warp@iki.fi).
- Author:
-
Fungmeista
Definition at line 32 of file fungparser.h.
Member Function Documentation
int FungParser::Parse |
( |
std::string & |
expression, |
|
|
const char * |
dependent, |
|
|
const char * |
independent, |
|
|
std::vector< Expression * > & |
expressions, |
|
|
bool |
isDegrees |
|
) |
|
|
The documentation for this class was generated from the following files:
|