다음을 통해 공유


CHeapPtrList 클래스

이 클래스는 힙 포인터 목록을 구성할 때 유용한 메서드를 제공 합니다.

중요중요

런타임에서 Windows를 실행 하는 응용 프로그램에서이 클래스와 해당 멤버를 사용할 수 없습니다.

template<
typename E,
class Allocator = ATL::CCRTAllocator
>
class CHeapPtrList : public CAtlList<
ATL::CHeapPtr< E, Allocator>,
CHeapPtrElementTraits< E, Allocator>
>

매개 변수

  • E
    컬렉션 클래스에 저장 하는 개체 형식입니다.

  • Allocator
    사용 하는 메모리 할당 클래스입니다.기본값은 CCRTAllocator.

Members

bxa5y294.collapse_all(ko-kr,VS.110).gifPublic 생성자

Name

설명

CHeapPtrList::CHeapPtrList

생성자입니다.

설명

이 클래스는 생성자를 제공 및 파생 메서드를 CAtlListCHeapPtrElementTraits 힙 포인터를 저장 하는 컬렉션 클래스 개체 만들기를 지원 합니다.

상속 계층 구조

CAtlList

CHeapPtrList

요구 사항

헤더: atlcoll.h

참고 항목

참조

CAtlList 클래스

CHeapPtr 클래스

CHeapPtrElementTraits 클래스

기타 리소스

ATL 클래스 개요