![]() |
Verovio
Source code documentation
|
Public Member Functions | |
| ClassRegistrar (std::string name, ClassId classId) | |
| The contructor registering the name / constructor map. | |
| ClassRegistrar (const std::string &name, ClassId pseudoClassId, std::function< Object *()> factory) | |
| The contructor registering the name / constructor map taking a custom factory function. More... | |
|
inline |
The contructor registering the name / constructor map taking a custom factory function.
Use a pseudo ClassId for correct mapping.