PandA-2024.02
|
Input function used to read the technology data structures. More...
Go to the source code of this file.
Functions | |
void | read_technology_File (const std::string &f, const technology_managerRef &TM, const ParameterConstRef &Param) |
Read an xml file describing the technology data structures. More... | |
forward declarations | |
REF_FORWARD_DECL (technology_manager) | |
RefCount type definition of the technology_manager class structure. More... | |
CONSTREF_FORWARD_DECL (Parameter) | |
Input function used to read the technology data structures.
Definition in file parse_technology.hpp.
CONSTREF_FORWARD_DECL | ( | Parameter | ) |
void read_technology_File | ( | const std::string & | f, |
const technology_managerRef & | TM, | ||
const ParameterConstRef & | Param | ||
) |
Read an xml file describing the technology data structures.
f | the input file name |
TM | is the initial technology manager. |
Param | is the global parameter. |
FIXME: setting parameters
Definition at line 54 of file parse_technology.cpp.
References container_to_string(), DESIGN, XMLDomParser::Exec(), refcount< T >::get(), XMLDomParser::get_document(), technology_manager::get_library_list(), test_panda::parser, PROXY_LIBRARY, string_to_container(), THROW_ERROR, WORK_LIBRARY, and technology_manager::xload().
Referenced by LoadFileTechnology::Exec().
REF_FORWARD_DECL | ( | technology_manager | ) |
RefCount type definition of the technology_manager class structure.