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접근 연산자.

또 보기