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

This file contains the parser token definition. More...

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

Go to the source code of this file.

Classes

class  mu::ParserToken< TBase, TString >
 Encapsulation of the data for a single formula token. More...
 

Namespaces

namespace  mu
 Namespace for mathematical applications.
 

Detailed Description

This file contains the parser token definition.

Definition in file muParserToken.h.