HAL
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)
std::string name