Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

typeinfo.h File Reference

#include "types.h"

Include dependency graph for typeinfo.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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
}


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
CharType 
IntType 
ShortType 
LongType 
LongLongType 
SignedType 
UnsignedType 
FloatType 
DoubleType 
LongDoubleType 
VoidType 
BooleanType 

Definition at line 34 of file typeinfo.h.

enum TypeInfoId
 

Enumeration values:
UndefType 
BuiltInType 
ClassType 
EnumType 
TemplateType 
PointerType 
ReferenceType 
PointerToMemberType 
ArrayType 
FunctionType 

Definition at line 25 of file typeinfo.h.

Referenced by TypeInfo::WhatIs().


Generated on Mon Feb 10 17:34:57 2003 for VFiasco Semantics Compiler by doxygen1.2.15