how to make wrapper from class at c ++.
example:
class myfunction{
public:
myfunction(Int x);
~myfunction();
void getx(p* obj);
void deleteX(p* obj);
..............................//
}
example:
class myfunction{
public:
myfunction(Int x);
~myfunction();
void getx(p* obj);
void deleteX(p* obj);
..............................//
}