diff options
author | renatofilho <renato.filho@openbossa.org> | 2010-10-01 16:49:00 -0300 |
---|---|---|
committer | renatofilho <renato.filho@openbossa.org> | 2010-10-01 17:25:46 -0300 |
commit | 645ab74a7d87b845c375cff83c432107a512efc5 (patch) | |
tree | d83a71acd73c3dd2abe0533b459d0e96d951257b /libshiboken/conversions.h | |
parent | 9f05e7d6b625c738f96f16d02f27f93bb1c3fbd9 (diff) | |
download | shiboken-645ab74a7d87b845c375cff83c432107a512efc5.tar.gz shiboken-645ab74a7d87b845c375cff83c432107a512efc5.tar.xz shiboken-645ab74a7d87b845c375cff83c432107a512efc5.zip |
Implement generation support to target conversion.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'libshiboken/conversions.h')
-rw-r--r-- | libshiboken/conversions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libshiboken/conversions.h b/libshiboken/conversions.h index 142fad00..376b1aca 100644 --- a/libshiboken/conversions.h +++ b/libshiboken/conversions.h @@ -711,6 +711,10 @@ struct StdMapConverter } }; + +// class used to translate python objects to another type +template <typename T> struct PythonConverter {}; + } // namespace Shiboken #endif // CONVERSIONS_H |