System::Collections::Generic::QueuePtr Klasse
QueuePtr class
Queue pointer. 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 QueuePtr : public System::SmartPtr<T0>
Methoden
| Methode | Beschreibung |
|---|---|
| QueuePtr() | Konstruiert einen Nullzeiger. |
| QueuePtr(const SharedPtr<Queue<T>>&) | Konstruiert einen Zeiger auf eine bestimmte Queue. |
Siehe auch
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++