Supermodel/Src/Util
Bart Trzynadlowski 2efe18b525 Added support for multiple value types in config nodes.
Removed Ptr_t and ConstPtr_t from public interface, moved config tree builders into their own file, and made them pass by reference and value.
Exceptions can be thrown now on lookup failures.
Removed s_empty_node -- failed lookups in [] operator create a permanent "hidden" child.
Updated comment in NewConfig.cpp.
2016-08-21 22:22:45 +00:00
..
BMPFile.h fix compilation 2016-05-03 18:38:06 +00:00
ByteSwap.cpp Changes to game loader interface, added 32-bit word swapping utility function 2016-08-11 03:53:19 +00:00
ByteSwap.h Changes to game loader interface, added 32-bit word swapping utility function 2016-08-11 03:53:19 +00:00
ConfigBuilders.cpp Added support for multiple value types in config nodes. 2016-08-21 22:22:45 +00:00
ConfigBuilders.h Added support for multiple value types in config nodes. 2016-08-21 22:22:45 +00:00
Format.cpp Added Write() method to write buffer to an ostream, and added an ostream operator overload 2016-08-18 04:13:50 +00:00
Format.h Added Write() method to write buffer to an ostream, and added an ostream operator overload 2016-08-18 04:13:50 +00:00
GenericValue.h Added support for multiple value types in config nodes. 2016-08-21 22:22:45 +00:00
NewConfig.cpp Added support for multiple value types in config nodes. 2016-08-21 22:22:45 +00:00
NewConfig.h Added support for multiple value types in config nodes. 2016-08-21 22:22:45 +00:00
Test_Config.cpp Added support for multiple value types in config nodes. 2016-08-21 22:22:45 +00:00