#include <TripSection.h>
| INTERNAL TripSection::TripSection |
( |
| ) |
|
| TripSection::TripSection |
( |
const TripSection & |
tripSection | ) |
|
Standard copy constructor.
| TripSection::TripSection |
( |
unsigned int |
startBusStopLineOrder, |
|
|
unsigned int |
endBusStopLineOrder, |
|
|
EIssueLogicDefines::TripSectionType |
tripSectionType, |
|
|
long |
oneWayTicketIndexOnCard, |
|
|
unsigned short |
tariffGroupNumber, |
|
|
short |
timeTicketIndex = -1 |
|
) |
| |
Constructs new instance with specified parameters.
| TripSection::~TripSection |
( |
| ) |
|
|
virtual |
Destructor (safe, just clears DataClass.
| unsigned char TripSection::GetContinuousTripOrder |
( |
| ) |
const |
| unsigned int TripSection::GetEndBusStopLineOrder |
( |
| ) |
const |
| long TripSection::GetOneWayTicketIndexOnCard |
( |
| ) |
const |
| unsigned int TripSection::GetStartBusStopLineOrder |
( |
| ) |
const |
| unsigned short TripSection::GetTariffGroupNumber |
( |
| ) |
const |
| short TripSection::GetTimeTicketIndex |
( |
| ) |
const |
| bool TripSection::GetTravelledZones |
( |
const std::list< unsigned long > *& |
travelledZones | ) |
const |
| void TripSection::printToLog |
( |
| ) |
|
| bool TripSection::SetContinuousTripOrder |
( |
unsigned char |
continuousTripOrder | ) |
|
| bool TripSection::SetTravelledZones |
( |
const std::list< unsigned long > & |
travelledZones | ) |
|
The documentation for this class was generated from the following files: