|
HLIBpro
1.2
|
Provides basic interface and methods for RTTI.
#include <TTypeInfo.hh>
Public Member Functions | |
| virtual typeid_t | type () const =0 |
| return type ID of object | |
| virtual bool | is_type (const typeid_t t) const |
| return true if local object is of given type ID t | |
| virtual String | typestr () const |
| return string representation of type | |
1.8.1.2