Jason Rhinelander | b3f3d79 | 2016-07-18 16:43:18 -0400 | [diff] [blame] | 1 | Called ExampleMandA default constructor.. |
| 2 | Called ExampleMandA constructor with value 32.. |
| 3 | Called ExampleMandA copy constructor with value 32.. |
| 4 | Called ExampleMandA copy constructor with value 32.. |
| 5 | Called ExampleMandA destructor (32) |
| 6 | Called ExampleMandA destructor (32) |
| 7 | Instance 1: ExampleMandA[value=320] |
| 8 | Instance 2: ExampleMandA[value=32] |
| 9 | Called ExampleMandA copy constructor with value 320.. |
| 10 | Called ExampleMandA move constructor with value 320.. |
| 11 | Called ExampleMandA destructor (0) |
| 12 | ExampleMandA[value=320] |
| 13 | Called ExampleMandA destructor (320) |
| 14 | ExampleMandA[value=320] |
| 15 | ExampleMandA[value=320] |
| 16 | ExampleMandA[value=320] |
| 17 | ExampleMandA[value=320] |
| 18 | 320 |
| 19 | 320 |
| 20 | 320 |
| 21 | 320 |
| 22 | 320 |
| 23 | Instance 1, direct access = 320 |
| 24 | Instance 1: ExampleMandA[value=100] |
| 25 | Called ExampleMandA destructor (32) |
| 26 | Called ExampleMandA destructor (100) |