aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-12-04 16:34:49 -0200
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-12-05 02:36:16 -0300
commit7da644719810ab43d304101f21e0e514109ab86b (patch)
treefbeea3fa7bdde37cdda17e1141396da61850f711 /cppgenerator.h
parentc625d0acea417a7fa4beb9fa888fd2e67fd4e50c (diff)
Multiple inheritance works as desired for 99.9% of all known use cases!
Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'cppgenerator.h')
-rw-r--r--cppgenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppgenerator.h b/cppgenerator.h
index b001acf4e..2dfeaa5f0 100644
--- a/cppgenerator.h
+++ b/cppgenerator.h
@@ -134,6 +134,8 @@ private:
/// Writes the function that registers the multiple inheritance information for the classes that need it.
void writeMultipleInheritanceInitializerFunction(QTextStream& s, const AbstractMetaClass* metaClass);
+ /// Writes the implementation of special cast functions, used when we need to cast a class with mulltiple inheritance.
+ void writeSpecialCastFunction(QTextStream& s, const AbstractMetaClass* metaClass);
void writeParentChildManagement(QTextStream& s, const AbstractMetaFunction* func);
/**