Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This is a template class that allows for a type-specific implementation of a list. It is derived from CBaseListand uses that class's typeless implementation.
The constructor creates a CBaseListobject, and all CGenericListmember functions call CBaseListmember functions but provide type-checking dependent on the template.
Member Functions
Member function | Description |
---|---|
Inserts a node or list of nodes after the specified node. |
|
Inserts a node or list of nodes before the specified node. |
|
Inserts a node or list of nodes at the front of the list. |
|
Appends a node or list of nodes to the end of the list. |
|
Constructs a CGenericListobject. |
|
Returns the first position that contains the specified object. |
|
Returns the object at the specified position. |
|
Returns the number of objects (object count) in the list. |
|
Returns the object at the head of the list. |
|
Returns a cursor identifying the first element of the list. |
|
Returns the specified object and update position. |
|
Returns a cursor identifying the last element of the list. |
|
Removes the specified node from the list. |
|
Removes the first node in the list. |
|
Removes the last node in the list. |
Requirements
Windows Embedded CE | Windows CE 2.12 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have
different include file and Library requirements
For more information, see Setting Up the Build Environment |