<div dir="ltr"><div>Hello<br></div><div>How can one bridge between C++ objects and CL? For example, given a class to the lines of<br><br></div><div>class A<br>{<br></div><div>    public:<br></div><div>        A(int q, int w);<br></div><div>        ~A();<br></div><div>        void foo(int q);<br></div><div>        int bar();<br></div><div>};<br><br></div><div>that has its instances wrapped in smart pointers, how can that functionality be made available from embedded Common Lisp?<br></div><div>Sorry if that's too general of a question. I am somewhat ignorant at the moment, and would appreciate any tips as to where to dig to solve that<br></div></div>