pybind11/example/example1.ref

27 lines
720 B
Plaintext
Raw Normal View History

2015-07-05 18:05:44 +00:00
Called Example1 default constructor..
Called Example1 constructor with value 32..
Called Example1 copy constructor with value 32..
2015-10-01 14:48:34 +00:00
Called Example1 copy constructor with value 32..
Called Example1 destructor (32)
2015-07-05 18:05:44 +00:00
Called Example1 destructor (32)
2015-10-01 14:48:34 +00:00
Instance 1: Example1[value=320]
Instance 2: Example1[value=32]
2015-07-05 18:05:44 +00:00
Called Example1 copy constructor with value 320..
2016-04-25 21:04:27 +00:00
Called Example1 move constructor with value 320..
Called Example1 destructor (0)
2015-07-05 18:05:44 +00:00
Example1[value=320]
2015-10-01 14:48:34 +00:00
Called Example1 destructor (320)
2015-07-05 18:05:44 +00:00
Example1[value=320]
Example1[value=320]
Example1[value=320]
Example1[value=320]
320
320
320
320
320
Instance 1, direct access = 320
Instance 1: Example1[value=100]
Called Example1 destructor (32)
Called Example1 destructor (100)