#include <htdata.h>
Inheritance diagram for ht_sorted_list:
Public Member Functions | |
void | init (compare_keys_func_ptr compare_keys) |
virtual void | done () |
virtual void | append (Object *data) |
virtual uint | find (Object *data) |
virtual void | insert (Object *data) |
virtual void | insert_after (Object *data, uint i) |
virtual void | insert_before (Object *data, uint i) |
virtual void | move (uint source, uint dest) |
virtual void | move_multiple (uint source, uint dest, uint count) |
virtual void | prepend (Object *data) |
virtual bool | set (uint i, Object *data) |
|
Reimplemented from ht_clist. Definition at line 1208 of file htdata.cc. References insert(). |
|
Reimplemented from ht_clist. Reimplemented in ht_project. Definition at line 1203 of file htdata.cc. References ht_clist::done(). Referenced by ht_project::done(), and done_analy_names(). |
|
Reimplemented from ht_clist. Definition at line 1213 of file htdata.cc. References ht_list::compare_keys, HT_ERROR, LIST_UNDEFINED, and uint. Referenced by ht_sorted_string_list::get_string(). |
|
Reimplemented from ht_clist. Definition at line 1198 of file htdata.cc. References compare_keys_func_ptr, and Object::init(). Referenced by ht_app::init(). |
|
Reimplemented from ht_clist. Definition at line 1229 of file htdata.cc. References ht_list::compare_keys, and ht_clist::insert_before(). Referenced by append(), insert_after(), insert_before(), ht_sorted_string_list::insert_string(), ht_app::insert_window(), prepend(), and set(). |
|
Reimplemented from ht_clist. |
|
Reimplemented from ht_clist. |
|
Reimplemented from ht_clist. Definition at line 1256 of file htdata.cc. References uint. |
|
Reimplemented from ht_clist. Definition at line 1261 of file htdata.cc. References uint. |
|
Reimplemented from ht_clist. Definition at line 1266 of file htdata.cc. References insert(). |
|
Reimplemented from ht_clist. |