RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKit::Abbreviations::AbbreviationMatch Struct Reference

#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
 

Detailed Description

Definition at line 39 of file Abbreviations.h.

Constructor & Destructor Documentation

◆ AbbreviationMatch() [1/2]

RDKit::Abbreviations::AbbreviationMatch::AbbreviationMatch ( std::vector< std::pair< int, int > > matchArg,
AbbreviationDefinition abbrevArg )
inline

Definition at line 42 of file Abbreviations.h.

◆ AbbreviationMatch() [2/2]

RDKit::Abbreviations::AbbreviationMatch::AbbreviationMatch ( )
inline

Definition at line 45 of file Abbreviations.h.

Member Function Documentation

◆ operator!=()

bool RDKit::Abbreviations::AbbreviationMatch::operator!= ( const AbbreviationMatch & other) const
inline

Definition at line 49 of file Abbreviations.h.

◆ operator==()

bool RDKit::Abbreviations::AbbreviationMatch::operator== ( const AbbreviationMatch & other) const
inline

Definition at line 46 of file Abbreviations.h.

References abbrev, and match.

Member Data Documentation

◆ abbrev

AbbreviationDefinition RDKit::Abbreviations::AbbreviationMatch::abbrev

Definition at line 41 of file Abbreviations.h.

Referenced by operator==().

◆ match

MatchVectType RDKit::Abbreviations::AbbreviationMatch::match

Definition at line 40 of file Abbreviations.h.

Referenced by operator==().


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