41 #ifndef __OPENFLUID_TOOLS_CHRONFILEINTERPOLATOR_HPP__
42 #define __OPENFLUID_TOOLS_CHRONFILEINTERPOLATOR_HPP__
100 std::cout <<
"--------------------------------" << std::endl;
101 for (
const auto& Datum : Data)
103 std::cout << Datum.first.getAsISOString() <<
" -> " << Datum.second << std::endl;
105 std::cout <<
"--------------------------------" << std::endl;
124 return m_InColumnSeparators;
129 m_InColumnSeparators = InColumnSeparators;
134 return m_InCommentChar;
139 m_InCommentChar = InCommentChar;
144 return m_InDateFormat;
149 m_InDateFormat = InDateFormat;
159 return m_OutColumnSeparator;
164 m_OutColumnSeparator = OutColumnSeparator;
169 return m_OutCommentChar;
174 m_OutCommentChar = OutCommentChar;
179 return m_OutDateFormat;
184 m_OutDateFormat = OutDateFormat;
189 return m_OutFilePath;
Class for management of date and time information.
Definition: DateTime.hpp:88
#define OPENFLUID_API
Definition: dllexport.hpp:86
std::uint64_t Duration_t
Definition: TypeDefs.hpp:312
Definition: ApplicationException.hpp:47