Public Member Functions | Private Attributes

ScriptListSorterItemAscending Class Reference

Sort by item, ascending. More...

Inheritance diagram for ScriptListSorterItemAscending:
ScriptListSorter

Public Member Functions

 ScriptListSorterItemAscending (ScriptList *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

ScriptList::ScriptListMap::iterator item_iter
 The iterator over the items in the map.

Detailed Description

Sort by item, ascending.

Definition at line 244 of file script_list.cpp.


Constructor & Destructor Documentation

ScriptListSorterItemAscending::ScriptListSorterItemAscending ( ScriptList list  )  [inline]

Create a new sorter.

Parameters:
list The list to sort.

Definition at line 253 of file script_list.cpp.

References End().


The documentation for this class was generated from the following file: