Sort by item, ascending. More...
Public Member Functions | |
AIListSorterItemAscending (AIList *list) | |
Create a new sorter. | |
int32 | Begin () |
Get the first item of the sorter. | |
void | End () |
Stop iterating a sorter. | |
void | FindNext () |
Find the next item, and store that information. | |
int32 | Next () |
Get the next item of the sorter. | |
void | Remove (int item) |
Callback from the list if an item gets removed. | |
Private Attributes | |
AIList::AIListMap::iterator | item_iter |
The iterator over the items in the map. |
Sort by item, ascending.
Definition at line 244 of file ai_list.cpp.
AIListSorterItemAscending::AIListSorterItemAscending | ( | AIList * | list | ) | [inline] |
Create a new sorter.
list | The list to sort. |
Definition at line 253 of file ai_list.cpp.
References End().