To achieve smaller binary size and get rid of function names from binary, I've implemented custom RTTI. Heavily based on Paul Varcholik and Shao Voon Wong implementations.
Currently all application components must implement KSF_RTTI_DECLARATIONS to be able to prepare downcasting.
Then user is able to check class type. It's very useful for functions finding objects by class type.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.