Reference counting



Boost.org:
	RefPtr<Foo> a(new Foo());
	a->metoda();
Je také možné nepovinně volat
	a.release();
 
www.softeu.cz
12/32