OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <associate.hpp>
Inherits boost::spirit::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 Physics::alpha, SDDS::parser::associate_parser< Iterator >::associate_contents, SDDS::parser::associate_parser< Iterator >::associate_description, SDDS::parser::associate_parser< Iterator >::associate_filename, SDDS::parser::associate_parser< Iterator >::associate_name, SDDS::parser::associate_parser< Iterator >::associate_path, SDDS::parser::associate_parser< Iterator >::associate_sdds, SDDS::parser::associate_parser< Iterator >::associate_unsupported_post, SDDS::parser::associate_parser< Iterator >::associate_unsupported_pre, SDDS::parser::associate_parser< Iterator >::quoted_string, SDDS::parser::associate_parser< Iterator >::start, and SDDS::parser::associate_parser< Iterator >::string.
qi::rule<Iterator, std::string(), skipper<Iterator> > SDDS::parser::associate_parser< Iterator >::associate_contents |
Definition at line 108 of file associate.hpp.
Referenced by SDDS::parser::associate_parser< Iterator >::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 SDDS::parser::associate_parser< Iterator >::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 SDDS::parser::associate_parser< Iterator >::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 SDDS::parser::associate_parser< Iterator >::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 SDDS::parser::associate_parser< Iterator >::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 SDDS::parser::associate_parser< Iterator >::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 SDDS::parser::associate_parser< Iterator >::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 SDDS::parser::associate_parser< Iterator >::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 SDDS::parser::associate_parser< Iterator >::associate_parser().
qi::rule<Iterator, associate(), skipper<Iterator> > SDDS::parser::associate_parser< Iterator >::start |
Definition at line 105 of file associate.hpp.
Referenced by SDDS::parser::associate_parser< Iterator >::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 SDDS::parser::associate_parser< Iterator >::associate_parser().