System::Collections::Generic::ListPtr クラス
ListPtr class
List pointer with access operators. 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 ListPtr : public System::SmartPtr<List<T>>
メソッド
| メソッド | 説明 |
|---|---|
| ListPtr(std::nullptr_t) | null ポインタを初期化します。 |
| ListPtr(const SharedPtr<List<T>>&) | 指定されたリストへのポインタを初期化します。 |
| operator==(std::nullptr_t) const | List ポインタが null かどうかをチェックします。 |
| operator[](int) | アクセサ。 |
| operator[](int) const | アクセサ。 |
参照
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++