Public Member Functions | |
WRIngest (const std::string &inputdir, const std::string &filename, const CalendarDate cd=CalendarDate(Time::CurrentTime())) | |
construction function taking 3 parameters:input dirctory, data file name and the time associated with the data file | |
~WRIngest () | |
int | outputXMLDocument (const std::string &, const std::string &) |
output the data table to an XML document taking 2 parameters: output directory and output file name | |
bool | isValid () |
Friends | |
std::ostream & | operator<< (std::ostream &, const WRIngest &) |
code::WRIngest::WRIngest | ( | const std::string & | inputdir, | |
const std::string & | filename, | |||
const CalendarDate | cd = CalendarDate(Time::CurrentTime()) | |||
) |
construction function taking 3 parameters:input dirctory, data file name and the time associated with the data file
code::WRIngest::~WRIngest | ( | ) | [inline] |
bool code::WRIngest::isValid | ( | ) |
int code::WRIngest::outputXMLDocument | ( | const std::string & | , | |
const std::string & | ||||
) |
output the data table to an XML document taking 2 parameters: output directory and output file name
std::ostream& operator<< | ( | std::ostream & | , | |
const WRIngest & | ||||
) | [friend] |