1 #ifndef __FILETOOLKIT_H__
2 #define __FILETOOLKIT_H__
16 const std::string &
title);
20 const std::string &newLine,
21 const std::string &searchLine);
24 const std::string &newLine,
25 const std::string &searchLine);
30 void Tokenize(
const std::string& str,
31 std::vector< std::string >& tokens,
32 const std::string& delimiters = std::string(
" "));