aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-11-06 16:38:39 -0200
committerHugo Lima <hugo.lima@openbossa.org>2009-11-10 10:59:49 -0200
commit3abff670957e68c6e6bc2da2aa51acc1b5d4508f (patch)
tree382258bc9a69f64fdc4ccad1d9b0a0470293f3b9 /shibokengenerator.h
parent3e61c5a9b7b54dc31c5c76b0fce8f46c655344ca (diff)
Added support for reverse operators.
Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'shibokengenerator.h')
-rw-r--r--shibokengenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shibokengenerator.h b/shibokengenerator.h
index ae9d3b91e..82e3a30d4 100644
--- a/shibokengenerator.h
+++ b/shibokengenerator.h
@@ -146,7 +146,6 @@ public:
static bool isNumber(const AbstractMetaType* type);
static bool isPyInt(const TypeEntry* type);
static bool isPyInt(const AbstractMetaType* type);
- static bool isReverseOperator(const AbstractMetaFunction* func);
/// Checks if an argument type should be dereferenced by the Python method wrapper
/// before calling the C++ method.
static bool shouldDereferenceArgumentPointer(const AbstractMetaArgument* arg);