40 #ifndef __OPENFLUID_TOOLS_PROGRESSIVECOLUMNFILEREADER_HPP__ 
   41 #define __OPENFLUID_TOOLS_PROGRESSIVECOLUMNFILEREADER_HPP__ 
   50 namespace openfluid { 
namespace tools {
 
   61     std::string m_ColSeparators;
 
   77                                 const std::string& ColSeparators = 
" \t\r\n");
 
   87     bool getNextLine(std::string& Line);
 
   95     bool getNextLine(std::vector<std::string>& Values);
 
Definition: ProgressiveColumnFileReader.hpp:55
std::string m_FileName
Definition: ProgressiveColumnFileReader.hpp:66
std::string getFileName() const 
Definition: ProgressiveColumnFileReader.hpp:106
virtual ~ProgressiveColumnFileReader()
Definition: ProgressiveColumnFileReader.hpp:79
#define OPENFLUID_API
Definition: dllexport.hpp:87