comparison generator/generator.h @ 253:073b9153ed8a

Rev. 264 done right. Problems: - classwizard segfaults on exit due to a bug in signals/slots or runtime. - hellogl doesn't compile with dmd2 due to a bug in the compiler backend
author maxter
date Sun, 30 Aug 2009 09:59:12 +0000
parents ae06da58ec25
children 49bfc86ff583
comparison
equal deleted inserted replaced
252:37eed70de029 253:073b9153ed8a
168 return "qtd_" + package + "_" + te->targetLangName() + "_from_" + type->typeEntry()->qualifiedCppName(); 168 return "qtd_" + package + "_" + te->targetLangName() + "_from_" + type->typeEntry()->qualifiedCppName();
169 } 169 }
170 170
171 bool notWrappedYet(const AbstractMetaFunction *java_function); 171 bool notWrappedYet(const AbstractMetaFunction *java_function);
172 bool isLinearContainer(const ContainerTypeEntry *type); 172 bool isLinearContainer(const ContainerTypeEntry *type);
173 AbstractMetaFunctionList signalFunctions(const AbstractMetaClass *cls); 173 AbstractMetaFunctionList signalFunctions(const AbstractMetaClass *cls, bool includeBase = true);
174 174
175 #endif // GENERATOR_H 175 #endif // GENERATOR_H