Mercurial > hg > svcore
log base/ById.h @ 1750:d0ef65d8dd89 by-id
age | author | description |
---|---|---|
Thu, 04 Jul 2019 14:30:48 +0100 | Chris Cannam | Return id from add(), + comment by-id |
Tue, 02 Jul 2019 15:28:46 +0100 | Chris Cannam | Add isa by-id |
Tue, 02 Jul 2019 11:49:28 +0100 | Chris Cannam | Update FFT model to ById by-id |
Fri, 28 Jun 2019 17:36:30 +0100 | Chris Cannam | Rejig ById so as to put everything in a single pool, so that at the core you can go from numeric id (untyped) to anything the object can be dynamic_cast to. Useful for building other abstractions like PlayParameter-type registrations that don't know about e.g. Models. Probably some more tweaking needed. Also add tests by-id |