cgdae

Results 3 issues of cgdae

It looks like cppyy might not correctly handle the `enum` namespace. This code: ``` import cppyy cppyy.cppdef(''' enum foo { FOO }; void foo() {} void bar( enum foo f)...

When cppyy reads a bitfield it seems to give the wrong value, apparently because it is including all higher bits. And setting an individual bitfield seems to set the whole...

`inspect.getmembers()` does not seem to see C++ functions and enums inside `cppyy.gbl`. But it _does_ see functions and enums inside a C++ namespace within `cppyy.gbl`. The same behaviour occurs with...