#include <simfqt/command/FareParserHelper.hpp>
Inheritance diagram for SIMFQT::FareParserHelper::storeStartRangeTime:Public Member Functions | |
| storeStartRangeTime (FareRuleStruct &) | |
| void | operator() (boost::spirit::qi::unused_type, boost::spirit::qi::unused_type, boost::spirit::qi::unused_type) const |
Public Attributes | |
| FareRuleStruct & | _fareRule |
Store the parsed start range time.
Definition at line 100 of file FareParserHelper.hpp.
| SIMFQT::FareParserHelper::storeStartRangeTime::storeStartRangeTime | ( | FareRuleStruct & | ioFareRule | ) |
Actor Constructor.
Definition at line 150 of file FareParserHelper.cpp.
| void SIMFQT::FareParserHelper::storeStartRangeTime::operator() | ( | boost::spirit::qi::unused_type | , |
| boost::spirit::qi::unused_type | , | ||
| boost::spirit::qi::unused_type | |||
| ) | const |
Actor Function (functor).
Definition at line 155 of file FareParserHelper.cpp.
References SIMFQT::FareParserHelper::ParserSemanticAction::_fareRule, SIMFQT::FareRuleStruct::_itSeconds, SIMFQT::FareRuleStruct::calculateTime(), and SIMFQT::FareRuleStruct::setTimeRangeStart().
|
inherited |
Actor Context.
Definition at line 35 of file FareParserHelper.hpp.
Referenced by SIMFQT::FareParserHelper::storeFareId::operator()(), SIMFQT::FareParserHelper::storeOrigin::operator()(), SIMFQT::FareParserHelper::storeDestination::operator()(), SIMFQT::FareParserHelper::storeTripType::operator()(), SIMFQT::FareParserHelper::storeDateRangeStart::operator()(), SIMFQT::FareParserHelper::storeDateRangeEnd::operator()(), operator()(), SIMFQT::FareParserHelper::storeEndRangeTime::operator()(), SIMFQT::FareParserHelper::storePOS::operator()(), SIMFQT::FareParserHelper::storeCabinCode::operator()(), SIMFQT::FareParserHelper::storeChannel::operator()(), SIMFQT::FareParserHelper::storeAdvancePurchase::operator()(), SIMFQT::FareParserHelper::storeSaturdayStay::operator()(), SIMFQT::FareParserHelper::storeChangeFees::operator()(), SIMFQT::FareParserHelper::storeNonRefundable::operator()(), SIMFQT::FareParserHelper::storeMinimumStay::operator()(), SIMFQT::FareParserHelper::storeFare::operator()(), SIMFQT::FareParserHelper::storeAirlineCode::operator()(), SIMFQT::FareParserHelper::storeClass::operator()(), and SIMFQT::FareParserHelper::doEndFare::operator()().
1.8.1.1