Skip to content
New issue

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

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

Already on GitHub? # to your account

Add implicit/explicit MethodInfo* parameter #143

Open
sc2ad opened this issue Oct 25, 2022 · 0 comments
Open

Add implicit/explicit MethodInfo* parameter #143

sc2ad opened this issue Oct 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@sc2ad
Copy link
Owner

sc2ad commented Oct 25, 2022

Hook installs should have the methodinfo* parameter. Ideally we have a scenario such that for hooks that do not have a methodinfo*, (match or find hooks specifically) we can implicitly add one, and for hooks that have them as the final parameter, do not change the signature at all.

Two template specializations on final match for hooking constructs. Each will perform their work under the hood.

Possibly out of scope but relevant: force swap everything to use wrapper hooks?

@sc2ad sc2ad added the enhancement New feature or request label Oct 25, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant