![]() |
#include <f5lists.h>
Public Member Functions | |
| LTagList () | |
| LTagList (LNode *l) | |
| ~LTagList () | |
| void | insert (LNode *l) |
| void | setFirstCurrentIdx (LNode *l) |
| LNode * | get (int idx) |
| LNode * | getFirst () |
| LNode * | getFirstCurrentIdx () |
Private Attributes | |
| LTagNode * | first |
| LNode * | firstCurrentIdx |
| int | length |
| LTagList::LTagList | ( | ) |
Definition at line 607 of file f5lists.cc.
| LTagList::LTagList | ( | LNode * | l | ) |
Definition at line 613 of file f5lists.cc.
| LTagList::~LTagList | ( | ) |
Definition at line 618 of file f5lists.cc.
| LNode * LTagList::get | ( | int | idx | ) |
Definition at line 638 of file f5lists.cc.
| LNode * LTagList::getFirst | ( | ) |
Definition at line 642 of file f5lists.cc.
| LNode * LTagList::getFirstCurrentIdx | ( | ) |
Definition at line 646 of file f5lists.cc.
| void LTagList::insert | ( | LNode * | l | ) |
Definition at line 629 of file f5lists.cc.
| void LTagList::setFirstCurrentIdx | ( | LNode * | l | ) |
Definition at line 634 of file f5lists.cc.