node-ffi-generate
node-ffi-generate copied to clipboard
Add support for elaborated type
Forked and fixed quite a few more things: https://github.com/node-ffi-packager/node-ffi-generate
Represents a type that was referred to using an elaborated type keyword, e.g.,
struct S, or via a qualified name, e.g.,N::M::type, or both.
- Supporting Elaborated types allows for a greatly expanded library generation.
- Relies on corresponding support in
node-libclang.
See
- https://clang.llvm.org/doxygen/classclang_1_1ElaboratedType.html
- https://github.com/tjfontaine/node-libclang
- https://github.com/joelpurra/node-libclang/tree/support-elaborated-type
See https://github.com/tjfontaine/node-libclang/pull/16.
Forked and fixed quite a few more things, might help someone: https://github.com/node-ffi-packager/node-ffi-generate