muParserBase.h File Reference

This file contains the class definition of the muparser engine. More...

#include <cmath>
#include <string>
#include <iostream>
#include <map>
#include <memory>
#include "muParserDef.h"
#include "muParserStack.h"
#include "muParserTokenReader.h"
#include "muParserBytecode.h"
#include "muParserError.h"

Go to the source code of this file.

Namespaces

namespace  mu

Classes

class  mu::ParserBase
 Mathematical expressions parser (base parser engine). More...

Defines

#define MUP_DEFINE_FUNC(TYPE)


Detailed Description

This file contains the class definition of the muparser engine.


Define Documentation

#define MUP_DEFINE_FUNC ( TYPE   ) 

Value:

inline void DefineFun(const string_type &a_strName, TYPE a_pFun, bool a_bAllowOpt = true)  \
    {                                                                                   \
      AddCallback( a_strName, ParserCallback(a_pFun, a_bAllowOpt),                      \
                   m_FunDef, ValidNameChars() );                                        \
    }


Generated on Sun Jun 22 00:57:25 2008 for muParser by  doxygen 1.5.5