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>>
| パラメーター | 説明 |
|---|---|
| T | 要素型。 |
メソッド
| メソッド | 説明 |
|---|---|
| StackPtr() | null ポインタを作成します。 |
| StackPtr(const SharedPtr<Stack<T>>&) | 特定のスタックを参照するポインタを構築します。 |
参照
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++