System::Collections::Generic::StackPtr classe
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>
| Paramètre | Description |
|---|---|
| T | Type d’élément. |
Méthodes
| Méthode | Description |
|---|---|
| StackPtr() | Construit un pointeur nul. |
| StackPtr(const SharedPtr<Stack<T>>&) | Construit un pointeur référant une pile spécifique. |
Voir aussi
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++