#include <simfqt/command/FareParserHelper.hpp>
Public Member Functions | |
storeOrigin (FareRuleStruct &) | |
void | operator() (std::vector< char >, boost::spirit::qi::unused_type, boost::spirit::qi::unused_type) const |
Public Attributes | |
FareRuleStruct & | _fareRule |
Store the parsed origin.
Definition at line 49 of file FareParserHelper.hpp.
SIMFQT::FareParserHelper::storeOrigin::storeOrigin | ( | FareRuleStruct & | ioFareRule | ) |
Actor Constructor.
Definition at line 59 of file FareParserHelper.cpp.
void SIMFQT::FareParserHelper::storeOrigin::operator() | ( | std::vector< char > | iChar, |
boost::spirit::qi::unused_type | , | ||
boost::spirit::qi::unused_type | |||
) | const |
Actor Function (functor).
Definition at line 64 of file FareParserHelper.cpp.
References SIMFQT::FareParserHelper::ParserSemanticAction::_fareRule, and SIMFQT::FareRuleStruct::setOrigin().
|
inherited |
Actor Context.
Definition at line 35 of file FareParserHelper.hpp.
Referenced by SIMFQT::FareParserHelper::storeFareId::operator()(), 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()(), 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()().