Is there any possibility to use a reference to a C++ Object to invoke member functions of this Object in Tcl?
Or to chane member variables???
passing C++ Object reference to tcl ????
class Label
{
int member;
Label(int x) //Constructor
~Label() //Destruktor
doSthing(int d)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.