RDKit
Open-source cheminformatics and machine learning.
AcidBaseCatalogUtils.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2018-2021 Susan H. Leung and other RDKit contributors
3 //
4 // @@ All Rights Reserved @@
5 // This file is part of the RDKit.
6 // The contents are covered by the terms of the BSD license
7 // which is included in the file license.txt, found at the root
8 // of the RDKit source tree.
9 //
10 #include <RDGeneral/export.h>
11 #ifndef RD_ACIDBASE_CATALOG_UTILS_H
12 #define RD_ACIDBASE_CATALOG_UTILS_H
13 
14 #include <GraphMol/RDKitBase.h>
15 #include "AcidBaseCatalogParams.h"
18 #include <iostream>
19 
20 namespace RDKit {
21 class ROMol;
22 
23 namespace MolStandardize {
24 class AcidBaseCatalogParams;
25 
26 RDKIT_MOLSTANDARDIZE_EXPORT std::vector<std::pair<ROMOL_SPTR, ROMOL_SPTR>>
27 readPairs(std::string fileName);
28 RDKIT_MOLSTANDARDIZE_EXPORT std::vector<std::pair<ROMOL_SPTR, ROMOL_SPTR>>
29 readPairs(std::istream &inStream, int nToRead = -1);
30 RDKIT_MOLSTANDARDIZE_EXPORT std::vector<std::pair<ROMOL_SPTR, ROMOL_SPTR>>
32  const std::vector<std::tuple<std::string, std::string, std::string>> &data);
33 
34 } // namespace MolStandardize
35 } // namespace RDKit
36 
37 #endif
pulls in the core RDKit functionality
#define RDKIT_MOLSTANDARDIZE_EXPORT
Definition: export.h:313
RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::pair< ROMOL_SPTR, ROMOL_SPTR > > readPairs(std::string fileName)
Std stuff.
Definition: Abbreviations.h:18