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) constGroup 접근자.
get_Item(const String&) constGroup 접근자.
GroupCollection(const WeakPtr<Match>&)생성자.
virtual idx_get(String) constGroup 접근자.
idx_get(int) const overrideGroup 접근자.
IsReadOnly() const컬렉션을 읽기 전용으로 표시합니다.
operator[](const String&) constGroup 접근자.
operator[](int)Group 접근자.
operator[](int) constGroup 접근자.
Remove(const GroupPtr&) override컬렉션에서 요소 제거를 비활성화합니다.

Typedefs

타입 정의설명
BaseBase 클래스.

또 보기