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

Add example of creating a custom Proxy subclass #6

Closed kevingurney closed 1 year ago

kevingurney commented 1 year ago

To make it easier for users to learn how to use libmexclass, we should add an example with a custom Proxy subclass and an associated client CMakeLists.txt file.