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<T0>
الطرق
| طريقة | الوصف |
|---|---|
| GroupCollectionPtr() | منشئ مؤشر فارغ. |
| GroupCollectionPtr(const SharedPtr<GroupCollection>&) | منشئ تحويل النوع. |
| operator[](size_t) const | الوصول إلى Group. |
انظر أيضًا
- Class SmartPtr
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++