Hacker News new | past | comments | ask | show | jobs | submit login
Boost-Reflection (github.com/kingluo)
2 points by jinhualuo on Feb 18, 2020 | hide | past | favorite | 1 comment



It's a good project I wrote years ago. It implements Java-like reflection in C++. Just declare your reflection, and use it via Java-like API. Annotation and object proxy just like Java is also supported.

See https://github.com/kingluo/boost-reflection/tree/master/libs... for examples.

Reflection is the base to implement framework like Java Spring, see https://github.com/kingluo/boost-reflection/tree/master/libs..., which is a simple IOC example.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: