System::Collections::Generic::SortedDictionaryPtr class
SortedDictionaryPtr class
Pointer kamus terurut dengan operator akses. Tipe ini adalah pointer untuk mengelola penghapusan objek lain. Itu harus dialokasikan di stack dan diteruskan ke fungsi baik secara nilai maupun referensi konstan.
template<typename T,typename V>class SortedDictionaryPtr : public System::SmartPtr<SortedDictionary<T, V>>
Metode
| Metode | Deskripsi |
|---|---|
| operator[](const T&) const | Fungsi accessor. |
| SortedDictionaryPtr() | Membuat penunjuk null. |
| SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>>&) | Membuat penunjuk ke kamus terurut yang ditentukan. |
Lihat Juga
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++