System::Collections::Generic::ListPtr Klasse
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<T0>
Methoden
| Methode | Beschreibung |
|---|---|
| ListPtr(std::nullptr_t) | Initialisiert Nullzeiger. |
| ListPtr(const SharedPtr<List<T>>&) | Initialisiert Zeiger auf die angegebene Liste. |
| operator==(std::nullptr_t) const | Prüft, ob der List Zeiger null ist. |
| operator[](int) | Zugriffsmethode. |
| operator[](int) const | Zugriffsmethode. |
Siehe auch
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++