فئة 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<Stack<T>>
Parameterالوصف
Tنوع العنصر.

الطرق

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

انظر أيضًا