2015-10-01 14:48:34 +00:00
|
|
|
Constructing Example12..
|
|
|
|
Original implementation of Example12::run(state=10, value=20)
|
|
|
|
30
|
2016-05-24 21:42:05 +00:00
|
|
|
Caught expected exception: Tried to call pure virtual function "Example12::pure_virtual"
|
2015-10-01 14:48:34 +00:00
|
|
|
Constructing Example12..
|
|
|
|
ExtendedExample12::run(20), calling parent..
|
|
|
|
Original implementation of Example12::run(state=11, value=21)
|
|
|
|
32
|
2016-02-23 21:41:07 +00:00
|
|
|
ExtendedExample12::run_bool()
|
|
|
|
False
|
2015-10-01 14:48:34 +00:00
|
|
|
ExtendedExample12::pure_virtual(): Hello world
|
|
|
|
Destructing Example12..
|
|
|
|
Destructing Example12..
|