MUSX Document Model
|
#include <ObjectPool.h>
Public Member Functions | |
EntryPool (const DocumentWeakPtr &document) | |
Constructor function. | |
void | add (EntryNumber entryNumber, const std::shared_ptr< Entry > &instance) |
Add an entry to the EntryPool. (Used by the factory.) | |
MusxInstance< Entry > | get (EntryNumber entryNumber) const |
Get an entry from the EntryPool. | |
Entry pool.