OpenCurves  0.9
ParseState Struct Reference

Used as the parsing state object for Bison, essentially forming the build tree. More...

#include <plotparseprivate.h>

Public Attributes

PlotExpressionexpression
 The primary expression tree.
 
const PlotFunctionRegisterfuncs
 User functions.
 
QStringList errors
 Error report.
 

Detailed Description

Used as the parsing state object for Bison, essentially forming the build tree.

The state contains:

  • The primary expression tree
  • The function register for resolving user functions.
  • An error list for error reporting.

The documentation for this struct was generated from the following file: