出典:Wikipedia
出典:『Wikipedia』 (2011/07/13 17:32 UTC 版)
In programming, RTTI (Run-Time Type Information, or Run-Time Type Identification) refers to a C++ system that makes information about an object's data type available at runtime. Run-time type information can apply to simple data types, such as integers and characters, or to generic objects. This is a C++ implementation of a more generic concept called reflection or, more specifically, type introspection.