https://github.com/coralkashri/cppsenioreas-design-pattern-reflection
Reflection Design Pattern implemented in C++. This is an examples repository of C++ Senioreas blog Design Pattern: RunTime Reflection article.
https://github.com/coralkashri/cppsenioreas-design-pattern-reflection
cpp cpp20 cppsenioreas design-pattern reflection runtime
Last synced: 7 months ago
JSON representation
Reflection Design Pattern implemented in C++. This is an examples repository of C++ Senioreas blog Design Pattern: RunTime Reflection article.
- Host: GitHub
- URL: https://github.com/coralkashri/cppsenioreas-design-pattern-reflection
- Owner: coralkashri
- License: mit
- Created: 2021-01-13T02:50:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T08:18:48.000Z (about 2 years ago)
- Last Synced: 2025-05-15T06:40:53.421Z (11 months ago)
- Topics: cpp, cpp20, cppsenioreas, design-pattern, reflection, runtime
- Language: C++
- Homepage: https://cppsenioreas.wordpress.com/2021/01/17/design-patterns-runtime-reflection-cpp/
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cppsenioreas-design-pattern-reflection
Reflection Design Pattern implemented in C++.
This is an examples repository of [C++ Senioreas](https://cppsenioreas.wordpress.com/) blog [Design Pattern: RunTime Reflection](https://cppsenioreas.wordpress.com/2021/01/17/design-patterns-runtime-reflection-cpp/) article.