| 
    KiCad PCB EDA Suite
    
   | 
 
Represent a floating value in E notation. More...
#include <cadstar_archive_parser.h>
  
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
| double | GetDouble () | 
Public Attributes | |
| long | Base = 0 | 
| long | Exponent = 0 | 
Represent a floating value in E notation.
Definition at line 394 of file cadstar_archive_parser.h.
| double CADSTAR_ARCHIVE_PARSER::EVALUE::GetDouble | ( | ) | 
Definition at line 385 of file cadstar_archive_parser.cpp.
References Base, and Exponent.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::initStackupItem().
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 391 of file cadstar_archive_parser.cpp.
References Base, Exponent, XNODE::GetParent(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), and THROW_PARSING_IO_ERROR.
Referenced by CADSTAR_ARCHIVE_PARSER::ParseChildEValue().
| long CADSTAR_ARCHIVE_PARSER::EVALUE::Base = 0 | 
Definition at line 396 of file cadstar_archive_parser.h.
Referenced by GetDouble(), and Parse().
| long CADSTAR_ARCHIVE_PARSER::EVALUE::Exponent = 0 | 
Definition at line 397 of file cadstar_archive_parser.h.
Referenced by GetDouble(), and Parse().