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

Entry pool. More...

#include <ObjectPool.h>

Public Member Functions

void add (EntryNumber entryNumber, const std::shared_ptr< Entry > &instance)
 Add an entry to the EntryPool. (Used by the factory.)
 
std::shared_ptr< Entryget (EntryNumber entryNumber) const
 Get an entry from the EntryPool.
 

Detailed Description

Entry pool.