|
libpsynth 0.2.1
|
#include <factory_manager.hpp>


Public Member Functions | |
| template<class Concrete > | |
| void | add (const Key &k) |
| void | add (const Key &k, factory_method fn) |
| void | del (const Key &k) |
| void psynth::base::factory_manager< Key, BasePtr, Args >::add | ( | const Key & | k | ) | [inline] |
Reimplemented from psynth::base::restricted_factory_manager< Key, BasePtr, Args...>.
| void psynth::base::factory_manager< Key, BasePtr, Args >::add | ( | const Key & | k, |
| factory_method | fn | ||
| ) | [inline] |
Reimplemented from psynth::base::restricted_factory_manager< Key, BasePtr, Args...>.
| void psynth::base::factory_manager< Key, BasePtr, Args >::del | ( | const Key & | k | ) | [inline] |
Reimplemented from psynth::base::restricted_factory_manager< Key, BasePtr, Args...>.
1.7.4