#include <htformat.h>
Inheritance diagram for ht_group_sub:
Public Member Functions | |
void | init (ht_streamfile *file) |
virtual void | done () |
virtual bool | convert_ofs_to_id (const FILEOFS offset, LINE_ID *line_id) |
virtual bool | convert_id_to_ofs (const LINE_ID line_id, FILEOFS *offset) |
virtual void | first_line_id (LINE_ID *line_id) |
virtual bool | getline (char *line, const LINE_ID line_id) |
virtual void | handlemsg (htmsg *msg) |
virtual void | last_line_id (LINE_ID *line_id) |
virtual int | next_line_id (LINE_ID *line_id, int n) |
virtual int | prev_line_id (LINE_ID *line_id, int n) |
virtual bool | ref (LINE_ID *id) |
virtual ht_search_result * | search (ht_search_request *search, FILEOFS start, FILEOFS end) |
void | insertsub (ht_sub *sub) |
Protected Attributes | |
ht_clist * | subs |
|
Reimplemented from ht_sub. Definition at line 4701 of file htformat.cc. References FILEOFS. |
|
Reimplemented from ht_sub. Definition at line 4696 of file htformat.cc. References FILEOFS. |
|
Reimplemented from ht_sub. Definition at line 4689 of file htformat.cc. References ht_sub::done(), ht_clist::done(), and subs. |
|
Reimplemented from ht_sub. Definition at line 4706 of file htformat.cc. References ht_sub::first_line_id(), ht_clist::get(), and subs. |
|
Reimplemented from ht_sub. Definition at line 4712 of file htformat.cc. References ht_clist::count(), ht_clist::get(), ht_sub::getline(), subs, and UINT. |
|
Reimplemented from ht_sub. Definition at line 4723 of file htformat.cc. References ht_sub::handlemsg(). |
|
Reimplemented from ht_sub. Definition at line 4682 of file htformat.cc. References file, ht_clist::init(), Object::init(), and subs. |
|
Definition at line 4796 of file htformat.cc. References ht_clist::insert(), and subs. |
|
Reimplemented from ht_sub. Definition at line 4728 of file htformat.cc. References ht_clist::count(), ht_clist::get(), ht_sub::last_line_id(), and subs. |
|
Reimplemented from ht_sub. Definition at line 4734 of file htformat.cc. References compeq_line_id(), ht_clist::count(), ht_sub::first_line_id(), ht_clist::get(), ht_sub::last_line_id(), ht_sub::next_line_id(), subs, and UINT. |
|
Reimplemented from ht_sub. Definition at line 4757 of file htformat.cc. References compeq_line_id(), ht_clist::count(), ht_sub::first_line_id(), ht_clist::get(), ht_sub::last_line_id(), ht_sub::prev_line_id(), subs, and UINT. |
|
Reimplemented from ht_sub. Definition at line 4780 of file htformat.cc. References ht_clist::count(), ht_clist::get(), ht_sub::ref(), subs, and UINT. |
|
Reimplemented from ht_sub. Definition at line 4791 of file htformat.cc. |
|
Definition at line 576 of file htformat.h. Referenced by done(), first_line_id(), getline(), init(), insertsub(), last_line_id(), next_line_id(), prev_line_id(), and ref(). |