Lumiera
0.pre.03
»edit your freedom«
|
#include "common/query/defs-registry.hpp"
every new kind of object (Type) creates a new slot in the main Table holding all registered default objects.
Each slot actually holds a separate tree (set) of registry entries
Definition at line 141 of file defs-registry.hpp.
Public Types | |
typedef std::set< Record< TAR > > | Registry |
Static Public Member Functions | |
static Registry & | access (Table &table) |
Static Public Attributes | |
static size_t | index |
where to find this Slot in every Table | |
Public Attributes | |
Registry | registry |
Static Private Member Functions | |
static void | createSlot (Table &table) |