AirInv Logo  1.00.1
C++ Simulated Airline Inventory Management System library
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

template<typename ScannerT >
AIRINV::FRAT5ParserHelper::FRAT5Parser::definition< ScannerT >::definition ( FRAT5Parser const &  self)

Definition at line 124 of file FRAT5ParserHelper.cpp.

References AIRINV::FRAT5ParserHelper::key_p().

Member Function Documentation

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

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

Definition at line 99 of file FRAT5ParserHelper.hpp.

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

Definition at line 99 of file FRAT5ParserHelper.hpp.

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

Definition at line 99 of file FRAT5ParserHelper.hpp.

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

Definition at line 99 of file FRAT5ParserHelper.hpp.

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

Definition at line 99 of file FRAT5ParserHelper.hpp.

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

Definition at line 99 of file FRAT5ParserHelper.hpp.

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

Definition at line 99 of file FRAT5ParserHelper.hpp.


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