help-octave
[Top][All Lists]
Advanced

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

how to call an octave class from a C++ program


From: shravan61
Subject: how to call an octave class from a C++ program
Date: Mon, 11 May 2015 16:58:21 -0700 (PDT)

Hi,

I found online tutorial on how to call an octave function from C++ program
https://www.gnu.org/software/octave/doc/interpreter/Standalone-Programs.html

Similarly, may I know if we can call an octave class (@className) from C++.
If I use 
octave_value_list out = feval ("className", in, 1);

Does out(0) contain object of type className?
How to access the members of the class ? For example can we do this
out(0).data?

Thanks
Shravan



--
View this message in context: 
http://octave.1599824.n4.nabble.com/how-to-call-an-octave-class-from-a-C-program-tp4670339.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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