RDKit
Open-source cheminformatics and machine learning.
Main Page
Namespaces
Classes
Files
File List
File Members
iterator_next.h
Go to the documentation of this file.
1
#ifndef RDKIT_ITERATOR_NEXT_INCLUDED
2
#define RDKIT_ITERATOR_NEXT_INCLUDED
3
4
#if PY_MAJOR_VERSION >= 3
5
#define NEXT_METHOD "__next__"
6
#else
7
#define NEXT_METHOD "next"
8
#endif
9
10
11
#endif
RDBoost
iterator_next.h
Generated on Sat Apr 23 2016 18:49:15 for RDKit by
1.8.11