#include </home/clem/local/src/opie/noncore/apps/opie-reader/my_list.h>
Inheritance diagram for CList< T >:


Public Member Functions | |
| CList () | |
| ~CList () | |
| T & | first () |
| T & | last () |
| T | pop () |
| T * | operator[] (int n) |
| void | push_front (const T &t) |
| void | push_back (const T &t) |
| bool | isEmpty () |
| void | erase (unsigned int n) |
| void | sort () |
| iterator | begin () |
| iterator | end () |
Protected Attributes | |
| node * | front |
| node * | back |
Classes | |
| class | iterator |
| struct | node |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|||||||||
|
||||||||||
|
Definition at line 79 of file my_list.h. Referenced by CDrawBuffer::empty(), QTReaderApp::fileClose(), QTReaderApp::gotobkmk(), CDrawBuffer::operator=(), CDrawBuffer::setright(), and CDrawBuffer::~CDrawBuffer(). |
|
|||||||||
|
Definition at line 35 of file my_list.h. Referenced by CDrawBuffer::addch(), CDrawBuffer::firststyle(), striphtml::parse_paragraph(), and CDrawBuffer::setendpara(). |
|
|||||||||
|
Definition at line 78 of file my_list.h. Referenced by CDrawBuffer::empty(), striphtml::getch(), CDrawBuffer::operator=(), striphtml::parse_paragraph(), striphtml::reset(), CDrawBuffer::setright(), and CDrawBuffer::~CDrawBuffer(). |
|
|||||||||
|
Definition at line 36 of file my_list.h. Referenced by CDrawBuffer::addch(), CList< Bkmk >::erase(), and CDrawBuffer::laststyle(). |
|
||||||||||
|
|
|
|||||||||
|
Definition at line 37 of file my_list.h. Referenced by striphtml::getch(), CRegExpFilt::pop(), and striphtml::reset(). |
|
||||||||||
|
Definition at line 65 of file my_list.h. Referenced by CDrawBuffer::addch(), QTReaderApp::do_autogen(), CDrawBuffer::empty(), ztxt::getbkmklist(), Aportis::getbkmklist(), CDrawBuffer::operator=(), CQueue< tchar >::push(), BkmkFile::readall00(), and CDrawBuffer::setright(). |
|
||||||||||
|
Definition at line 55 of file my_list.h. Referenced by QTReaderApp::addAnno(), QTReaderApp::do_addbkmk(), striphtml::getch(), CPlucker_base::hyperlink(), CPlucker_base::putSaveData(), and QTReaderApp::updatefileinfo(). |
|
|||||||||
|
Definition at line 103 of file my_list.h. Referenced by QTReaderApp::addAnno(), QTReaderApp::do_addbkmk(), QTReaderApp::do_autogen(), and QTReaderApp::readbkmks(). |
|
|||||
|
Definition at line 20 of file my_list.h. Referenced by CList< Bkmk >::erase(), CList< Bkmk >::last(), CList< Bkmk >::push_back(), and CList< Bkmk >::push_front(). |
|
|||||
|
Definition at line 19 of file my_list.h. Referenced by CList< Bkmk >::begin(), CQueue< tchar >::empty(), CList< Bkmk >::erase(), CList< Bkmk >::first(), CList< Bkmk >::isEmpty(), CList< Bkmk >::operator[](), CList< Bkmk >::pop(), CList< Bkmk >::push_back(), CList< Bkmk >::push_front(), CList< Bkmk >::sort(), and CList< Bkmk >::~CList(). |
1.4.2