1 #ifndef __OPENTREP_BOM_WORDHOLDER_HPP
2 #define __OPENTREP_BOM_WORDHOLDER_HPP
Base class for the Business Object Model (BOM) layer.
Class wrapping utility functions to transform back and forth strings from and into a list of words.
static void tokeniseStringIntoWordList(const TravelQuery_T &, WordList_T &)
static std::string createStringFromWordList(const WordList_T &iWordList)
static void tokeniseDocIntoWordList(const TravelQuery_T &, WordList_T &)
friend class FacWordHolder
std::list< Word_T > WordList_T
std::string TravelQuery_T