|  | 
#include <tools/ProgressiveChronFileReader.hpp>
 
  
 | Public Member Functions | |
| ProgressiveChronFileReader (const std::string &FileName, const std::string &DateFormat="%Y-%m-%dT%H:%M:%S", const std::string &ColSeparators=" \t\r\n") | |
| virtual | ~ProgressiveChronFileReader () | 
| bool | getNextValue (ChronItem_t &Value) | 
|  Public Member Functions inherited from openfluid::tools::ProgressiveColumnFileReader | |
| ProgressiveColumnFileReader (const std::string &FileName, const std::string &ColSeparators=" \t\r\n") | |
| virtual | ~ProgressiveColumnFileReader () | 
| bool | getNextLine (std::string &Line) | 
| bool | getNextLine (std::vector< std::string > &Values) | 
| void | reset () | 
| std::string | getFileName () const | 
| Additional Inherited Members | |
|  Protected Attributes inherited from openfluid::tools::ProgressiveColumnFileReader | |
| std::string | m_FileName | 
| openfluid::tools::ProgressiveChronFileReader::ProgressiveChronFileReader | ( | const std::string & | FileName, | 
| const std::string & | DateFormat = "%Y-%m-%dT%H:%M:%S", | ||
| const std::string & | ColSeparators = " \t\r\n" | ||
| ) | 
| 
 | inlinevirtual | 
| bool openfluid::tools::ProgressiveChronFileReader::getNextValue | ( | ChronItem_t & | Value | ) | 
 1.8.6
 1.8.6