System::Collections::Generic::SortedSet 클래스
내용물
[
숨다
]SortedSet class
전방 선언된 SortedSet 클래스.
template<typename T>class SortedSet : public System::Collections::Generic::BaseSet<T, std::set<T, ComparerAdapter<T>, System::Details::CollectionHelpers::ContainerPointerMode<T>::allocator_type>>
메서드
| 메서드 | 설명 |
|---|---|
| get_Max() const | SortedSet에서 최대 값을 가져옵니다. |
| SortedSet() | RTTI 정보. |
| SortedSet(int) | 지정된 용량으로 빈 집합을 생성합니다. |
| SortedSet(const SharedPtr<IComparer<T>>&) | 지정된 동일성 비교자를 사용하는 빈 집합을 생성합니다. |
| SortedSet(const SharedPtr<IEnumerable<T>>&) | 열거 가능한 값들을 기반으로 SortedSet을 생성합니다. |
Typedefs
| 타입 정의 | 설명 |
|---|---|
| BaseType | Vase 형식. |
| ThisPtr | 포인터 유형. |
| ThisType | 자기 타입. |
비고
정렬된 객체 집합을 구현합니다. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택에 직접 생성하거나 operator new를 사용하여 인스턴스를 만들면 런타임 오류 및/또는 어설션 오류가 발생합니다. 항상 이 클래스를 System::SmartPtr 포인터로 래핑하고 해당 포인터를 함수 인자로 전달하십시오.
또 보기
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++