haXe API Documentation
Back | Index
enum haxe.rtti.CType
Available in flash, neko, js, flash9, php, cpp
CUnknown
CTypedef(name : Path,params : List<CType>)
CFunction(args : List<{ t : CType, opt : Bool, name : String}>,ret : CType)
CEnum(name : Path,params : List<CType>)
CDynamic(?t : CType)
CClass(name : Path,params : List<CType>)
CAnonymous(fields : List<{ t : CType, name : String}>)
Back | Index