Skip to content

IADLXList

Navigation: ADLX SDK ReferencesADLX InterfacesMiscellaneous

The IADLXList is an interface of a collection of ADLX interfaces that can be accessed by location.

Methods

MethodDescription
Add_BackAdds an interface to the end of a list.
AtReturns the reference counted interface from the requested location.
BeginReturns the location of the first interface from a list.
ClearRemoves all the interfaces from a list.
EmptyChecks if the list is empty.
EndReturns the location succeeding the last interface from a list.
Remove_BackRemoves an interface from the end of a list.
SizeReturns the number of interfaces in a list.

Requirements

Headerinclude “ADLXDefines.h”
Minimum version1.0

Subpages

  • Add_Back - Adds an interface to the end of a list.
  • At - Returns the reference counted interface from the requested location.
  • Begin - Returns the location of the first interface from a list.
  • Clear - Removes all the interfaces from a list.
  • Empty - Checks if the list is empty.
  • End - Returns the location succeeding the last interface from a list.
  • Remove_Back - Removes an interface from the end of a list.
  • Size - Returns the number of interfaces in a list.

API Reference

This page references: