billyquith / ponder

C++ reflection library with Lua binding, and JSON and XML serialisation.
http://billyquith.github.io/ponder/
Other
640 stars 93 forks source link

Support for static functions #46

Closed billyquith closed 7 years ago

billyquith commented 8 years ago

Currently Ponder does not support class static and non-class functions. It would be nice to have this. The current function implementation is really a method.

billyquith commented 7 years ago

This works. Currently static functions have to called with callStatic.