#include <f5lists.h>
Definition at line 361 of file f5lists.h.
◆ RTagList() [1/2]
Definition at line 1196 of file f5lists.cc.
1196 {
1197 RTagNode*
first =
new RTagNode();
1199}
◆ RTagList() [2/2]
RTagList::RTagList |
( |
RNode * | r | ) |
|
Definition at line 1201 of file f5lists.cc.
1201 {
1202 RTagNode*
first =
new RTagNode(r);
1204}
◆ ~RTagList()
Definition at line 1206 of file f5lists.cc.
1206 {
1207 RTagNode* temp;
1211 delete temp;
1212 }
1213}
◆ get()
RNode * RTagList::get |
( |
int | idx | ) |
|
◆ getFirst()
RNode * RTagList::getFirst |
( |
| ) |
|
◆ getLength()
int RTagList::getLength |
( |
| ) |
|
◆ insert()
void RTagList::insert |
( |
RNode * | r | ) |
|
◆ print()
◆ setFirst()
void RTagList::setFirst |
( |
RNode * | r | ) |
|
◆ first
◆ length
The documentation for this class was generated from the following files: