#include <tvlsim/bom/RDSParameters.hpp>
Public Member Functions | |
const std::string & | getScheduleInputFilename () const |
void | setScheduleInputFilename (const std::string &iInputFilename) |
void | toStream (std::ostream &ioOut) const |
void | fromStream (std::istream &ioIn) |
const std::string | describe () const |
RDSParameters () | |
RDSParameters (const RDSParameters &) | |
~RDSParameters () |
Public Attributes | |
std::string | _scheduleInputFilename |
Structure wrapping the Reference Data Set parameters.
Definition at line 13 of file RDSParameters.hpp.
TVLSIM::RDSParameters::RDSParameters | ( | ) |
Costructor.
Definition at line 13 of file RDSParameters.cpp.
TVLSIM::RDSParameters::RDSParameters | ( | const RDSParameters & | iRDSParameters | ) |
Definition at line 17 of file RDSParameters.cpp.
TVLSIM::RDSParameters::~RDSParameters | ( | ) |
Destructor.
Definition at line 22 of file RDSParameters.cpp.
|
inline |
Get the schedule input filename.
Definition at line 18 of file RDSParameters.hpp.
References _scheduleInputFilename.
|
inline |
Set the schedule input filename.
Definition at line 24 of file RDSParameters.hpp.
References _scheduleInputFilename.
void TVLSIM::RDSParameters::toStream | ( | std::ostream & | ioOut | ) | const |
Dump a Business Object into an output stream.
ostream& | the output stream. |
Definition at line 26 of file RDSParameters.cpp.
References describe().
void TVLSIM::RDSParameters::fromStream | ( | std::istream & | ioIn | ) |
Read a Business Object from an input stream.
istream& | the input stream. |
Definition at line 31 of file RDSParameters.cpp.
const std::string TVLSIM::RDSParameters::describe | ( | ) | const |
Display of the structure.
Definition at line 36 of file RDSParameters.cpp.
References _scheduleInputFilename.
Referenced by toStream().
std::string TVLSIM::RDSParameters::_scheduleInputFilename |
Schedule input filename.
Definition at line 52 of file RDSParameters.hpp.
Referenced by describe(), getScheduleInputFilename(), and setScheduleInputFilename().