X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPyPtr.hxx;fp=src%2FPyPtr.hxx;h=9c794f6229cf1d51558bcb8ab2aa37cf5e507c12;hb=938b2c42ca4c006015b03d3b361cd930b0b768ec;hp=fdfd37be9eed951e2a851f2c5b2107a69436596b;hpb=70e5adacf069070c8cb968726cb185c1a63acd39;p=tools%2Fpy2cpp.git diff --git a/src/PyPtr.hxx b/src/PyPtr.hxx index fdfd37b..9c794f6 100644 --- a/src/PyPtr.hxx +++ b/src/PyPtr.hxx @@ -37,6 +37,7 @@ class PyPtr: public _PyPtr public: using _PyPtr::_PyPtr; PyPtr getAttr(const std::string& attribute)const; + void setAttr(const std::string& attribute, const PyPtr& value)const; std::string repr()const; };