~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty

« back to all changes in this revision

Viewing changes to yo/stl/sharedptr.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2012-01-20 11:53:17 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20120120115317-v4wiq9sttx72fabk
Tags: 9.1.0-1
New upstream release (covering C++11 to a large extend)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
In addition to tt(unique_ptr) the C++0x standard offers
 
1
In addition to tt(unique_ptr) the C++11 standard offers
2
2
hi(shared_ptr)tt(std::shared_ptr<Type>) which is a reference counting smart
3
3
pointer. Before using tt(shared_ptrs) the tthi(memory) header file must have
4
4
been included.