Wrapping internal class's methods
- From: Marcin Kolny <marcin kolny gmail com>
- To: gtkmm-list gnome org
- Subject: Wrapping internal class's methods
- Date: Fri, 02 Aug 2013 14:05:52 +0200
Hi,
I'm trying to wrap static method of internal class:
class C1
{
private:
class Internal
{
_WRAP_METHOD(static void f(), c_f)
};
public:
// other C1's methods
};
Unfortunatelly, it doesn't work. I think, it's due internal class. Is it
possible to wrap method of internal classes?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]