|
mupp 1.1.0
|
| ▼Nmupp | |
| ▼Nast | |
| Cassignment | Represents an assignment statement |
| Cexpression | Represents a complete expression with operator precedence |
| Cfunction | Represents a function call with a single argument |
| Cnil | Represents an empty/null AST node |
| Coperation | Represents a binary operation with an operator and right operand |
| Cpower | Represents a power operation |
| Ctagged | Abstract Syntax Tree (AST) definitions for the variable parser |
| Cunary | Represents a unary operation applied to an operand |
| Cvariable | Represents a variable in an expression |
| Cvariable_declaration | Represents a variable declaration with optional initialization |
| ▼Nparser | |
| Cadditive_op_ | |
| Cfun_tok_ | |
| Cmultiplicative_op_ | |
| Cunary_op_ | |
| ▼Nprog | |
| CPProgEval | The PProgEval struct evaluates expressions using the AST |
| CPProgram | The PProgram struct performs semantic analysis on the AST |
| CPVarHandler | Manages variable data during evaluation |
| ▼CPAnnotation | The PAnnotation struct links AST nodes to source code positions |
| Cset_id | Helper struct to set ID tags on AST nodes |
| CPErrorHandler | The PErrorHandler struct handles parsing and semantic errors |
| Cmbuf | Message buffer structure for inter-process communication |
| CPCollInfo | The PCollInfo struct holds collection information |
| CPmuppAdmin | Main administration class for mupp configuration management |
| CPmuppAdminXMLParser | XML parser for mupp configuration files |
| CPmuppCollection | Represents a collection of related experimental runs |
| CPmuppColor | Represents an RGB color for plotting |
| CPmuppGui | Main GUI window for the mupp application |
| CPmuppMarker | Represents a plot marker style and size |
| CPmuppParam | Represents a single fit parameter with its value and uncertainties |
| CPmuppPlotEntry | Data structure for plot configuration |
| CPmuppRun | Represents all fit parameters from a single experimental run |
| CPmuppScript | Script interpreter for mupp batch processing |
| CPmuppXY | Data structure for X-Y axis label associations |
| CPParamDataHandler | Central manager class for loading and accessing parameter collections |
| CPShowVarNameDialog | Displays variable names from a collection |
| CPVarDialog | GUI for defining custom variables |
| CPVarErrorDialog | Dialog for displaying variable parsing error messages |
| CPVarHandler | Handles variable parsing, evaluation, and data management |