chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Exporting class definitions to C++?


From: Elliot Cuzzillo
Subject: [Chicken-users] Exporting class definitions to C++?
Date: Sat, 27 Jan 2007 20:41:22 -0500

Is there a way to define a class in Scheme and have it export a C++
class definition (which might inherit from existing C++ classes), so
that C++ classes can instantiate and inherit from it?

The C++ API I'm writing to requires the programmer to inherit from an
API class, define a member function so that it calls protected member
functions of the parent class. Is there a clean, easy way to do this
like there is for the other parts of interfacing to C/C++?

Thanks,
Elliot




reply via email to

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