操作
マニュアル #1141
完了coil::shared_ptr< T >の説明の追加
ステータス:
終了
優先度:
通常
担当者:
-
対象バージョン:
-
開始日:
2010/01/19
期日:
進捗率:
100%
予定工数:
説明
coil::shared_ptr< T > に説明を追加する。
- shared_ptr::shared_ptr ()
- shared_ptr::shared_ptr (Y *p)
- shared_ptr::shared_ptr (Y *p, Deleter d)
- shared_ptr::shared_ptr (shared_ptr const &r)
- shared_ptr::shared_ptr (shared_ptr< Y > const &r)
- shared_ptr::shared_ptr (weak_ptr< Y > const &r)
- shared_ptr::shared_ptr (auto_ptr< Y > &r)
- shared_ptr::~shared_ptr ()
- shared_ptr::operator= (shared_ptr const &r)
- shared_ptr::operator= (shared_ptr< Y > const &r)
- shared_ptr::operator= (auto_ptr< Y > &r)
- shared_ptr::swap (shared_ptr &r)
- shared_ptr::reset ()
- shared_ptr::reset (Y *p)
- shared_ptr::reset (Y *p, D d)
- shared_ptr::get ()
- shared_ptr::operator* ()
- shared_ptr::operator-> ()
- shared_ptr::use_count ()
- shared_ptr::unique ()
- shared_ptr::operator unspecified_bool_type ()
- shared_ptr::ref_counter
操作