#include "../Parser/FileParser.h"Include dependency graph for C++/Common/Enviroment/CommonEnviromentParser.h:

Go to the source code of this file.
Classes | |
| class | CommonEnviromentParser |
| This class is the interface to the parser for the CommonEnviroment class. More... | |
Functions | |
| void | pusha (const char *lvalue, const char *rvalue) |
| Push a statement of the form lvalue = string. | |
| void | pushn (const char *lvalue, double) |
| Push a statement of the type lvalue = double. | |