smart_ptr
smart_comはポインタを数える参照です。IC Imaging Control クラスライブラリのメソッドがポインタを返す時は常にこのクラスのオブジェクトになります。
インフォメーション
ヘッダファイル: tisudshl.h
メソッド
メソッド | 説明 |
---|---|
operator!=クラスライブラリリファレンス>クラス>smart_ptr>smart_ptr::operator!= Method | op2もしくはpがsmart_comクラスライブラリリファレンス>クラス>smart_comと違うものかどうかをチェックします。 |
operator*クラスライブラリリファレンス>クラス>smart_ptr>smart_ptr::smart_ptr::operator* Method | ポイントしているオブジェクトを返します。設定されていない場合、演算子はNULLポインタ例外で失敗します。 |
operator->クラスライブラリリファレンス>クラス>smart_ptr>smart_ptr::smart_ptr::operator-> Method | オブジェクトへのポインタを返します。設定されていない場合、演算子はNULLポインタ例外で失敗します。 |
operator=クラスライブラリリファレンス>クラス>smart_ptr>smart_ptr::operator= Method | このメソッドに別のsmart_comクラスライブラリリファレンス>クラス>smart_comを割り当てます。 |
operator==クラスライブラリリファレンス>クラス>smart_ptr>smart_ptr::operator== Method | op2もしくはpがsmart_comクラスライブラリリファレンス>クラス>smart_comと同一かどうかをチェックします。 |