]> git.tdb.fi Git - libs/datafile.git/commit
Turn internal type helpers into structs
authorMikko Rasa <tdb@tdb.fi>
Mon, 3 Dec 2012 21:58:06 +0000 (23:58 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 4 Dec 2012 07:02:12 +0000 (09:02 +0200)
commitaa88b0343c2a02d13b166a789e453ce1a056039b
treee62e71c0727cfd25141d6ecea1df5de1585eef76
parent698d4ae13da87b7c53aa96bca99c3deaff397eec
Turn internal type helpers into structs

Eliminating access specifiers and dummy constructors reduces clutter, and
in most cases pure virtual functions prevent instantiation anyway.  Since
these reside in private or protected sections of other classes, risk of
misuse is negligible.
source/collection.h