XSeriesProperties.cc
368 Bytes
/*
* XSerieProperties.cc
*
* Created on: 13 déc. 2013
* Author: CS
*/
#include "XSeriesProperties.hh"
namespace plot {
/*
* Dumps properties for test.
*/
void XSeriesProperties::dump(std::ostream& out_, std::string& prefix_){
out_ << "[X SERIES PROPERTIES]" << std::endl;
out_ << prefix_ << "id=" << getId() << std::endl;
}
} /* namespace plot */