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++