|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
#include <associate.hpp>
Inherits qi::grammar< Iterator, associate(), skipper< Iterator > >.
Public Member Functions | |
| associate_parser (error_handler< Iterator > &_error_handler) | |
Public Attributes | |
| qi::rule< Iterator, associate(), 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 > > | associate_name |
| qi::rule< Iterator, std::string(), skipper< Iterator > > | associate_filename |
| qi::rule< Iterator, std::string(), skipper< Iterator > > | associate_path |
| qi::rule< Iterator, std::string(), skipper< Iterator > > | associate_description |
| qi::rule< Iterator, std::string(), skipper< Iterator > > | associate_contents |
| qi::rule< Iterator, long(), skipper< Iterator > > | associate_sdds |
| qi::rule< Iterator, ast::nil(), skipper< Iterator > > | associate_unsupported_pre |
| qi::rule< Iterator, ast::nil(), skipper< Iterator > > | associate_unsupported_post |
Definition at line 101 of file associate.hpp.
| SDDS::parser::associate_parser< Iterator >::associate_parser | ( | error_handler< Iterator > & | _error_handler | ) |
Definition at line 30 of file associate_def.hpp.
References SDDS::associate::complainUnsupported< A >::apply(), associate_contents, associate_description, associate_filename, associate_name, associate_parser(), associate_path, associate_sdds, associate_unsupported_post, associate_unsupported_pre, quoted_string, start, and string.
Referenced by associate_parser().
| qi::rule<Iterator, std::string(), skipper<Iterator> > SDDS::parser::associate_parser< Iterator >::associate_contents |
Definition at line 108 of file associate.hpp.
Referenced by associate_parser().
| qi::rule<Iterator, std::string(), skipper<Iterator> > SDDS::parser::associate_parser< Iterator >::associate_description |
Definition at line 107 of file associate.hpp.
Referenced by associate_parser().
| qi::rule<Iterator, std::string(), skipper<Iterator> > SDDS::parser::associate_parser< Iterator >::associate_filename |
Definition at line 107 of file associate.hpp.
Referenced by associate_parser().
| qi::rule<Iterator, std::string(), skipper<Iterator> > SDDS::parser::associate_parser< Iterator >::associate_name |
Definition at line 107 of file associate.hpp.
Referenced by associate_parser().
| qi::rule<Iterator, std::string(), skipper<Iterator> > SDDS::parser::associate_parser< Iterator >::associate_path |
Definition at line 107 of file associate.hpp.
Referenced by associate_parser().
| qi::rule<Iterator, long(), skipper<Iterator> > SDDS::parser::associate_parser< Iterator >::associate_sdds |
Definition at line 109 of file associate.hpp.
Referenced by associate_parser().
| qi::rule<Iterator, ast::nil(), skipper<Iterator> > SDDS::parser::associate_parser< Iterator >::associate_unsupported_post |
Definition at line 111 of file associate.hpp.
Referenced by associate_parser().
| qi::rule<Iterator, ast::nil(), skipper<Iterator> > SDDS::parser::associate_parser< Iterator >::associate_unsupported_pre |
Definition at line 110 of file associate.hpp.
Referenced by associate_parser().
| qi::rule<Iterator, std::string(), skipper<Iterator> > SDDS::parser::associate_parser< Iterator >::quoted_string |
Definition at line 106 of file associate.hpp.
Referenced by associate_parser().
| qi::rule<Iterator, associate(), skipper<Iterator> > SDDS::parser::associate_parser< Iterator >::start |
Definition at line 105 of file associate.hpp.
Referenced by associate_parser().
| qi::rule<Iterator, std::string(), skipper<Iterator> > SDDS::parser::associate_parser< Iterator >::string |
Definition at line 106 of file associate.hpp.
Referenced by associate_parser().