On Mon, Sep 15, 2014 at 7:22 AM, Ivar Gaitan <
ivar....@gmail.com> wrote:
>
> Is the Go SWIG module supposed to generate directors for nested classes?
>
> I only seem to get the outer class director generated, even with the
> promiscuous version of the directive:
>
> // generate directors for all classes that have virtual methods
>
> %feature("director");
>
> class Outer {
> public:
> class Inner {
> public:
> virtual void methodA() = 0;
> };
>
> virtual void methodB() = 0;
> };
>
> So, Is this feature not implemented in the Go module, or am I doing it
> wrong, or is it a bug?
Go of course does not itself have nested classes. With SWIG 3.0 you