comparison dmd/TypeInfoTypedefDeclaration.d @ 187:b0d41ff5e0df

Added expandability scheme outlined in http://www.dsource.org/forums/viewtopic.php?t=5659&sid=6f2150ff5b0bffcd47512a6a7608d218
author Abscissa
date Tue, 07 Jun 2011 23:37:34 -0400
parents e3afd1303184
children
comparison
equal deleted inserted replaced
186:1a0c1126bc46 187:b0d41ff5e0df
12 import dmd.backend.TYM; 12 import dmd.backend.TYM;
13 import dmd.backend.Util; 13 import dmd.backend.Util;
14 14
15 import std.string; 15 import std.string;
16 16
17 import dmd.DDMDExtensions;
18
17 class TypeInfoTypedefDeclaration : TypeInfoDeclaration 19 class TypeInfoTypedefDeclaration : TypeInfoDeclaration
18 { 20 {
21 mixin insertMemberExtension!(typeof(this));
22
19 this(Type tinfo) 23 this(Type tinfo)
20 { 24 {
21 register(); 25 register();
22 super(tinfo, 0); 26 super(tinfo, 0);
23 type = global.typeinfotypedef.type; 27 type = global.typeinfotypedef.type;