AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
AIRSCHED::OnDParserHelper::OnDParser::definition Struct Reference

#include <airsched/command/OnDParserHelper.hpp>

List of all members.

Public Member Functions

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

Public Attributes

boost::spirit::classic::rule
< ScannerT > 
ond_list
boost::spirit::classic::rule
< ScannerT > 
ond
boost::spirit::classic::rule
< ScannerT > 
segment
boost::spirit::classic::rule
< ScannerT > 
ond_key
boost::spirit::classic::rule
< ScannerT > 
ond_end
boost::spirit::classic::rule
< ScannerT > 
date
boost::spirit::classic::rule
< ScannerT > 
time

Constructor & Destructor Documentation


Member Function Documentation

boost::spirit::classic::rule< ScannerT > const & AIRSCHED::OnDParserHelper::OnDParser::definition::start ( ) const

Entry point of the parser.

Definition at line 330 of file OnDParserHelper.cpp.


Member Data Documentation

boost::spirit::classic::rule<ScannerT> AIRSCHED::OnDParserHelper::OnDParser::definition::ond_list

Definition at line 137 of file OnDParserHelper.hpp.

boost::spirit::classic::rule<ScannerT> AIRSCHED::OnDParserHelper::OnDParser::definition::ond

Definition at line 137 of file OnDParserHelper.hpp.

boost::spirit::classic::rule<ScannerT> AIRSCHED::OnDParserHelper::OnDParser::definition::segment

Definition at line 137 of file OnDParserHelper.hpp.

boost::spirit::classic::rule<ScannerT> AIRSCHED::OnDParserHelper::OnDParser::definition::ond_key

Definition at line 137 of file OnDParserHelper.hpp.

boost::spirit::classic::rule<ScannerT> AIRSCHED::OnDParserHelper::OnDParser::definition::ond_end

Definition at line 137 of file OnDParserHelper.hpp.

boost::spirit::classic::rule<ScannerT> AIRSCHED::OnDParserHelper::OnDParser::definition::date

Definition at line 137 of file OnDParserHelper.hpp.

boost::spirit::classic::rule<ScannerT> AIRSCHED::OnDParserHelper::OnDParser::definition::time

Definition at line 137 of file OnDParserHelper.hpp.


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