wxMaxima
Macros
MathParser.cpp File Reference
#include <wx/config.h>
#include <wx/tokenzr.h>
#include <wx/sstream.h>
#include <wx/intl.h>
#include "MathParser.h"
#include "Version.h"
#include "CellList.h"
#include "ExptCell.h"
#include "SubCell.h"
#include "SqrtCell.h"
#include "LimitCell.h"
#include "SetCell.h"
#include "ListCell.h"
#include "MatrCell.h"
#include "ParenCell.h"
#include "AbsCell.h"
#include "ConjugateCell.h"
#include "AtCell.h"
#include "DiffCell.h"
#include "SumCell.h"
#include "IntCell.h"
#include "IntervalCell.h"
#include "FunCell.h"
#include "ImgCell.h"
#include "LabelCell.h"
#include "LongNumberCell.h"
#include "SubSupCell.h"
#include "StringUtils.h"
#include "VisiblyInvalidCell.h"
#include "AnimationCell.h"
Include dependency graph for MathParser.cpp:

Macros

#define CALL_MEMBER_FN(object, ptrToMember)   ((object).*(ptrToMember))
 

Detailed Description

This file defines the class MathParser that reads wxmx data and math from Maxima.

Macro Definition Documentation

◆ CALL_MEMBER_FN

#define CALL_MEMBER_FN (   object,
  ptrToMember 
)    ((object).*(ptrToMember))

Calls a member function from a function pointer

Todo:
Replace this by a C++17 construct when we switch to C++17