System::Text::RegularExpressions::GroupCollectionPtr 클래스
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++