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>>&)特定のキューへのポインタを構築します。

参照