#include <FormulaGrammar.h>
Public Member Functions | |
| PushDouble (vector< string > &code) | |
| Construct the object. | |
| void | operator() (char const *Start, char const *End) const |
| Pushes a value into the code vector. | |
Public Attributes | |
| vector< string > & | Code |
| Reference to the code. | |
Definition at line 36 of file FormulaGrammar.h.
|
|
Construct the object.
Definition at line 41 of file FormulaGrammar.h. |
|
||||||||||||
|
Pushes a value into the code vector.
Definition at line 50 of file FormulaGrammar.h. References Code. |
1.4.4