How can I add reflection to a C++ application?

前端 未结 28 1663
感动是毒
感动是毒 2020-11-21 11:25

I\'d like to be able to introspect a C++ class for its name, contents (i.e. members and their types) etc. I\'m talking native C++ here, not managed C++, which has reflection

28条回答
  •  一向
    一向 (楼主)
    2020-11-21 11:41

    I would recommend using Qt.

    There is an open-source licence as well as a commercial licence.

提交回复
热议问题