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()नल पॉइंटर बनाता है।
QueuePtr(const SharedPtr<Queue<T>>&)विशिष्ट क्यू के लिए पॉइंटर बनाता है।

संबंधित देखें