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

#include <ast.hpp>

Inherits grammar< Iterator, std::string(), Skipper >.

Public Member Functions

 string ()
 

Public Attributes

boost::spirit::qi::rule
< Iterator, std::string(),
Skipper > 
start
 

Detailed Description

template<typename Iterator, typename Skipper>
struct SDDS::parser::string< Iterator, Skipper >

Definition at line 70 of file ast.hpp.

Constructor & Destructor Documentation

template<typename Iterator , typename Skipper >
SDDS::parser::string< Iterator, Skipper >::string ( )

Definition at line 18 of file ast_def.hpp.

References SDDS::parser::string< Iterator, Skipper >::start.

Member Data Documentation

template<typename Iterator, typename Skipper>
boost::spirit::qi::rule<Iterator, std::string(), Skipper> SDDS::parser::string< Iterator, Skipper >::start

Definition at line 74 of file ast.hpp.

Referenced by SDDS::parser::string< Iterator, Skipper >::string().


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