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++