Verovio
Source code documentation
vrv::ObjectFactory Member List

This is the complete list of members for vrv::ObjectFactory, including all inherited members.

Create(const std::string &name)vrv::ObjectFactory
Create(ClassId classId)vrv::ObjectFactory
GetClassId(const std::string &name)vrv::ObjectFactory
GetClassIds(const std::vector< std::string > &classStrings, std::vector< ClassId > &classIds)vrv::ObjectFactory
GetClassName(ClassId classId)vrv::ObjectFactory
GetInstance()vrv::ObjectFactorystatic
m_classIdsRegistry (defined in vrv::ObjectFactory)vrv::ObjectFactory
m_ctorsRegistry (defined in vrv::ObjectFactory)vrv::ObjectFactory
m_mutex (defined in vrv::ObjectFactory)vrv::ObjectFactorymutable
Register(const std::string &name, ClassId classId, std::function< Object *(void)> function)vrv::ObjectFactory