#include <vdkcsortlist.h>
Inheritance diagram for VDKCustomSortedList:
|
Constructor
|
|
Destructor |
|
Adds a row in ascending order respect to a key
|
|
Returns row containing <key>, -1 if not found |
|
Return key column position |
|
Remove the row containing <key>
|
|
Update a single cell at row containing <key>
|
|
Updates row containg <key>
|
|
Setting Unique to true (false is the default) forces the list to do not insert duplicate keys. |