Inheritance diagram for ApplyResultDecRefQueue:Protected Member Functions | |
| void | incRef (Context ctx, long obj) |
| void | decRef (Context ctx, long obj) |
Definition at line 20 of file ApplyResultDecRefQueue.java.
Implements IDecRefQueue.
Definition at line 33 of file ApplyResultDecRefQueue.java.
{
try
{
Native.applyResultDecRef(ctx.nCtx(), obj);
} catch (Z3Exception e)
{
// OK.
}
}
Implements IDecRefQueue.
Definition at line 22 of file ApplyResultDecRefQueue.java.
{
try
{
Native.applyResultIncRef(ctx.nCtx(), obj);
} catch (Z3Exception e)
{
// OK.
}
}
1.7.6.1