System::Collections::Generic::DictionaryPtr クラス
DictionaryPtr class
Dictionary pointer class with operator overloads. This type is a pointer to manage other object’s deletion. It should be allocated on stack and passed to functions either by value or by const reference.
template<typename T,typename V>class DictionaryPtr : public System::SmartPtr<Dictionary<T, V>>
| パラメーター | 説明 |
|---|---|
| T | キーの種類です。 |
| V | 値型です。 |
メソッド
| メソッド | 説明 |
|---|---|
| DictionaryPtr() | null ポインタを初期化します。 |
| DictionaryPtr(const SharedPtr<Dictionary<T, V>>&) | ポインタ型に変換します。 |
| operator[](const X&) const | キー型変換に使用するアクセス演算子です。 |
| operator[](const T&) const | アクセス演算子です。 |
参照
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++