node-ffi-generate icon indicating copy to clipboard operation
node-ffi-generate copied to clipboard

Add support for elaborated type

Open joelpurra opened this issue 5 years ago • 2 comments

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

joelpurra avatar Mar 07 '20 12:03 joelpurra

See https://github.com/tjfontaine/node-libclang/pull/16.

joelpurra avatar Mar 07 '20 12:03 joelpurra

Forked and fixed quite a few more things, might help someone: https://github.com/node-ffi-packager/node-ffi-generate

joelpurra avatar May 07 '21 04:05 joelpurra