|
KiCad PCB EDA Suite
|
Public Attributes | |
| bool | isOk = true |
| bool | isEmpty = true |
| std::string | significand |
| std::optional< int64_t > | intPart |
| std::optional< int64_t > | fracPart |
| std::optional< int > | exponent |
| std::optional< int > | unitPrefixExponent |
Definition at line 102 of file sim_value.cpp.
| std::optional<int> SIM_VALUE_PARSER::PARSE_RESULT::exponent |
Definition at line 109 of file sim_value.cpp.
Referenced by SIM_VALUE::ConvertNotation(), handleNodeForParse(), SIM_VALUE::ToDouble(), and SIM_VALUE::ToInt().
| std::optional<int64_t> SIM_VALUE_PARSER::PARSE_RESULT::fracPart |
Definition at line 108 of file sim_value.cpp.
Referenced by handleNodeForParse(), and SIM_VALUE::ToInt().
| std::optional<int64_t> SIM_VALUE_PARSER::PARSE_RESULT::intPart |
Definition at line 107 of file sim_value.cpp.
Referenced by handleNodeForParse(), and SIM_VALUE::ToInt().
| bool SIM_VALUE_PARSER::PARSE_RESULT::isEmpty = true |
Definition at line 105 of file sim_value.cpp.
Referenced by SIM_VALUE::ConvertNotation(), handleNodeForParse(), SIM_VALUE::ToDouble(), and SIM_VALUE::ToInt().
| bool SIM_VALUE_PARSER::PARSE_RESULT::isOk = true |
Definition at line 104 of file sim_value.cpp.
Referenced by SIM_VALUE::ConvertNotation(), handleNodeForParse(), SIM_VALUE::ToDouble(), and SIM_VALUE::ToInt().
| std::string SIM_VALUE_PARSER::PARSE_RESULT::significand |
Definition at line 106 of file sim_value.cpp.
Referenced by SIM_VALUE::ConvertNotation(), handleNodeForParse(), and SIM_VALUE::ToDouble().
| std::optional<int> SIM_VALUE_PARSER::PARSE_RESULT::unitPrefixExponent |
Definition at line 110 of file sim_value.cpp.
Referenced by SIM_VALUE::ConvertNotation(), handleNodeForParse(), SIM_VALUE::ToDouble(), and SIM_VALUE::ToInt().