mathworks / libmexclass

libmexclass is a MATLAB framework which enables users to implement the functionality of MATLAB classes in terms of equivalent C++ classes using MEX.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Closes #32 #35

Closed kevingurney closed 1 year ago

kevingurney commented 1 year ago

Overview

This pull request makes the following changes:

  1. Closes #32

Future Directions

  1. We should consider changing registerProxy and registerMethod to use UPPER_SNAKE_CASE to more clearly indicate that they are macros rather than methods. This has been captured in #36.

Notes

  1. Thank you @sgilmore10, @lafiona, and @sreeharihegden for your help with this pull request!