KiCad PCB EDA Suite
|
#include <string>
#include <variant>
#include <vector>
#include <fmt/format.h>
Go to the source code of this file.
Classes | |
class | calc_parser::Result< T > |
class | calc_parser::ERROR_COLLECTOR |
Namespaces | |
namespace | calc_parser |
Functions | |
template<typename T> | |
auto | calc_parser::MakeError (std::string aMsg) -> Result< T > |
template<typename T> | |
auto | calc_parser::MakeValue (T aVal) -> Result< T > |