run-time type identification 运行时类型识别 ; 与执行期型别鉴定 ; 运行期间的类型判定 ; 类型识别
If the sources don't use dynamic_cast or the typeid operator, Run Time type Identification (RTTI) might be disabled.
如果源代码没有使用dynamic_cast或者typeid操作符,那么就可以禁用运行时类型识别(RTTI)。
All three of these negatively impact code size, and exceptions and runtime type identification also increase execution time.
这三个特性都对代码的大小有负面的影响,而且异常事件和运行时类型识别还会增加执行时间。
Run-time Type Identification (RTTI) allows programs that use pointers or references to base classes to retrieve the actual derived types of the objects to which these pointers or references refer.
通过运行时类型识别(RTTI),程序能够使用基类的指针或引用来检索这些指针或引用所指对象的实际派生类型。
应用推荐