KiCad PCB EDA Suite
|
#include <kicommon.h>
#include <wx/string.h>
#include <unordered_map>
#include <string>
#include <memory>
#include <variant>
#include <vector>
#include <functional>
#include <eda_units.h>
#include <text_eval/text_eval_types.h>
Go to the source code of this file.
Classes | |
class | EXPRESSION_EVALUATOR |
High-level wrapper for evaluating mathematical and string expressions in wxString format. More... | |
class | NUMERIC_EVALUATOR_COMPAT |
NUMERIC_EVALUATOR compatible wrapper around EXPRESSION_EVALUATOR. More... | |