Click here to Skip to main content
15,890,123 members
Articles / Programming Languages / Objective C

Slightly Less Costly but Much Usable C++ Reflection with Singular Inheritance Rule

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
9 Jun 2019CPOL9 min read 13.1K   79   7  
Template code for basic reflection functionalities (e.g., dynamic casting, instance type comparison, class name) with C#-like singular inheritance rule (a.k.a, one-base-multiple-interface rule)

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student Seoul National University
Korea (Republic of) Korea (Republic of)
PhD student in system security. Currently interested in fuzzing. Can't WINE be more user-friendly? :P

Comments and Discussions