source:
src/tests/.expect/memberCtors.txt
@
e58dfb9
Last change on this file since e58dfb9 was f7e749f, checked in by , 8 years ago | |
---|---|
|
|
File size: 1.7 KB |
Rev | Line | |
---|---|---|
[44f6341] | 1 | Before declaration of b1 |
[4d4882a] | 2 | constructing int |
3 | constructing int | |
4 | constructing int | |
5 | constructing int | |
6 | constructing int | |
7 | constructing int | |
[f7e749f] | 8 | begin construct B |
9 | assign b->a2 | |
[4d4882a] | 10 | constructing int |
11 | constructing int | |
[f7e749f] | 12 | begin construct A |
13 | construct a->x | |
[4d4882a] | 14 | constructing int: 1001 |
[f7e749f] | 15 | assign a->y |
[4d4882a] | 16 | assigning int: 0 0 |
[f7e749f] | 17 | end construct A |
18 | construct b->a1 | |
[4d4882a] | 19 | constructing int |
20 | constructing int | |
[f7e749f] | 21 | begin construct A |
22 | construct a->x | |
[4d4882a] | 23 | constructing int: 1000 |
[f7e749f] | 24 | assign a->y |
[4d4882a] | 25 | assigning int: 0 0 |
[f7e749f] | 26 | end construct A |
27 | end construct B | |
[4d4882a] | 28 | destructing int: 0 |
29 | destructing int: 0 | |
30 | destructing int: 1001 | |
[44f6341] | 31 | Before declaration of b2 |
[4d4882a] | 32 | copy constructing int: 0 |
33 | copy constructing int: 0 | |
[f7e749f] | 34 | begin copy construct A |
35 | copy construct this->x | |
[4d4882a] | 36 | copy constructing int: 1000 |
[f7e749f] | 37 | assign this->y |
38 | end copy construct A | |
[4d4882a] | 39 | copy constructing int: 0 |
40 | copy constructing int: 0 | |
[f7e749f] | 41 | begin copy construct A |
42 | copy construct this->x | |
[4d4882a] | 43 | copy constructing int: 1001 |
[f7e749f] | 44 | assign this->y |
45 | end copy construct A | |
[4d4882a] | 46 | copy constructing int: 0 |
47 | copy constructing int: 0 | |
[f7e749f] | 48 | begin copy construct A |
49 | copy construct this->x | |
[4d4882a] | 50 | copy constructing int: 0 |
[f7e749f] | 51 | assign this->y |
52 | end copy construct A | |
[44f6341] | 53 | End of main |
[4d4882a] | 54 | constructing int |
55 | constructing int | |
[f7e749f] | 56 | begin construct A |
57 | construct a->x | |
[4d4882a] | 58 | constructing int: 999 |
[f7e749f] | 59 | assign a->y |
[4d4882a] | 60 | assigning int: 0 0 |
[f7e749f] | 61 | end construct A |
[4d4882a] | 62 | destructing int: 0 |
63 | destructing int: 0 | |
64 | destructing int: 1000 | |
65 | destructing int: 0 | |
66 | destructing int: 0 | |
67 | destructing int: 999 | |
68 | destructing int: 0 | |
69 | destructing int: 0 | |
70 | destructing int: 0 | |
71 | destructing int: 0 | |
72 | destructing int: 0 | |
[44f6341] | 73 | destructing int: 999 |
[4d4882a] | 74 | constructing int |
75 | constructing int | |
[f7e749f] | 76 | begin construct A |
77 | construct a->x | |
[4d4882a] | 78 | constructing int: 999 |
[f7e749f] | 79 | assign a->y |
[4d4882a] | 80 | assigning int: 0 0 |
[f7e749f] | 81 | end construct A |
[4d4882a] | 82 | destructing int: 0 |
83 | destructing int: 0 | |
84 | destructing int: 1000 | |
85 | destructing int: 0 | |
86 | destructing int: 0 | |
87 | destructing int: 999 | |
88 | destructing int: 0 | |
89 | destructing int: 0 | |
90 | destructing int: 0 | |
91 | destructing int: 0 | |
92 | destructing int: 0 | |
[44f6341] | 93 | destructing int: 999 |
Note: See TracBrowser
for help on using the repository browser.