]> git.tdb.fi Git - libs/datafile.git/commit
Introduce an improved interface for loading sub-objects
authorMikko Rasa <tdb@tdb.fi>
Tue, 12 Dec 2023 09:32:21 +0000 (11:32 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 12 Dec 2023 10:10:31 +0000 (12:10 +0200)
commitef84d2328cb05de6703ec66b38a7a14f96bb765d
tree9bb03e6fc8601cf74aede29ebe7080aaa2ef3725
parenta3ce88d45e535d1275d29d5033b0a423ab4fe326
Introduce an improved interface for loading sub-objects

Objects can now be created dynamically and stored in a collection.
Hierarchical names are automatically generated for stored objects.

The old load_sub function will be deprecated at some point.
source/collection.h
source/dynamicobjectloader.h
source/loader.cpp
source/loader.h