[PyKDE] sip - how to get around member function templates?
Sato, Kristine
Kristine.Sato at vugames.com
Wed Aug 6 00:40:01 BST 2003
Hello,
I want to use sip on a class which uses member function templates. Any
suggestions on the best approach?
Here's a snippet from the class - the SetValue() and GetValue() member
functions are the problematic ones!
class Record
{
public:
Record(UtTable& , const u32 );
template<class ITEM_TYPE>
UtStatus SetValue(const u32, const
ITEM_TYPE&);
template<class ITEM_TYPE>
UtStatus GetValue(const u32, ITEM_TYPE&);
};
Thanks,
Kristine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20030805/034c5bab/attachment.html
More information about the PyQt
mailing list