NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
muParserBytecode.h File Reference

Definition of the parser bytecode class. More...

#include <cassert>
#include <string>
#include <stack>
#include <vector>
#include "muParserDef.h"
#include "muParserError.h"
#include "muParserToken.h"
Include dependency graph for muParserBytecode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mu::SToken
 
class  mu::ParserByteCode
 Bytecode implementation of the Math Parser. More...
 

Namespaces

namespace  mu
 Namespace for mathematical applications.
 

Detailed Description

Definition of the parser bytecode class.

Definition in file muParserBytecode.h.