klips/cpp/patterns/abstract-factory
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
abstract-factory.cpp Clean up CMakeLists in all C++ examples 2022-03-31 16:01:08 -04:00
abstract-factory.hpp Add abstract-factory pattern example 2021-05-11 15:42:08 -04:00
main.cpp Add abstract-factory pattern example 2021-05-11 15:42:08 -04:00
parts.cpp Add abstract-factory pattern example 2021-05-11 15:42:08 -04:00
parts.hpp Add abstract-factory pattern example 2021-05-11 15:42:08 -04:00