From: Mikko Rasa Date: Mon, 3 Dec 2012 21:58:06 +0000 (+0200) Subject: Turn internal type helpers into structs X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=aa88b0343c2a02d13b166a789e453ce1a056039b;hp=aa88b0343c2a02d13b166a789e453ce1a056039b;p=libs%2Fdatafile.git 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. ---