40 #ifndef __OPENFLUID_TOOLS_PROGRESSIVECOLUMNFILEREADER_HPP__    41 #define __OPENFLUID_TOOLS_PROGRESSIVECOLUMNFILEREADER_HPP__    62     std::string m_ColSeparators;
    78                                 const std::string& ColSeparators = 
" \t\r\n");
    88     bool getNextLine(std::string& Line);
    96     bool getNextLine(std::vector<std::string>& Values);
 virtual ~ProgressiveColumnFileReader()
Definition: ProgressiveColumnFileReader.hpp:80
Definition: ProgressiveColumnFileReader.hpp:56
Definition: ApplicationException.hpp:47
#define OPENFLUID_API
Definition: dllexport.hpp:86
std::string m_FileName
Definition: ProgressiveColumnFileReader.hpp:67
std::string getFileName() const
Definition: ProgressiveColumnFileReader.hpp:107