1 #ifndef __OPENTREP_BAS_UTILITIES_HPP
2 #define __OPENTREP_BAS_UTILITIES_HPP
31 const unsigned short iSplitIdx = 0,
32 const bool iFromBeginningFlag =
true);
35 #endif // __OPENTREP_BAS_UTILITIES_HPP
std::vector< std::string > WordList_T
std::string createStringFromWordList(const WordList_T &iWordList, const unsigned short iSplitIdx, const bool iFromBeginningFlag)
void tokeniseStringIntoWordList(const std::string &iPhrase, WordList_T &ioWordList)