SimFQT Logo  1.00.4
C++ Simulated Fare Quote System Library
SIMFQT::FareParserHelper::storeOrigin Struct Reference

#include <simfqt/command/FareParserHelper.hpp>

+ Inheritance diagram for SIMFQT::FareParserHelper::storeOrigin:

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
 

Detailed Description

Store the parsed origin.

Definition at line 49 of file FareParserHelper.hpp.

Constructor & Destructor Documentation

◆ storeOrigin()

SIMFQT::FareParserHelper::storeOrigin::storeOrigin ( FareRuleStruct ioFareRule)

Actor Constructor.

Definition at line 58 of file FareParserHelper.cpp.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ _fareRule


The documentation for this struct was generated from the following files: