|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include </home/runner/work/hal/hal/plugins/gexf_writer/include/gexf_writer/plugin_gexf_writer.h>


Public Member Functions | |
| GexfWriterExtension () | |
Public Member Functions inherited from hal::FacExtensionInterface | |
| FacExtensionInterface (Feature feat) | |
| Feature | get_feature () const |
| std::string | get_description () const |
| std::vector< std::string > | get_supported_file_extensions () const |
Public Member Functions inherited from hal::AbstractExtensionInterface | |
| AbstractExtensionInterface () | |
| virtual | ~AbstractExtensionInterface () |
Additional Inherited Members | |
Public Types inherited from hal::FacExtensionInterface | |
| enum | Feature { FacUnknown , FacNetlistParser , FacNetlistWriter , FacGatelibParser , FacGatelibWriter } |
Public Attributes inherited from hal::FacExtensionInterface | |
| AbstractFactoryProvider * | factory_provider |
Protected Attributes inherited from hal::FacExtensionInterface | |
| Feature | m_feature |
| std::string | m_description |
| std::vector< std::string > | m_supported_file_extensions |
Registers the GEXF netlist writer with HAL's netlist writer manager.
Definition at line 36 of file plugin_gexf_writer.h.
| hal::GexfWriterExtension::GexfWriterExtension | ( | ) |
Definition at line 13 of file plugin_gexf_writer.cpp.
References hal::FacExtensionInterface::factory_provider, hal::FacExtensionInterface::m_description, hal::FacFactoryProvider< T >::m_factory, and hal::FacExtensionInterface::m_supported_file_extensions.