aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-10-27 18:15:16 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:12 -0300
commit59d60a65b22acf21f62314dd5ab6a047509bb7e4 (patch)
treea8cefdbad2b2803982162266deeee313b046659c /typesystem.h
parente5ecbe66d2f1ccfe8c80d58e3e66f4344f3e5505 (diff)
Add helper method TypeEntry::isCppPrimitive.
Returns true is the type is a primitive C++ type. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'typesystem.h')
-rw-r--r--typesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/typesystem.h b/typesystem.h
index 62d041892..6961cbda5 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -952,7 +952,7 @@ public:
return m_conversionRule.startsWith(TARGET_CONVERSION_RULE_FLAG);
}
-
+ bool isCppPrimitive() const;
private:
QString m_name;
Type m_type;