|
KiCad PCB EDA Suite
|
#include <wx/string.h>#include <optional>#include <complex>#include <memory>#include <pegtl.hpp>Go to the source code of this file.
Namespaces | |
| namespace | SIM_VALUE_GRAMMAR |
Enumerations | |
| enum class | SIM_VALUE_GRAMMAR::NOTATION { SIM_VALUE_GRAMMAR::SI , SIM_VALUE_GRAMMAR::SPICE } |
Functions | |
| bool | SIM_VALUE_GRAMMAR::IsValid (const std::string &aString, SIM_VALUE::TYPE aValueType=SIM_VALUE::TYPE_FLOAT, NOTATION aNotation=NOTATION::SI) |
Variables | |
| template<NOTATION Notation> | |
| std::string | SIM_VALUE_GRAMMAR::allowedIntChars |