OpenStructure
build-2.9.0-doc
stage
include
ost
mol
impl
query_ast_fw.hh
Go to the documentation of this file.
1
//------------------------------------------------------------------------------
2
// This file is part of the OpenStructure project <www.openstructure.org>
3
//
4
// Copyright (C) 2008-2020 by the OpenStructure authors
5
//
6
// This library is free software; you can redistribute it and/or modify it under
7
// the terms of the GNU Lesser General Public License as published by the Free
8
// Software Foundation; either version 3.0 of the License, or (at your option)
9
// any later version.
10
// This library is distributed in the hope that it will be useful, but WITHOUT
11
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
// details.
14
//
15
// You should have received a copy of the GNU Lesser General Public License
16
// along with this library; if not, write to the Free Software Foundation, Inc.,
17
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18
//------------------------------------------------------------------------------
19
#ifndef OST_QUERY_AST_FW_HH
20
#define OST_QUERY_AST_FW_HH
21
22
namespace
ost
{
namespace
mol {
namespace
impl {
23
24
class
WithinParam;
25
class
StringOrRegexParam;
26
class
Node;
27
class
LogicOpNode;
28
class
SelNode;
29
30
typedef
enum
{
31
LOP_OR
,
LOP_AND
32
}
LogicOP
;
33
34
typedef
enum
{
35
COP_EQ
,
COP_NEQ
,
COP_GE
,
COP_LE
,
COP_LT
,
COP_GT
36
}
CompOP
;
37
38
39
}}}
40
41
#endif
ost::mol::impl::CompOP
CompOP
Definition:
query_ast_fw.hh:34
ost::mol::impl::COP_NEQ
@ COP_NEQ
Definition:
query_ast_fw.hh:35
ost::mol::impl::COP_EQ
@ COP_EQ
Definition:
query_ast_fw.hh:35
ost::mol::impl::COP_GE
@ COP_GE
Definition:
query_ast_fw.hh:35
ost::mol::impl::COP_GT
@ COP_GT
Definition:
query_ast_fw.hh:35
ost::mol::impl::COP_LT
@ COP_LT
Definition:
query_ast_fw.hh:35
ost::mol::impl::COP_LE
@ COP_LE
Definition:
query_ast_fw.hh:35
ost::mol::impl::LogicOP
LogicOP
Definition:
query_ast_fw.hh:30
ost::mol::impl::LOP_AND
@ LOP_AND
Definition:
query_ast_fw.hh:31
ost::mol::impl::LOP_OR
@ LOP_OR
Definition:
query_ast_fw.hh:31
ost
Definition:
base.dox:1
Generated by
1.9.1