System::Text::RegularExpressions::GroupCollectionPtr class
GroupCollectionPtr class
Group collection 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.
class GroupCollectionPtr : public System::SmartPtr<GroupCollection>
メソッド
| メソッド | 説明 |
|---|---|
| GroupCollectionPtr() | ヌルポインタコンストラクタです。 |
| GroupCollectionPtr(const SharedPtr<GroupCollection>&) | 型変換コンストラクタです。 |
| operator[](size_t) const | Group アクセサです。 |
参照
- Class SmartPtr
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++