System::Collections::Generic::StackPtr فئة

StackPtr class

Stack 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 StackPtr : public System::SmartPtr<T0>
معاملالوصف
Tنوع العنصر.

الطرق

طريقةالوصف
StackPtr()ينشئ مؤشرًا فارغًا.
StackPtr(const SharedPtr<Stack<T>>&)ينشئ مؤشرًا يشير إلى مكدس محدد.

انظر أيضًا