الفئة 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>>&)يبني مؤشرًا إلى طابور محدد.

انظر أيضًا