#include <FormulaGrammar.h>
Public Member Functions | |
| PushOperation (const string &cop, vector< string > &code) | |
| Construct the object. | |
| void | operator() (char const *Unused, char const *End) const |
| Pushes the operation to the code vector. | |
Public Attributes | |
| string | COP |
| Code of OPeration. | |
| vector< string > & | Code |
| Reference to the code version. | |
Definition at line 61 of file FormulaGrammar.h.
|
||||||||||||
|
Construct the object.
Definition at line 67 of file FormulaGrammar.h. |
|
||||||||||||
|
Pushes the operation to the code vector.
Definition at line 76 of file FormulaGrammar.h. |
1.4.4