System::Collections::Generic::DictionaryPtr klasse

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>>
ParameterBeschrijving
TSleuteltype.
VWaarde‑type.

Methoden

MethodeBeschrijving
DictionaryPtr()Initialiseert null-pointer.
DictionaryPtr(const SharedPtr<Dictionary<T, V>>&)Converteert pointertype.
operator[](const X&) constToegangsoperator om te werken met sleuteltype‑conversie.
operator[](const T&) constToegangsoperator.

Zie ook