RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
QueryObjects.h
Go to the documentation of this file.
1
//
2
// Copyright (c) 2003-2006 Greg Landrum and Rational Discovery LLC
3
//
4
// @@ All Rights Reserved @@
5
// This file is part of the RDKit.
6
// The contents are covered by the terms of the BSD license
7
// which is included in the file license.txt, found at the root
8
// of the RDKit source tree.
9
//
10
/*!
11
\file QueryObjects.h
12
13
\brief Pulls in all the query types.
14
*/
15
16
#include <
RDGeneral/export.h
>
17
#ifndef __RD_QUERYOBJECTS_H__
18
#define __RD_QUERYOBJECTS_H__
19
20
#include "
Query.h
"
21
22
#include "
EqualityQuery.h
"
23
#include "
LessQuery.h
"
24
#include "
LessEqualQuery.h
"
25
#include "
GreaterQuery.h
"
26
#include "
GreaterEqualQuery.h
"
27
28
#include "
RangeQuery.h
"
29
#include "
SetQuery.h
"
30
31
#include "
AndQuery.h
"
32
#include "
OrQuery.h
"
33
#include "
XOrQuery.h
"
34
35
namespace
Queries
{
36
typedef
enum
{
COMPOSITE_AND
,
COMPOSITE_OR
,
COMPOSITE_XOR
}
CompositeQueryType
;
37
}
38
#endif
AndQuery.h
EqualityQuery.h
GreaterEqualQuery.h
GreaterQuery.h
LessEqualQuery.h
LessQuery.h
OrQuery.h
Query.h
RangeQuery.h
SetQuery.h
XOrQuery.h
export.h
Queries
Definition
AndQuery.h:16
Queries::CompositeQueryType
CompositeQueryType
Definition
QueryObjects.h:36
Queries::COMPOSITE_XOR
@ COMPOSITE_XOR
Definition
QueryObjects.h:36
Queries::COMPOSITE_OR
@ COMPOSITE_OR
Definition
QueryObjects.h:36
Queries::COMPOSITE_AND
@ COMPOSITE_AND
Definition
QueryObjects.h:36
Query
QueryObjects.h
Generated on Mon Sep 30 2024 05:19:34 for RDKit by
1.9.8