AndroMeta  2.0.0
Classes | Typedefs | Functions | Variables
AndroMeta/include/AndroMeta/MNode.h File Reference

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

Detailed Description

Used by the framework for symbolic manipulation, e.g: in parsing, interpretation, etc.