RDKit
Open-source cheminformatics and machine learning.
RDKit::FMCS::DuplicatedSeedCache Class Reference

#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
 

Detailed Description

Definition at line 18 of file DuplicatedSeedCache.h.

Member Typedef Documentation

§ TValue

Definition at line 20 of file DuplicatedSeedCache.h.

Constructor & Destructor Documentation

§ DuplicatedSeedCache()

RDKit::FMCS::DuplicatedSeedCache::DuplicatedSeedCache ( )
inline

Definition at line 70 of file DuplicatedSeedCache.h.

Member Function Documentation

§ add()

void RDKit::FMCS::DuplicatedSeedCache::add ( const TKey key,
TValue  found = true 
)
inline

§ clear()

void RDKit::FMCS::DuplicatedSeedCache::clear ( )
inline

Definition at line 71 of file DuplicatedSeedCache.h.

§ find()

bool RDKit::FMCS::DuplicatedSeedCache::find ( const TKey key,
TValue value 
) const
inline

§ size()

size_t RDKit::FMCS::DuplicatedSeedCache::size ( ) const
inline

Definition at line 92 of file DuplicatedSeedCache.h.


The documentation for this class was generated from the following file: