#include <bookmark_tree.h>
Inheritance diagram for listo_links:


Public Member Functions | |
| listo_links () | |
| void | add (link_record *new_rec, bool sort=true) |
Definition at line 99 of file bookmark_tree.h.
| listo_links::listo_links | ( | ) |
Definition at line 61 of file bookmark_tree.cpp.
| void listo_links::add | ( | link_record * | new_rec, | |
| bool | sort = true | |||
| ) |
Definition at line 63 of file bookmark_tree.cpp.
References link_record::_description, amorph< link_record >::append(), amorph< link_record >::borrow(), amorph< link_record >::elements(), amorph< link_record >::insert(), amorph< link_record >::put(), and istring::t().
Referenced by bookmark_tree::process_comment(), and bookmark_tree::process_link().
1.5.1