プロジェクト

全般

プロフィール

マニュアル #1141

coil::shared_ptr< T >の説明の追加

匿名ユーザー が14年以上前に追加. 約14年前に更新.

ステータス:
終了
優先度:
通常
担当者:
-
対象バージョン:
-
開始日:
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

履歴

#1 匿名ユーザー が約14年前に更新

  • ステータス新規 から 解決 に変更
  • 担当者匿名ユーザー にセット
  • 進捗率0 から 100 に変更

2010/2/26 リビジョン1899 で下記ファイルが削除となった為、対象外とする。
/OpenRTM-aist/src/lib/coil/common/memory.h

#2 n-ando約14年前に更新

  • ステータス解決 から 終了 に変更

他の形式にエクスポート: Atom PDF