|
FreeLing
3.0
|
#include <prefTree.h>

Classes | |
| struct | ListRec |
| struct | ListRecBase |
| struct | ListRecData |
| struct | ListRecEnd |
Public Member Functions | |
| List () | |
| ListRecBase * | find (const wchar_t c) |
| List * | push (const wchar_t c, bool wordEnd=false, const std::wstring *data=NULL) |
| virtual | ~List () |
Private Attributes | |
| ListRecBase * | begin |
| ListRecBase * | end |
| List::List | ( | ) | [inline] |
Referenced by push().
| List::~List | ( | ) | [virtual] |
References begin, List::ListRecBase::next, and List::ListRecBase::nextList.
| List::ListRecBase * List::find | ( | const wchar_t | c | ) | [inline] |
References begin, List::ListRecBase::next, and List::ListRecBase::symb.
Referenced by PrefTree::findWord(), and push().
| List * List::push | ( | const wchar_t | c, |
| bool | wordEnd = false, |
||
| const std::wstring * | data = NULL |
||
| ) |
References begin, end, find(), List(), List::ListRecBase::next, List::ListRecBase::nextList, and prev.
Referenced by PrefTree::addWord().
ListRecBase* List::begin [private] |
ListRecBase * List::end [private] |
Referenced by push().
1.7.6.1