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>>&) | 构造指向特定栈的指针。 |
另见
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++