passed as 'tcflags' parameter to tinfo_t::compare_with() 
 | 
| 
#define  | TCMP_EQUAL   0x0000 | 
|   | are types equal? 
  | 
|   | 
| 
#define  | TCMP_IGNMODS   0x0001 | 
|   | ignore const/volatile modifiers 
  | 
|   | 
| 
#define  | TCMP_AUTOCAST   0x0002 | 
|   | can t1 be cast into t2 automatically? 
  | 
|   | 
| 
#define  | TCMP_MANCAST   0x0004 | 
|   | can t1 be cast into t2 manually? 
  | 
|   | 
| 
#define  | TCMP_CALL   0x0008 | 
|   | can t1 be called with t2 type? 
  | 
|   | 
| 
#define  | TCMP_DELPTR   0x0010 | 
|   | remove pointer from types before comparing 
  | 
|   | 
| 
#define  | TCMP_DECL   0x0020 | 
|   | compare declarations without resolving them 
  | 
|   | 
| 
#define  | TCMP_ANYBASE   0x0040 | 
|   | accept any base class when casting 
  | 
|   | 
| 
#define  | TCMP_SKIPTHIS   0x0080 | 
|   | skip the first function argument in comparison 
  | 
|   |