classe System::Collections::Generic::HashSetPtr
HashSetPtr class
Puntatore per mantenere riferimenti a HashSet. Questo tipo è un puntatore per gestire la cancellazione di altri oggetti. Dovrebbe essere allocato sullo stack e passato alle funzioni sia per valore sia per riferimento const.
template<typename T>class HashSetPtr : public System::SmartPtr<HashSet<T>>
Metodi
| Metodo | Descrizione |
|---|---|
| HashSetPtr() | Costruttore di puntatore nullo. |
| HashSetPtr(const SharedPtr<HashSet<T>>&) | Costruttore di copia. |
Vedi anche
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++