RAD Studio
ContentsIndex
PreviousUpNext
type_info class

Header File 

typeinfo.h 

Description 

Provides information about a type. 

Constructor 

Only a private constructor is provided. You cannot create type_info objects. By declaring your objects to be _ _rtti types, or by using the -RT compiler switch, the compiler provides your objects with the elements of type_info. type_info references are generated by the typeid operator. 

Public Member Functions 

Operators 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!