RDKit
Open-source cheminformatics and machine learning.
|
#include <DuplicatedSeedCache.h>
Classes | |
class | TKey |
Public Types | |
typedef bool | TValue |
Public Member Functions | |
DuplicatedSeedCache () | |
void | clear () |
bool | find (const TKey &key, TValue &value) const |
void | add (const TKey &key, TValue found=true) |
size_t | size () const |
Definition at line 19 of file DuplicatedSeedCache.h.
Definition at line 21 of file DuplicatedSeedCache.h.
|
inline |
Definition at line 81 of file DuplicatedSeedCache.h.
Definition at line 100 of file DuplicatedSeedCache.h.
References RDKit::FMCS::DuplicatedSeedCache::TKey::getNumAtoms(), and RDKit::rdvalue_is().
|
inline |
Definition at line 82 of file DuplicatedSeedCache.h.
Definition at line 87 of file DuplicatedSeedCache.h.
References RDKit::FMCS::DuplicatedSeedCache::TKey::getNumAtoms(), and RDKit::rdvalue_is().
|
inline |
Definition at line 108 of file DuplicatedSeedCache.h.