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<T0>

方法

方法描述
QueuePtr()构造空指针。
QueuePtr(const SharedPtr<Queue<T>>&)构造指向特定队列的指针。

另见