mupp 1.1.0
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nmupp
 Nast
 CassignmentRepresents an assignment statement
 CexpressionRepresents a complete expression with operator precedence
 CfunctionRepresents a function call with a single argument
 CnilRepresents an empty/null AST node
 CoperationRepresents a binary operation with an operator and right operand
 CpowerRepresents a power operation
 CtaggedAbstract Syntax Tree (AST) definitions for the variable parser
 CunaryRepresents a unary operation applied to an operand
 CvariableRepresents a variable in an expression
 Cvariable_declarationRepresents a variable declaration with optional initialization
 Nparser
 Cadditive_op_
 Cfun_tok_
 Cmultiplicative_op_
 Cunary_op_
 Nprog
 CPProgEvalThe PProgEval struct evaluates expressions using the AST
 CPProgramThe PProgram struct performs semantic analysis on the AST
 CPVarHandlerManages variable data during evaluation
 CPAnnotationThe PAnnotation struct links AST nodes to source code positions
 Cset_idHelper struct to set ID tags on AST nodes
 CPErrorHandlerThe PErrorHandler struct handles parsing and semantic errors
 CmbufMessage buffer structure for inter-process communication
 CPCollInfoThe PCollInfo struct holds collection information
 CPmuppAdminMain administration class for mupp configuration management
 CPmuppAdminXMLParserXML parser for mupp configuration files
 CPmuppCollectionRepresents a collection of related experimental runs
 CPmuppColorRepresents an RGB color for plotting
 CPmuppGuiMain GUI window for the mupp application
 CPmuppMarkerRepresents a plot marker style and size
 CPmuppParamRepresents a single fit parameter with its value and uncertainties
 CPmuppPlotEntryData structure for plot configuration
 CPmuppRunRepresents all fit parameters from a single experimental run
 CPmuppScriptScript interpreter for mupp batch processing
 CPmuppXYData structure for X-Y axis label associations
 CPParamDataHandlerCentral manager class for loading and accessing parameter collections
 CPShowVarNameDialogDisplays variable names from a collection
 CPVarDialogGUI for defining custom variables
 CPVarErrorDialogDialog for displaying variable parsing error messages
 CPVarHandlerHandles variable parsing, evaluation, and data management