2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-26 20:19:05 +00:00
qpdf/libtests/qtest/ph/ph.out
Jay Berkenbilt f727bc9443 PointerHolder: add get() and use_count() for forward compatibility
PointerHolder will be replaced with shared_ptr, so let people start
moving.
2022-02-04 13:12:37 -05:00

33 lines
688 B
Plaintext

hello
created Object, id 1
oh1 refcount = 1
oh1 refcount = 2
oh2 refcount = 2
created Object, id 2
oh5 refcount = 1
nulls equal
destroyed Object, id 2
equal okay
less than okay
created Object, id 3
created Object, id 4
calling Object::hello const for 4
destroyed Object, id 4
calling Object::hello for 1
calling Object::hello for 1
calling Object::hello for 1
calling Object::hello for 1
calling Object::hello for 1
calling Object::hello for 1
calling Object::hello for 1
calling Object::hello const for 1
calling Object::hello const for 1
array
created Object, id 5
created Object, id 6
goodbye
destroyed Object, id 6
destroyed Object, id 5
destroyed Object, id 3
destroyed Object, id 1