![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <vector>#include <algorithm>#include <boost/foreach.hpp>#include <boost/cstdint.hpp>Go to the source code of this file.
Classes | |
| struct | Rankers::pairGreater< T1, T2 > |
| functor for implementing > on two std::pairs. The first entries are More... | |
| struct | Rankers::pairLess< T1, T2 > |
| function for implementing < on two std::pairs. The first entries are More... | |
| class | Rankers::argless< T > |
Namespaces | |
| Rankers | |
| Utility functionality used to rank sequences. | |
Functions | |
| template<typename T1 , typename T2 > | |
| void | Rankers::rankVect (const std::vector< T1 > &vect, T2 &res) |
| ranks the entries in a vector More... | |