KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SIM_VALUE_PARSER::PARSE_RESULT Struct Reference

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
 

Detailed Description

Definition at line 100 of file sim_value.cpp.

Member Data Documentation

◆ exponent

std::optional<int> SIM_VALUE_PARSER::PARSE_RESULT::exponent

◆ fracPart

std::optional<int64_t> SIM_VALUE_PARSER::PARSE_RESULT::fracPart

Definition at line 106 of file sim_value.cpp.

Referenced by handleNodeForParse(), and SIM_VALUE::ToInt().

◆ intPart

std::optional<int64_t> SIM_VALUE_PARSER::PARSE_RESULT::intPart

Definition at line 105 of file sim_value.cpp.

Referenced by handleNodeForParse(), and SIM_VALUE::ToInt().

◆ isEmpty

bool SIM_VALUE_PARSER::PARSE_RESULT::isEmpty = true

◆ isOk

bool SIM_VALUE_PARSER::PARSE_RESULT::isOk = true

◆ significand

std::string SIM_VALUE_PARSER::PARSE_RESULT::significand

◆ unitPrefixExponent

std::optional<int> SIM_VALUE_PARSER::PARSE_RESULT::unitPrefixExponent

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