File: README

package info (click to toggle)
mwrap 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 980 kB
  • sloc: cpp: 3,271; ansic: 856; makefile: 252; lex: 233; sh: 2
file content (5 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (7)
1
2
3
4
5
Example of bindings using the mxArray wrapper.  In this case, we wrap
an STL priority queue of (mxArray, time) pairs.  This is a variant of the
event queue example in the example/eventq subdirectory, except in this
version we can store arbitrary MATLAB data objects in the queue,
rather than just integers.