klips/cpp/patterns/prototype
Shaun Reed a97dfbe34b Clean up CMakeLists in all C++ examples
+ Rename output executables to match directory structure
+ Remove libraries for small examples
+ Supress -Wreturn-type warnings for singleton that is intentionally not copyable
2022-03-31 16:01:08 -04:00
..
CMakeLists.txt Clean up CMakeLists in all C++ examples 2022-03-31 16:01:08 -04:00
main.cpp Add example of prototype pattern in C++ 2021-05-11 17:40:21 -04:00
prototype.cpp Rename source file in prototype pattern 2021-05-21 12:34:18 -04:00
prototype.hpp Add example of prototype pattern in C++ 2021-05-11 17:40:21 -04:00