|
AndroMeta
2.0.0
|
Used by the framework for symbolic manipulation, e.g: in parsing, interpretation, etc. More...
#include <iostream>#include <stdint.h>#include <AndroMeta/MStr.h>#include <AndroMeta/MVector.h>#include <AndroMeta/MList.h>Go to the source code of this file.
Classes | |
| class | Meta::MNode |
| Used by the framework for symbolic manipulation, e.g: in parsing, interpretation, etc. More... | |
Typedefs | |
| typedef MNode | Meta::mnode |
Functions | |
| mnode | Meta::mfunc (const mstr &functionName, size_t n) |
| mnode | Meta::mfunc (const mstr &functionName) |
| mnode | Meta::msym (const mstr &symbolName) |
| std::ostream & | Meta::operator<< (std::ostream &ostr, const MNode &n) |
Variables | |
| const mnode | Meta::mnull |
Used by the framework for symbolic manipulation, e.g: in parsing, interpretation, etc.
1.7.6.1