![]() |
wxMaxima
|
#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"
Macros | |
#define | CALL_MEMBER_FN(object, ptrToMember) ((object).*(ptrToMember)) |
This file defines the class MathParser that reads wxmx data and math from Maxima.
#define CALL_MEMBER_FN | ( | object, | |
ptrToMember | |||
) | ((object).*(ptrToMember)) |
Calls a member function from a function pointer