NDEVR
API Documentation
FormulaTree

Logic that saves formulas into a tree-like dependency structure. More...

Collaboration diagram for FormulaTree:
[legend]

Public Member Functions

void readFile (const File &formula_file)
 Reads and parses a formula definition file, populating the tree structure.

Public Attributes

Dictionary< String, Dictionary< String, Buffer< Formula > > > formulas
 Nested mapping of categories to variable names to their associated formulas.
Dictionary< String, Buffer< String > > top_level_formulas
 Mapping of category names to their top-level formula identifiers.

Detailed Description

Logic that saves formulas into a tree-like dependency structure.


Definition at line 66 of file Formula.h.

Member Function Documentation

◆ readFile()

void FormulaTree::readFile ( const File & formula_file)

Reads and parses a formula definition file, populating the tree structure.

Parameters
[in]formula_fileThe file containing formula definitions to parse.

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