MUSX Document Model
Loading...
Searching...
No Matches
musx::dom::EntryPool Class Reference

Entry pool. More...

#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< Entryget (EntryNumber entryNumber) const
 Get an entry from the EntryPool.
 

Detailed Description

Entry pool.