]> git.tdb.fi Git - libs/datafile.git/commit
Tweak DynamicObjectLoader to make it extensible
authorMikko Rasa <tdb@tdb.fi>
Thu, 7 Oct 2021 12:54:23 +0000 (15:54 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 7 Oct 2021 12:54:23 +0000 (15:54 +0300)
commitf2f933f53cd729ca034e054085b96107f64f3928
tree7fc9dbf4efbb67db023018f77bcaf702e3365320
parent6e78ca102c93c2bab2f8f68f71879baf40225a78
Tweak DynamicObjectLoader to make it extensible

Subclasses can now override te type handler and access the object without
clearing it, for example to perform some custom initialization after the
object has been created.
source/dynamicobjectloader.h