#include <f5lists.h>
Definition at line 188 of file f5lists.h.
◆ LTagList() [1/2]
Definition at line 606 of file f5lists.cc.
606 {
607 LTagNode*
first =
new LTagNode();
608
610}
◆ LTagList() [2/2]
LTagList::LTagList |
( |
LNode * | l | ) |
|
◆ ~LTagList()
Definition at line 617 of file f5lists.cc.
617 {
618 LTagNode* temp;
622 delete temp;
623
624 }
625}
◆ get()
LNode * LTagList::get |
( |
int | idx | ) |
|
◆ getFirst()
LNode * LTagList::getFirst |
( |
| ) |
|
◆ getFirstCurrentIdx()
LNode * LTagList::getFirstCurrentIdx |
( |
| ) |
|
◆ insert()
void LTagList::insert |
( |
LNode * | l | ) |
|
◆ setFirstCurrentIdx()
void LTagList::setFirstCurrentIdx |
( |
LNode * | l | ) |
|
◆ first
◆ firstCurrentIdx
LNode* LTagList::firstCurrentIdx |
|
private |
◆ length
The documentation for this class was generated from the following files: