System::Collections::Generic::QueuePtr klass
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<Queue<T>>
Metoder
| Metod | Beskrivning |
|---|---|
| QueuePtr() | Skapar nullpekare. |
| QueuePtr(const SharedPtr<Queue<T>>&) | Skapar pekare till specifik kö. |
Se även
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++