Confirmed users
1,345
edits
Nnethercote (talk | contribs) |
Nnethercote (talk | contribs) |
||
Line 179: | Line 179: | ||
foo->SizeOfIncludingThis() // yes | foo->SizeOfIncludingThis() // yes | ||
foo.SizeOfExcludingThis() // yes | foo.SizeOfExcludingThis() // yes | ||
foo.SizeOfIncludingThis() // no | foo.SizeOfIncludingThis() // no | ||
foo->SizeOfExcludingThis() // no | foo->SizeOfExcludingThis() // no |