Skip to content

Releases: RealLast/jbind11

jbind11 v0.8-pre

19 Dec 09:09
Compare
Choose a tag to compare
jbind11 v0.8-pre Pre-release
Pre-release

Most required functionalities implemented:

  • Wrapping of classes
  • Fields (member variables)
  • Functions (automatic deduction of template parameters)
  • Static functions
  • Wrapper Generator
  • Wrapper Deployer
  • Self-casting (allows to cast an instance of wrapped class to the corresponding java object, if the instance belongs to a JavaHandle; in other words allows to do jobject self = cast(this).