Sat Apr 3 21:12:32 CEST 2010 Tobias Rautenkranz * C++ member variable access diff -rN -u old-doc/smoke.xml new-doc/smoke.xml --- old-doc/smoke.xml 2014-10-30 07:10:27.000000000 +0100 +++ new-doc/smoke.xml 2014-10-30 07:10:27.000000000 +0100 @@ -212,6 +212,20 @@ +
Member variables + +C++ member variables of an instance can be accessed by using slot-value; e.g.: + +(slot-value (make-instance 'qt:object) :static-meta-object) + +or + +(slot-value (find-class 'qt:object) :static-meta-object) + +Usually they can also be accessed using methods from the :cxx package. + +
+
Garbage Collection You should be able to use C++ Class instances like normal Lisp object.