aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-04-08 14:52:54 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:09:59 -0300
commitd75aeacd396691d5b26af1ac2a9669e407639155 (patch)
tree738bc7d31d00e39a55dfbac153160e4fae80b785 /typesystem.h
parent6acf826b4b2eab32237845f98228171bb8be213c (diff)
Added ContainerTypeEntry::typeName() method.
With this method we can get the string used in typesystem to declare the container type (list, set, map, pair, etc). Reviewer: Lauro Moura <lauro.neto@openbossa.org> Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
Diffstat (limited to 'typesystem.h')
-rw-r--r--typesystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/typesystem.h b/typesystem.h
index 201b747bd..be2852bd9 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -1577,6 +1577,8 @@ public:
{
return m_type;
}
+
+ QString typeName() const;
QString targetLangName() const;
QString targetLangPackage() const;
QString qualifiedCppName() const;