mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@14496 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a7ffd101e9
commit
9ad2831810
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
using namespace Upp;
|
||||
|
||||
// U++ Ptr class is sort of 'weak pointer' whose main purpose it to become NULL after pointee
|
||||
// is destructed
|
||||
|
||||
struct Foo : Pte<Foo> {
|
||||
String text;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue