AirInv Logo  1.00.9
C++ Simulated Airline Inventory Management System Library
Loading...
Searching...
No Matches
AIRINV::FRAT5ParserHelper::FRAT5Parser::definition< ScannerT > Struct Template Reference

#include <airinv/command/FRAT5ParserHelper.hpp>

Public Member Functions

 definition (FRAT5Parser const &self)
 
boost::spirit::classic::rule< ScannerT > const & start () const
 

Public Attributes

boost::spirit::classic::rule< ScannerT > curve_list
 
boost::spirit::classic::rule< ScannerT > not_to_be_parsed
 
boost::spirit::classic::rule< ScannerT > curve
 
boost::spirit::classic::rule< ScannerT > key
 
boost::spirit::classic::rule< ScannerT > map
 
boost::spirit::classic::rule< ScannerT > value_pair
 
boost::spirit::classic::rule< ScannerT > curve_end
 

Detailed Description

template<typename ScannerT>
struct AIRINV::FRAT5ParserHelper::FRAT5Parser::definition< ScannerT >

Definition at line 95 of file FRAT5ParserHelper.hpp.

Constructor & Destructor Documentation

◆ definition()

Member Function Documentation

◆ start()

template<typename ScannerT >
bsc::rule< ScannerT > const & AIRINV::FRAT5ParserHelper::FRAT5Parser::definition< ScannerT >::start ( ) const

Entry point of the parser.

Definition at line 164 of file FRAT5ParserHelper.cpp.

Member Data Documentation

◆ curve_list

template<typename ScannerT >
boost::spirit::classic::rule<ScannerT> AIRINV::FRAT5ParserHelper::FRAT5Parser::definition< ScannerT >::curve_list

Definition at line 99 of file FRAT5ParserHelper.hpp.

◆ not_to_be_parsed

template<typename ScannerT >
boost::spirit::classic::rule<ScannerT> AIRINV::FRAT5ParserHelper::FRAT5Parser::definition< ScannerT >::not_to_be_parsed

Definition at line 100 of file FRAT5ParserHelper.hpp.

◆ curve

template<typename ScannerT >
boost::spirit::classic::rule<ScannerT> AIRINV::FRAT5ParserHelper::FRAT5Parser::definition< ScannerT >::curve

Definition at line 100 of file FRAT5ParserHelper.hpp.

◆ key

template<typename ScannerT >
boost::spirit::classic::rule<ScannerT> AIRINV::FRAT5ParserHelper::FRAT5Parser::definition< ScannerT >::key

Definition at line 100 of file FRAT5ParserHelper.hpp.

◆ map

template<typename ScannerT >
boost::spirit::classic::rule<ScannerT> AIRINV::FRAT5ParserHelper::FRAT5Parser::definition< ScannerT >::map

Definition at line 100 of file FRAT5ParserHelper.hpp.

◆ value_pair

template<typename ScannerT >
boost::spirit::classic::rule<ScannerT> AIRINV::FRAT5ParserHelper::FRAT5Parser::definition< ScannerT >::value_pair

Definition at line 100 of file FRAT5ParserHelper.hpp.

◆ curve_end

template<typename ScannerT >
boost::spirit::classic::rule<ScannerT> AIRINV::FRAT5ParserHelper::FRAT5Parser::definition< ScannerT >::curve_end

Definition at line 100 of file FRAT5ParserHelper.hpp.


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