System::Collections::Generic::SortedSetPtr classe
SortedSetPtr class
Puntatore per mantenere i riferimenti a SortedSet. Questo tipo è un puntatore per gestire l’eliminazione di altri oggetti. Deve essere allocato sullo stack e passato alle funzioni sia per valore sia per riferimento costante.
template<typename T>class SortedSetPtr : public System::SmartPtr<T0>
Metodi
| Metodo | Descrizione |
|---|---|
| SortedSetPtr() | Costruttore di puntatore nullo. |
| SortedSetPtr(const SharedPtr<SortedSet<T>>&) | Costruttore di copia. |
Vedi anche
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++