help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave engine: any update?


From: Michael Goffioul
Subject: Re: Octave engine: any update?
Date: Tue, 14 May 2013 08:24:28 -0400

On Tue, May 14, 2013 at 4:34 AM, MrOba <address@hidden> wrote:
This for me is a bit confused..

mxArray is a typedef to void.. but there is a class mxArray where all
different kinds of array are defined..
can somebody turn on the light?

Actually, in the MEX API, you never access mxArray directly, you always manipulate a pointer to it (mxArray*). So in other words, that's a way to define mxArray* as void*, as in making mxArray an opaque structure.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]