]> git.tdb.fi Git - libs/datafile.git/commit
Handle unknown types as enums
authorMikko Rasa <tdb@tdb.fi>
Mon, 3 Sep 2007 08:57:39 +0000 (08:57 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 3 Sep 2007 08:57:39 +0000 (08:57 +0000)
commitde02b5618273df1b94085934f699371b4be31783
tree8469c4e710ab9324a67bee5a13699b2c11dcbc8d
parent8ff59df1f2e603557eceacbc81a8dc44de051dae
Handle unknown types as enums
Move some functions into loader.cpp
Add a LoaderAction for an arbitary number of arguments of the same type
Add a LoaderAction to load two values directly into member variables
Add an overload of load_sub that takes an extra parameter for the loader
source/loader.cpp [new file with mode: 0644]
source/loader.h
source/value.h