|
MUSX Document Model
|
Provides optional per-type extension methods for MusxInstanceList. More...
#include <MusxInstance.h>
Inheritance diagram for musx::dom::MusxInstanceList< T >:Additional Inherited Members | |
Public Member Functions inherited from musx::dom::MusxInstanceListBase< T > | |
| MusxInstanceListBase (const std::weak_ptr< Document > &document, Cmper partId) | |
| Default constructor. | |
| Cmper | getRequestedPartId () const |
| Gets the part id that was used to create this list. | |
| std::shared_ptr< Document > | getDocument () const |
| Gets the document that was used to create this list. | |
Provides optional per-type extension methods for MusxInstanceList.
This struct is specialized for individual types (e.g., StaffUsed) to add type-specific methods. The default template is empty.
| T | The object type. |