System::Collections::Generic::QueuePtr kelas
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>>
Metode
| Metode | Deskripsi |
|---|---|
| QueuePtr() | Membuat penunjuk null. |
| QueuePtr(const SharedPtr<Queue<T>>&) | Membuat pointer ke antrian tertentu. |
Lihat Juga
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++