|
|
|
|
|
by Elv13
3865 days ago
|
|
With some basic method calling and argument registration https://gist.github.com/Elv13/fa854e502c6c076f6bb8 REGISTER_METHOD(MyClass, myMethod3) NO_ARG REGISTER_METHOD(MyClass, myMethod ) ARG(std::string) ARG(std::string) NO_ARG REGISTER_METHOD(MyClass, myMethod2) RET(int) NO_ARG Without boost preprocessor! /me ok, time to stop wasting time on this. Please, myself, forget about this and go to sleep |
|