System::Collections::Generic::SortedDictionaryPtr クラス
SortedDictionaryPtr class
ソートされた辞書へのポインタで、アクセス演算子を持ちます。この型は他のオブジェクトの削除を管理するポインタです。スタック上に割り当て、値渡しまたは const 参照で関数に渡すべきです。
template<typename T,typename V>class SortedDictionaryPtr : public System::SmartPtr<SortedDictionary<T, V>>
メソッド
| メソッド | 説明 |
|---|---|
| operator[](const T&) const | アクセサ関数。 |
| SortedDictionaryPtr() | null ポインタを作成します。 |
| SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>>&) | 指定されたソート済み辞書へのポインタを構築します。 |
参照
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++