JODA
0.13.1 (59b41972)
JSON On-Demand Analysis
libs
joda
core
modules
queryparsing
src
grammar
Choose.h
Go to the documentation of this file.
1
//
2
// Created by Nico on 21/02/2019.
3
//
4
5
#ifndef JODA_CHOOSE_H
6
#define JODA_CHOOSE_H
7
8
#include "../../../../../../../extern/PEGTL/include/tao/pegtl.hpp"
9
10
namespace
joda::queryparsing::grammar
{
11
12
/*
13
* Forward Declaration Actions
14
*/
15
template
<
typename
Rule>
16
struct
chooseExpAction
: tao::pegtl::nothing<Rule> {};
17
18
/*
19
* Keywords
20
*/
21
#ifndef __CLION_IDE__
// Prevent lag from expanding all macros
22
struct
chooseKW
: TAOCPP_PEGTL_KEYWORD("CHOOSE") {};
23
#endif
24
25
}
// namespace joda::queryparsing::grammar
26
27
#endif
// JODA_CHOOSE_H
joda::queryparsing::grammar
joda::queryparsing::grammar::chooseExpAction
Definition:
Choose.h:16
joda::queryparsing::grammar::chooseKW
Definition:
Choose.h:22
Generated by
1.9.1