#include <simfqt/command/FareParserHelper.hpp>
Public Member Functions | |
storeChangeFees (FareRuleStruct &) | |
void | operator() (char, boost::spirit::qi::unused_type, boost::spirit::qi::unused_type) const |
Public Attributes | |
FareRuleStruct & | _fareRule |
Store the parsed change fees.
Definition at line 170 of file FareParserHelper.hpp.
SIMFQT::FareParserHelper::storeChangeFees::storeChangeFees | ( | FareRuleStruct & | ioFareRule | ) |
Actor Constructor.
Definition at line 295 of file FareParserHelper.cpp.
void SIMFQT::FareParserHelper::storeChangeFees::operator() | ( | char | iChangefees, |
boost::spirit::qi::unused_type | , | ||
boost::spirit::qi::unused_type | |||
) | const |
Actor Function (functor).
Definition at line 300 of file FareParserHelper.cpp.
References SIMFQT::FareParserHelper::ParserSemanticAction::_fareRule, and SIMFQT::FareRuleStruct::setChangeFees().
|
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()(), SIMFQT::FareParserHelper::storeStartRangeTime::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()(), 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()().