OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Public Member Functions | Public Attributes | List of all members
SDDS::parser::include_parser< Iterator > Struct Template Reference

#include <include.hpp>

Inherits boost::spirit::qi::grammar< Iterator, include(), skipper< Iterator > >.

Public Member Functions

 include_parser (error_handler< Iterator > &_error_handler)
 

Public Attributes

qi::rule< Iterator, include(), skipper< Iterator > > start
 
qi::rule< Iterator, std::string(), skipper< Iterator > > string
 
qi::rule< Iterator, std::string(), skipper< Iterator > > quoted_string
 
qi::rule< Iterator, std::string(), skipper< Iterator > > include_filename
 

Detailed Description

template<typename Iterator>
struct SDDS::parser::include_parser< Iterator >

Definition at line 81 of file include.hpp.

Constructor & Destructor Documentation

◆ include_parser()

template<typename Iterator >
SDDS::parser::include_parser< Iterator >::include_parser ( error_handler< Iterator > &  _error_handler)

Member Data Documentation

◆ include_filename

template<typename Iterator >
qi::rule<Iterator, std::string(), skipper<Iterator> > SDDS::parser::include_parser< Iterator >::include_filename

◆ quoted_string

template<typename Iterator >
qi::rule<Iterator, std::string(), skipper<Iterator> > SDDS::parser::include_parser< Iterator >::quoted_string

◆ start

template<typename Iterator >
qi::rule<Iterator, include(), skipper<Iterator> > SDDS::parser::include_parser< Iterator >::start

◆ string

template<typename Iterator >
qi::rule<Iterator, std::string(), skipper<Iterator> > SDDS::parser::include_parser< Iterator >::string

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