System::Collections::Generic::ListPtr κλάση
ListPtr class
List pointer with access operators. 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>class ListPtr : public System::SmartPtr<List<T>>
Μέθοδοι
| Μέθοδος | Περιγραφή |
|---|---|
| ListPtr(std::nullptr_t) | Αρχικοποιεί δείκτη null. |
| ListPtr(const SharedPtr<List<T>>&) | Αρχικοποιεί δείκτη σε καθορισμένη λίστα. |
| operator==(std::nullptr_t) const | Ελέγχει αν ο δείκτης List είναι null. |
| operator[](int) | Πρόσβαση. |
| operator[](int) const | Πρόσβαση. |
Δείτε επίσης
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++