haxiomic / haxe-c-bridge

Easily interact with haxe classes from C with an automatically generated C header
MIT License
51 stars 5 forks source link

Make Retainer abstract and convert Retainer<String> to char * #19

Closed haxiomic closed 3 years ago

haxiomic commented 3 years ago

Use string pointer as lookup for GC retaining map

haxiomic commented 3 years ago

Consider how to handle a struct wrapper for array in the future

Maybe use @:multiType so we can have separate implementations https://nadako.github.io/rants/posts/2013-11-10_haxe-multi-type-abstracts.html

haxiomic commented 3 years ago

closed in #23