TA的每日心情 | 慵懒 2019-6-5 13:01 |
|---|
签到天数: 115 天 [LV.6]出窍
|
回复 老兵帅客 的帖子/ i7 L/ I! V& V, o1 E
; ^9 J0 G5 J f: d4 D
在wikipedia上搜了一下reflection C++。, b0 ~- r2 r: N
Qt/C++; v: k' {' M7 G& r0 Z( O2 f
0 |3 y1 q4 c8 d6 [, `' j
Qt 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.
' H; y' {2 o6 l. y X5 Q7 f7 a貌似并不能直接支持,但是可以实现类似效果。
1 ~6 m5 q. A2 u, v. v$ `, @c++ reflection
3 ?% o: t1 _2 W$ g" z) A |
|