System::Text::RegularExpressions::GroupCollection class
내용물
[
숨다
]GroupCollection class
단일 매치에서 캡처 그룹의 목록입니다. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택에 이 유형의 인스턴스를 생성하거나 operator new를 사용하지 마세요. 이렇게 하면 런타임 오류 및/또는 어설션 오류가 발생할 수 있습니다. 항상 이 클래스를 System::SmartPtr 포인터로 래핑하고 해당 포인터를 함수 인수로 전달하십시오.
class GroupCollection : public System::Collections::Generic::List<GroupPtr>
메서드
| 메서드 | 설명 |
|---|---|
| Add(const GroupPtr&) override | 컬렉션에 요소 추가를 비활성화합니다. |
| AddGroup(const GroupPtr&) | 그룹을 컬렉션에 추가합니다. |
| Clear() override | 컬렉션에서 요소 삭제를 비활성화합니다. |
| get_Item(int) const | Group 접근자. |
| get_Item(const String&) const | Group 접근자. |
| GroupCollection(const WeakPtr<Match>&) | 생성자. |
| virtual idx_get(String) const | Group 접근자. |
| idx_get(int) const override | Group 접근자. |
| IsReadOnly() const | 컬렉션을 읽기 전용으로 표시합니다. |
| operator[](const String&) const | Group 접근자. |
| operator[](int) | Group 접근자. |
| operator[](int) const | Group 접근자. |
| Remove(const GroupPtr&) override | 컬렉션에서 요소 제거를 비활성화합니다. |
Typedefs
| 타입 정의 | 설명 |
|---|---|
| Base | Base 클래스. |
또 보기
- Class List
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++