Version: 9.12.0
SALOMESDS::Sha1Keeper Class Reference

#include <SALOMESDS_Sha1Keeper.hxx>

Inheritance diagram for SALOMESDS::Sha1Keeper:

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
 

Constructor & Destructor Documentation

◆ Sha1Keeper()

SALOMESDS::Sha1Keeper::Sha1Keeper ( std::string &&  compareFuncContent,
SALOME::AutoPyRef &&  compareFunc 
)

◆ ~Sha1Keeper()

virtual SALOMESDS::Sha1Keeper::~Sha1Keeper ( )
virtual

Member Function Documentation

◆ checkSame()

void SALOMESDS::Sha1Keeper::checkSame ( const std::string &  varName,
const std::string &  compareFuncContent,
PyObject *  oldObj,
PyObject *  newObj 
)

Field Documentation

◆ _cmp_func

◆ _cmp_func_content