#include "types.h"
Include dependency graph for typeinfo.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | TypeInfo |
Enumerations | |
enum | TypeInfoId { UndefType, BuiltInType, ClassType, EnumType, TemplateType, PointerType, ReferenceType, PointerToMemberType, ArrayType, FunctionType } |
enum | { CharType = 1, IntType = 2, ShortType = 4, LongType = 8, LongLongType = 16, SignedType = 32, UnsignedType = 64, FloatType = 128, DoubleType = 256, LongDoubleType = 512, VoidType = 1024, BooleanType = 2048 } |
|
Definition at line 34 of file typeinfo.h. |
|
Definition at line 25 of file typeinfo.h. Referenced by TypeInfo::WhatIs(). |