HAL
gate_library_parser_manager.cpp File Reference
Include dependency graph for gate_library_parser_manager.cpp:

Go to the source code of this file.

Namespaces

 hal
 
 hal::gate_library_parser_manager
 

Functions

void hal::gate_library_parser_manager::register_parser (const std::string &name, const ParserFactory &parser_factory, const std::vector< std::string > &supported_file_extensions)
 
void hal::gate_library_parser_manager::unregister_parser (const std::string &name)
 
std::unique_ptr< GateLibrary > hal::gate_library_parser_manager::parse (std::filesystem::path file_path)