TvlSim Logo  1.01.6
C++ Simulated Travel-Oriented Distribution System Library
Loading...
Searching...
No Matches
TVLSIM::RDSParameters Struct Reference

#include <tvlsim/bom/RDSParameters.hpp>

+ Inheritance diagram for TVLSIM::RDSParameters:

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
 

Detailed Description

Structure wrapping the Reference Data Set parameters.

Definition at line 13 of file RDSParameters.hpp.

Constructor & Destructor Documentation

◆ RDSParameters() [1/2]

TVLSIM::RDSParameters::RDSParameters ( )

Costructor.

Definition at line 13 of file RDSParameters.cpp.

◆ RDSParameters() [2/2]

TVLSIM::RDSParameters::RDSParameters ( const RDSParameters iRDSParameters)

Definition at line 17 of file RDSParameters.cpp.

◆ ~RDSParameters()

TVLSIM::RDSParameters::~RDSParameters ( )

Destructor.

Definition at line 22 of file RDSParameters.cpp.

Member Function Documentation

◆ getScheduleInputFilename()

const std::string & TVLSIM::RDSParameters::getScheduleInputFilename ( ) const
inline

Get the schedule input filename.

Definition at line 18 of file RDSParameters.hpp.

References _scheduleInputFilename.

◆ setScheduleInputFilename()

void TVLSIM::RDSParameters::setScheduleInputFilename ( const std::string &  iInputFilename)
inline

Set the schedule input filename.

Definition at line 24 of file RDSParameters.hpp.

References _scheduleInputFilename.

◆ toStream()

void TVLSIM::RDSParameters::toStream ( std::ostream &  ioOut) const

Dump a Business Object into an output stream.

Parameters
ostream&the output stream.

Definition at line 26 of file RDSParameters.cpp.

References describe().

◆ fromStream()

void TVLSIM::RDSParameters::fromStream ( std::istream &  ioIn)

Read a Business Object from an input stream.

Parameters
istream&the input stream.

Definition at line 31 of file RDSParameters.cpp.

◆ describe()

const std::string TVLSIM::RDSParameters::describe ( ) const

Display of the structure.

Definition at line 36 of file RDSParameters.cpp.

References _scheduleInputFilename.

Referenced by toStream().

Member Data Documentation

◆ _scheduleInputFilename

std::string TVLSIM::RDSParameters::_scheduleInputFilename

Schedule input filename.

Definition at line 52 of file RDSParameters.hpp.

Referenced by describe(), getScheduleInputFilename(), and setScheduleInputFilename().


The documentation for this struct was generated from the following files: