HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
project_serializer.cpp
Go to the documentation of this file.
3 
4 namespace hal {
6  : m_name(name)
7  {
9  }
10 
12  {
14  }
15 }
16 
17 
static ProjectManager * instance()
void unregister_serializer(const std::string &tagname)
void register_serializer(const std::string &tagname, ProjectSerializer *serializer)
ProjectSerializer(const std::string &name)
Definition: defines.h:45
std::string name