Clase 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>>
| Parámetro | Descripción |
|---|---|
| T | Tipo de elemento. |
Métodos
| Método | Descripción |
|---|---|
| StackPtr() | Construye un puntero nulo. |
| StackPtr(const SharedPtr<Stack<T>>&) | Construye un puntero que referencia una pila específica. |
Ver también
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++