RDKit
Open-source cheminformatics and machine learning.
Main Page
Namespaces
Classes
Files
File List
File Members
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
#ifndef __RD_QUERYOBJECTS_H__
17
#define __RD_QUERYOBJECTS_H__
18
19
#include "
Query.h
"
20
21
#include "
EqualityQuery.h
"
22
#include "
LessQuery.h
"
23
#include "
LessEqualQuery.h
"
24
#include "
GreaterQuery.h
"
25
#include "
GreaterEqualQuery.h
"
26
27
#include "
RangeQuery.h
"
28
#include "
SetQuery.h
"
29
30
#include "
AndQuery.h
"
31
#include "
OrQuery.h
"
32
#include "
XOrQuery.h
"
33
34
namespace
Queries
{
35
typedef
enum
{
36
COMPOSITE_AND
,
37
COMPOSITE_OR
,
38
COMPOSITE_XOR
39
}
CompositeQueryType
;
40
}
41
#endif
Queries
Definition:
AndQuery.h:15
OrQuery.h
Queries::CompositeQueryType
CompositeQueryType
Definition:
QueryObjects.h:35
RangeQuery.h
EqualityQuery.h
Query.h
GreaterQuery.h
AndQuery.h
SetQuery.h
LessEqualQuery.h
Queries::COMPOSITE_XOR
Definition:
QueryObjects.h:38
GreaterEqualQuery.h
Queries::COMPOSITE_AND
Definition:
QueryObjects.h:36
Queries::COMPOSITE_OR
Definition:
QueryObjects.h:37
XOrQuery.h
LessQuery.h
Query
QueryObjects.h
Generated on Sat Apr 23 2016 18:49:15 for RDKit by
1.8.11