|
MUSX Document Model
|
A container of pooled shared object instances from an ObjectPool. More...
#include <MusxInstance.h>
Inheritance diagram for musx::dom::MusxInstanceListBase< T >:Public Member Functions | |
| 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. | |
Public Member Functions inherited from musx::dom::DocumentElement | |
| virtual | ~DocumentElement () noexcept(false)=default |
| Virtual destructor for polymorphic behavior. | |
| DocumentPtr | getDocument () const |
| Gets a reference to the Document. | |
| Cmper | getPartId () const |
| Gets the part id associated with this instance. | |
Additional Inherited Members | |
Protected Member Functions inherited from musx::dom::DocumentElement | |
| DocumentElement (const DocumentWeakPtr &document, Cmper partId) | |
| Constructs the document element. | |
| DocumentElement (const DocumentElement &)=default | |
| explicit default copy constructor | |
| DocumentElement (DocumentElement &&) noexcept=default | |
| explicit default move constructor | |
| DocumentElement & | operator= (const DocumentElement &) |
| no-op copy assignment operator allows subclasses to copy their values. | |
| DocumentElement & | operator= (DocumentElement &&) noexcept |
| no-op move assignment operator allows subclasses to move their values. | |
A container of pooled shared object instances from an ObjectPool.
This class wraps a std::vector of MusxInstance<T>.
| T | The object type stored in the list (e.g., StaffUsed, SmartShape, etc.). |