Stan
2.5.0
probability, sampling & optimization
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
stan
gm
grammars
whitespace_grammar.hpp
Go to the documentation of this file.
1
#ifndef STAN__GM__PARSER__WHITESPACE_GRAMMAR_HPP
2
#define STAN__GM__PARSER__WHITESPACE_GRAMMAR_HPP
3
4
#include <boost/spirit/include/qi.hpp>
5
6
namespace
stan {
7
8
namespace
gm {
9
10
template
<
typename
Iterator>
11
struct
whitespace_grammar
12
:
public
boost::spirit::qi::grammar<Iterator> {
13
public
:
14
whitespace_grammar
();
15
// private:
16
boost::spirit::qi::rule<Iterator>
whitespace
;
17
};
18
19
20
}
21
22
}
23
24
25
26
#endif
stan::gm::whitespace_grammar::whitespace
boost::spirit::qi::rule< Iterator > whitespace
Definition:
whitespace_grammar.hpp:16
stan::gm::whitespace_grammar
Definition:
whitespace_grammar.hpp:11
stan::gm::whitespace_grammar::whitespace_grammar
whitespace_grammar()
Definition:
whitespace_grammar_def.hpp:13
[
Stan Home Page
]
© 2011–2014, Stan Development Team.