#include <FormulaGrammar.h>
Public Member Functions | |
| SFormulaGrammar (vector< string > &code) | |
| Construct the grammar and memorise a reference to the code vector. | |
Public Attributes | |
| vector< string > & | Code |
| Prepared code vector. | |
Classes | |
| struct | definition |
| Definition of the formula grammar. More... | |
Definition at line 90 of file FormulaGrammar.h.
|
|
Construct the grammar and memorise a reference to the code vector.
Definition at line 95 of file FormulaGrammar.h. |
1.4.4