#include <cassert>
#include <sstream>
#include <opentrep/basic/BasConst_General.hpp>
#include <opentrep/basic/Utilities.hpp>
#include <opentrep/bom/Filter.hpp>
#include <opentrep/service/Logger.hpp>
Go to the source code of this file.
Namespaces | |
OPENTREP | |
Functions | |
bool | OPENTREP::hasGoodSize (const std::string &iWord, const NbOfLetters_T &iMinWordLength) |
bool | OPENTREP::isBlackListed (const std::string &iWord) |
void | OPENTREP::rtrim (WordList_T &ioWordList, const NbOfLetters_T &iMinWordLength) |
void | OPENTREP::ltrim (WordList_T &ioWordList, const NbOfLetters_T &iMinWordLength) |
void | OPENTREP::trim (WordList_T &ioWordList, const NbOfLetters_T &iMinWordLength) |