Package com.microsoft.z3
Class ConstructorListDecRefQueue
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.microsoft.z3.IDecRefQueue
clear, forceClear, storeReference
-
Constructor Details
-
ConstructorListDecRefQueue
public ConstructorListDecRefQueue()
-
-
Method Details
-
decRef
Description copied from class:IDecRefQueueAn implementation of this method should decrement the reference on a given native object. This function should always be called on thectxthread.- Specified by:
decRefin classIDecRefQueue<ConstructorList<?>>- Parameters:
ctx- Z3 context.obj- Pointer to a Z3 object.
-