sylveon / member_thunk

Dynamically creates executable code to allow C callbacks to call C++ member functions without the need for a user data parameter
MIT License
13 stars 2 forks source link

Unit testing #2

Open sylveon opened 4 years ago

sylveon commented 4 years ago

To test:

sylveon commented 4 years ago

Passing and returning references and pointers

sylveon commented 4 years ago

Diamond inheritance

sylveon commented 4 years ago

All supported function pointer types and intentional build failures