RDKit
Open-source cheminformatics and machine learning.
|
#include <Abbreviations.h>
Public Member Functions | |
AbbreviationMatch (std::vector< std::pair< int, int > > matchArg, AbbreviationDefinition abbrevArg) | |
AbbreviationMatch () | |
bool | operator== (const AbbreviationMatch &other) const |
bool | operator!= (const AbbreviationMatch &other) const |
Public Attributes | |
MatchVectType | match |
AbbreviationDefinition | abbrev |
Definition at line 39 of file Abbreviations.h.
|
inline |
Definition at line 42 of file Abbreviations.h.
|
inline |
Definition at line 45 of file Abbreviations.h.
|
inline |
Definition at line 49 of file Abbreviations.h.
|
inline |
Definition at line 46 of file Abbreviations.h.
AbbreviationDefinition RDKit::Abbreviations::AbbreviationMatch::abbrev |
Definition at line 41 of file Abbreviations.h.
Referenced by operator==().
MatchVectType RDKit::Abbreviations::AbbreviationMatch::match |
Definition at line 40 of file Abbreviations.h.
Referenced by operator==().