TvlSim Logo  1.00.0
C++ Simulated Travel-Oriented Distribution System Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TVLSIM::RDSParameters Struct Reference

#include <tvlsim/bom/RDSParameters.hpp>

+ Inheritance diagram for TVLSIM::RDSParameters:

List of all members.

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

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.


Member Function Documentation

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

Get the schedule input filename.

Definition at line 18 of file RDSParameters.hpp.

References _scheduleInputFilename.

void TVLSIM::RDSParameters::setScheduleInputFilename ( const std::string &  iInputFilename)
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.

Parameters:
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.

Parameters:
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().


Member Data Documentation

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: