![]() |
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 41 of file Abbreviations.h.
|
inline |
Definition at line 44 of file Abbreviations.h.
Referenced by operator!=(), and operator==().
|
inline |
Definition at line 47 of file Abbreviations.h.
|
inline |
Definition at line 51 of file Abbreviations.h.
References AbbreviationMatch().
|
inline |
Definition at line 48 of file Abbreviations.h.
References abbrev, AbbreviationMatch(), and match.
| AbbreviationDefinition RDKit::Abbreviations::AbbreviationMatch::abbrev |
Definition at line 43 of file Abbreviations.h.
Referenced by AbbreviationMatch(), AbbreviationMatch(), and operator==().
| MatchVectType RDKit::Abbreviations::AbbreviationMatch::match |
Definition at line 42 of file Abbreviations.h.
Referenced by AbbreviationMatch(), AbbreviationMatch(), and operator==().