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

#include <include.hpp>

Inherits 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 73 of file include.hpp.

Constructor & Destructor Documentation

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

Member Data Documentation

template<typename Iterator >
qi::rule<Iterator, std::string(), skipper<Iterator> > SDDS::parser::include_parser< Iterator >::include_filename
template<typename Iterator >
qi::rule<Iterator, std::string(), skipper<Iterator> > SDDS::parser::include_parser< Iterator >::quoted_string
template<typename Iterator >
qi::rule<Iterator, include(), skipper<Iterator> > SDDS::parser::include_parser< Iterator >::start
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: