RTTR stands for Run Time Type Reflection. It describes the ability of a computer program to introspect and modify an object at runtime. It is also the name of the library itself, which is written in C++ and released as open source library. The goal of this project is to provide an easy and intuitive way to use reflection in C++.
Features
- Register your properties, methods or constructors in your source files
- Documentation available
- Adjusting the class interface is only necessary when using inheritance
- With the type object you can query your previously registered members
- You don't have to include the actual class declaration to work with a type
- It is pretty simple to set or get a property
- Invoke methods
- Iterate over members
- Reflect constructors, methods, data member or enums
Categories
LibrariesLicense
MIT LicenseFollow RTTR
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of RTTR!