Documentation for OpenFLUID
2.2.0
|
#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< DataType > &Value) |
bool OPENFLUID_API | getNextValue (ChronItem_t< double > &Value) |
bool OPENFLUID_API | getNextValue (ChronItem_t< std::vector< std::string >> &Value) |
![]() | |
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 | |
![]() | |
std::string | m_FileName |
std::string | m_ColSeparators |
|
inline |
|
inlinevirtual |
bool openfluid::tools::ProgressiveChronFileReader< DataType >::getNextValue | ( | ChronItem_t< DataType > & | Value | ) |
|
inline |
|
inline |