libdoomsday: Added ThinkerT template and improved functionality
Modified the base thinker_s to prevent plain copying and assignment.Naturally this only has an effect in C++ source files, though.
The ThinkerT template is used to specialize the Thinker smart pointerfor a specific type of thinker.
View differences
libdoomsday: Added ThinkerT template and improved functionality
Modified the base thinker_s to prevent plain copying and assignment.
Naturally this only has an effect in C++ source files, though.
The ThinkerT template is used to specialize the Thinker smart pointer
for a specific type of thinker.