System::Collections::Generic::Dictionary::Dictionary konstruktor
Innehåll
[
Dölj
]Dictionary::Dictionary() constructor
Skapar tomt dictionary.
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary()
Se även
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++
Dictionary::Dictionary(const map_t&) constructor
Kopierar data från karta.
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary(const map_t &map)
| Parameter | Typ | Beskrivning |
|---|---|---|
| map | const map_t& | Map att kopiera data från. |
Se även
- Typedef map_t
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++
Dictionary::Dictionary(const SharedPtr<IDictionary<TKey, TValue>>&) constructor
Kopieringskonstruktor.
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary(const SharedPtr<IDictionary<TKey, TValue>> &src)
| Parameter | Typ | Beskrivning |
|---|---|---|
| src | const SharedPtr<IDictionary<TKey, TValue>>& | Dictionary att kopiera data från. |
Se även
- Typedef SharedPtr
- Class IDictionary
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++
Dictionary::Dictionary(const SharedPtr<IDictionary<TKey, TValue>>&, const SharedPtr<IEqualityComparer<TKey>>&) constructor
Kopieringskonstruktor.
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary(const SharedPtr<IDictionary<TKey, TValue>> &src, const SharedPtr<IEqualityComparer<TKey>> &comparer)
| Parameter | Typ | Beskrivning |
|---|---|---|
| src | const SharedPtr<IDictionary<TKey, TValue>>& | Källdictionary. |
| comparer | const SharedPtr<IEqualityComparer<TKey>>& | Comparer objekt att använda. |
Se även
- Typedef SharedPtr
- Class IDictionary
- Class IEqualityComparer
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++
Dictionary::Dictionary(const SharedPtr<IEqualityComparer<TKey>>&) constructor
Skapar tomt dictionary.
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary(const SharedPtr<IEqualityComparer<TKey>> &comparer)
| Parameter | Typ | Beskrivning |
|---|---|---|
| comparer | const SharedPtr<IEqualityComparer<TKey>>& | Comparer att använda. |
Se även
- Typedef SharedPtr
- Class IEqualityComparer
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++
Dictionary::Dictionary(int) constructor
Överlagring som motsvarar att skapa förallokerat dictionary; allokerar faktiskt inget.
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary(int capacity)
| Parameter | Typ | Beskrivning |
|---|---|---|
| kapacitet | int | Kapacitet att allokera; ignoreras. |
Se även
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++
Dictionary::Dictionary(int, const SharedPtr<IEqualityComparer<TKey>>&) constructor
Skapar tomt dictionary.
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary(int capacity, const SharedPtr<IEqualityComparer<TKey>> &comparer)
| Parameter | Typ | Beskrivning |
|---|---|---|
| capacity | int | Dictionary kapacitet efter skapande; ignoreras. |
| comparer | const SharedPtr<IEqualityComparer<TKey>>& | Comparer att använda. |
Se även
- Typedef SharedPtr
- Class IEqualityComparer
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++