#include <section.hpp>
Public Member Functions | |
definition (Section const &self) | |
Constructor. | |
rule< Scanner > const & | start () const |
The start() member function required by all Spirit grammars. | |
Public Attributes | |
rule< Scanner > | section_ |
rule< Scanner > | section_name_ |
rule< Scanner > | section_ref_ |
rule< Scanner > | block_ |
rule< Scanner > | field_ |
rule< Scanner > | text_id_ |
rule< Scanner > | quoted_binary_ |
rule< Scanner > | identifier_ |
rule< Scanner > | item_ |
rule< Scanner > | condition_ |
rule< Scanner > | conditional_ |
rule< Scanner > | loop_ |
rule< Scanner > | loop_control_ |
rule< Scanner > | loop_start_ |
rule< Scanner > | loop_end_ |
(This inner struct is an example of the "Curiously Recurting Template" pattern.)
|
Constructor.
|
|
The start() member function required by all Spirit grammars.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|