
Public Member Functions | |
| QDawgPrivate (QIODevice *dev) | |
| bool | ok () const |
| QDawgPrivate (uchar *mem) | |
| QDawgPrivate (QTrie *t) | |
| bool | write (QIODevice *dev) |
| void | dumpWords (int nid=0, int index=0) |
| void | dump (int nid=0, int indent=0) |
| int | countWords (int nid=0) |
| bool | contains (const QString &s, int nid=0, int index=0) const |
| void | appendAllWords (QStringList &list, int nid=0, QString s="") const |
| const QDawg::Node * | root () |
Private Member Functions | |
| void | generateArray (QTrie *t) |
| int | appendToArray (QTrie *t) |
Private Attributes | |
| int | nodes |
| QDawg::Node * | node |
|
|
|
|
|
|
|
|
Definition at line 258 of file qdawg.cpp. References QValueList< T >::begin(), QTrie::clubLeader(), directory, QTrie::distributeKeys(), QValueList< T >::end(), generateArray(), and l. |
|
||||||||||||||||
|
Definition at line 341 of file qdawg.cpp. References i, QDawg::Node::isword, QDawg::Node::let, node, QDawg::Node::offset, and s. Referenced by QDawg::allWords(). |
|
|
Definition at line 367 of file qdawg.cpp. References QValueList< T >::begin(), QTrie::children, QValueList< T >::count(), QValueList< T >::end(), QDawg::Node::islast, QTrie::isword, QDawg::Node::isword, QTrie::key, QDawg::Node::let, node, nodes, QDawg::Node::offset, qWarning(), and s. Referenced by generateArray(). |
|
||||||||||||||||
|
Definition at line 326 of file qdawg.cpp. References FALSE, i, QDawg::Node::isword, QDawg::Node::let, node, QDawg::Node::offset, and TRUE. Referenced by QDawg::contains(). |
|
|
Definition at line 312 of file qdawg.cpp. References i, QDawg::Node::isword, node, QDawg::Node::offset, and t. Referenced by QDawg::countWords(). |
|
||||||||||||
|
Definition at line 298 of file qdawg.cpp. References i, in, QDawg::Node::islast, QDawg::Node::isword, QDawg::Node::let, node, and QDawg::Node::offset. Referenced by QDawg::dump(). |
|
||||||||||||
|
Definition at line 285 of file qdawg.cpp. References i, QDawg::Node::isword, QDawg::Node::let, node, and QDawg::Node::offset. |
|
|
Definition at line 358 of file qdawg.cpp. References appendToArray(), QTrie::collectKeys(), node, and nodes. Referenced by QDawgPrivate(). |
|
|
Definition at line 242 of file qdawg.cpp. References node. Referenced by QDawg::read(). |
|
|
Definition at line 355 of file qdawg.cpp. References node. Referenced by QDawg::root(). |
|
|
Definition at line 276 of file qdawg.cpp. References dawg_sig, IO_Ok, node, nodes, QIODevice::state(), QDataStream::writeBytes(), and QDataStream::writeRawBytes(). Referenced by QDawg::write(). |
|
|
Definition at line 398 of file qdawg.cpp. Referenced by appendAllWords(), appendToArray(), contains(), countWords(), dump(), dumpWords(), generateArray(), ok(), QDawgPrivate(), root(), and write(). |
|
|
Definition at line 397 of file qdawg.cpp. Referenced by appendToArray(), generateArray(), QDawgPrivate(), and write(). |
1.4.2