crobarcro/mcode-cpp-utilities

C++ class wrapper and utilities
173 téléchargements
Mise à jour 8 oct. 2016

Header file with C++ class wrapper and other related utilities for creating mex interfaces to C++ objects.
This submission expands on the work done by Oliver Woodford on safely wrapping a persistent C++ object in a classdef wrapper. The supplied header file simplifies the creation of interfaces by providing some preprocessor macros, and a set of utility functions for performing argument checking, conversion between Matlab data types and std data types etc.
A base matlab class (cppinterface.m) is supplied to simplify the creation of your wrapper. This is intended to be subclassed by your classdef interface class.

An example is also provided of allowing two wrapped C++ object to communicate with each other directly through access to their pointers.

Citation pour cette source

Richard Crozier (2024). crobarcro/mcode-cpp-utilities (https://github.com/crobarcro/mcode-cpp-utilities), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2012b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Call C++ from MATLAB dans Help Center et MATLAB Answers
Remerciements

Inspiré par : Example MATLAB class wrapper for a C++ class

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées

Version Publié le Notes de version
1.1.0.0

Adde a little more info to summary

1.0.0.0

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.