Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 840 Bytes

File metadata and controls

24 lines (18 loc) · 840 Bytes
description Learn more about: Ready-to-Use List Classes
title Ready-to-Use List Classes
ms.date 11/04/2016
f1_keywords
vc.classes.list
helpviewer_keywords
classes [MFC], list
list classes [MFC]
collection classes [MFC], lists
ms.assetid aed8e9bd-edb7-4620-84a2-77c20322abd7

Ready-to-Use List Classes

The following classes are ready-to-use list classes.

CObList
Stores pointers to objects of class CObject or to objects of classes derived from CObject in a linked list.

CPtrList
Stores pointers to void (generic pointers) in a linked list.

CStringList
Stores CString objects in a linked list.

See also

Class Overview