释义 |
RTTI 基本例句 运行时类型信息¹⁰⁰ Will C++ support the disturbed development later? And what about further support forRTTIand mti-thread?今后C++会支持分布开发吗?对RTTI和多线程的进一步支持呢? TheRTTIoperators execute at run time for classes with virtual functions, but are evaluated at compile time for all other types.对于带虚函数的类,在运行时执行RTTI操作符,但对于其他类型,在编译时计算RTTI操作符。 For each event dispatch, one virtual call is followed by a linear search for the appropriate reaction, using oneRTTIcomparison per reaction.对于每一个事件分派,将有一次虚拟函数调用加一个对合适反应的线性查找,每个反应使用一个RTTI比较。 This paper introduces the basic design idea of the application framework based on C++. The realization of the mechanism of dynamic creation of object andRTTIare analyzed in detail.摘要介绍了C++应用程序框架的基本设计思想,并详细分析了C++应用程序框架开发中对象动态生成机制和RTTI机制实现方法。 |