#include <SALOMESDS_Sha1Keeper.hxx>

Public Member Functions | |
| Sha1Keeper (std::string &&compareFuncContent, SALOME::AutoPyRef &&compareFunc) | |
| void | checkSame (const std::string &varName, const std::string &compareFuncContent, PyObject *oldObj, PyObject *newObj) |
| virtual | ~Sha1Keeper () |
Protected Attributes | |
| std::string | _cmp_func_content |
| SALOME::AutoPyRef | _cmp_func |
| SALOMESDS::Sha1Keeper::Sha1Keeper | ( | std::string && | compareFuncContent, |
| SALOME::AutoPyRef && | compareFunc | ||
| ) |
|
virtual |
| void SALOMESDS::Sha1Keeper::checkSame | ( | const std::string & | varName, |
| const std::string & | compareFuncContent, | ||
| PyObject * | oldObj, | ||
| PyObject * | newObj | ||
| ) |
References _cmp_func, _cmp_func_content, SALOME::AutoPyRef::get(), and SALOME::AutoPyRef::isNull().
Referenced by SALOMESDS::DataScopeServerTransaction::createRdExtVarFreeStyleInternal().
|
protected |
|
protected |