Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish Proxy getters for C++ class functions #102

Open
guruofquality opened this issue Aug 7, 2016 · 0 comments
Open

Finish Proxy getters for C++ class functions #102

guruofquality opened this issue Aug 7, 2016 · 0 comments

Comments

@guruofquality
Copy link
Contributor

Having function getters let us get a proxy handle to a function pointer for a class. This makes the abstraction more complete and lets the python bindings getattr stuff work more cleanly. These getters should work for a static method or a class method with bound class instance. This is the current work so far however the implementation does not support multiple overloads for the same function. It probably needs to be implemented in the ManagedProxyHandle or overload handling can be done in ManagedClass and the handle can use that -- as long as it not implemented twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant