![]() |
My Project
|
#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 606 of file f5lists.cc.
| LTagList::LTagList | ( | LNode * | l | ) |
Definition at line 612 of file f5lists.cc.
| LTagList::~LTagList | ( | ) |
Definition at line 617 of file f5lists.cc.
| LNode * LTagList::get | ( | int | idx | ) |
Definition at line 637 of file f5lists.cc.
| LNode * LTagList::getFirst | ( | ) |
Definition at line 641 of file f5lists.cc.
| LNode * LTagList::getFirstCurrentIdx | ( | ) |
Definition at line 645 of file f5lists.cc.
| void LTagList::insert | ( | LNode * | l | ) |
Definition at line 628 of file f5lists.cc.
| void LTagList::setFirstCurrentIdx | ( | LNode * | l | ) |
Definition at line 633 of file f5lists.cc.