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>
Methods
Method | Description |
---|---|
GroupCollectionPtr() | Null pointer constructor. |
GroupCollectionPtr(const SharedPtr<GroupCollection>&) | Type convesion constructor. |
operator[](size_t) const | Group accessor. |
See Also
- Class SmartPtr
- Namespace System::Text::RegularExpressions
- Library Aspose.PUB for C++