aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetalang.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-09-28 14:04:03 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-10-16 17:33:20 -0300
commit87175f67dead62f770747f7dce4621d5ebc72d57 (patch)
treee29d1d3adb5ae571c9c4ca66ab6e4d709068dd16 /abstractmetalang.h
parente2a2130624b143b35dd3beba8d4ff5527cf47b0d (diff)
Add method AbstractMetaFunction::isCastOperator.
Diffstat (limited to 'abstractmetalang.h')
-rw-r--r--abstractmetalang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/abstractmetalang.h b/abstractmetalang.h
index c28da46d6..13ec712cc 100644
--- a/abstractmetalang.h
+++ b/abstractmetalang.h
@@ -836,6 +836,7 @@ public:
{
return isOperatorOverload(originalName());
}
+ bool isCastOperator() const;
bool isArithmeticOperator() const;
bool isBitwiseOperator() const;