J
Analyzed about 22 hours ago
jrtti - C++ Introspection is a C++ class template library providing reflection capabilities for C++ programing language.
jrtti - C++ Introspection provides reflection abstraction for standard and custom C++ types and classes. This reflection abstraction exposes class members at run time, wich can
... [More]
be accessed by its string name.
It also provides a string representation of class members that can be used for object serialization and deserialization through arbitrary class reflection. [Less]