System::Collections::Generic::QueuePtr 클래스
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>>
메서드
| 메서드 | 설명 |
|---|---|
| QueuePtr() | null 포인터를 생성합니다. |
| QueuePtr(const SharedPtr<Queue<T>>&) | 특정 큐에 대한 포인터를 생성합니다. |
또 보기
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++