TA的每日心情 | 慵懒 2019-6-5 13:01 |
---|
签到天数: 115 天 [LV.6]出窍
|
回复 老兵帅客 的帖子$ u, q" j2 Z- `5 p) M9 s
, ~5 F* b4 n$ U, D: T在wikipedia上搜了一下reflection C++。; X6 \* m% U$ X2 m7 M
Qt/C++
9 _/ B8 C5 l4 I2 B. X, I, R: O7 Q& E, S% z+ b3 ^ P. E
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. 4 g3 m7 q3 u0 H
貌似并不能直接支持,但是可以实现类似效果。1 A& Y; I2 z6 S# Q
c++ reflection
% N2 r. r; Z4 M1 ^ |
|