RDKit
Open-source cheminformatics and machine learning.
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
#endif
RDBoost
iterator_next.h
Generated on Mon Mar 26 2018 11:18:47 for RDKit by
1.8.13