Base: [skip ci] allow to replace twin object of PyObjectBase
This commit is contained in:
@@ -294,6 +294,9 @@ public:
|
||||
_pcTwinPointer = 0;
|
||||
}
|
||||
|
||||
/// Overrides the pointer to the twin object
|
||||
void setPointer(void* ptr, bool del=false);
|
||||
|
||||
bool isValid() {
|
||||
return StatusBits.test(Valid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user