#include <iterator.h>#include <qcstring.h>#include <qdatastream.h>#include <qdatetime.h>#include <qmap.h>#include <qstring.h>#include <qstringlist.h>#include "Base.h"#include "Term.h"#include "Util.h"Go to the source code of this file.
Classes | |
| class | Vocabulary |
Functions | |
| QDataStream & | operator<< (QDataStream &out, const Vocabulary &vocab) |
| QDataStream & | operator>> (QDataStream &in, Vocabulary &vocab) |
| QDataStream& operator<< | ( | QDataStream & | out, | |
| const Vocabulary & | vocab | |||
| ) |
Definition at line 284 of file Vocabulary.cpp.
| QDataStream& operator>> | ( | QDataStream & | in, | |
| Vocabulary & | vocab | |||
| ) |
Definition at line 291 of file Vocabulary.cpp.
1.5.6