TA的每日心情 | 慵懒 2019-6-5 13:01 |
|---|
签到天数: 115 天 [LV.6]出窍
|
回复 老兵帅客 的帖子7 n6 o( Q) [, ~" i$ X
% K$ B% c6 M9 N0 G- ?, @: P* P
在wikipedia上搜了一下reflection C++。+ b, J! D9 O- A; P7 n
Qt/C++
0 E* L' ^$ y( d
1 m) _/ x6 F2 J' z" TQt framework extends C++ with its meta-language and provides reflection ability of member/method reference and query by name for Qt objects with QMetaObject class, which contains meta-information about the Qt objects. Objective-C is a reflective, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.
# r5 w3 v3 J9 E+ _貌似并不能直接支持,但是可以实现类似效果。, {) k/ E' P. x3 P
c++ reflection; X. _+ Z: |* D* E) E, D2 ?0 S
|
|