RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
SmilesJSONParsers.h
Go to the documentation of this file.
1//
2// Copyright (C) 2024 Novartis Biomedical Research 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
11#pragma once
12
13#include "SmilesWrite.h"
14
15namespace RDKit {
16
18 SmilesWriteParams &params, const std::string &details_json);
20 SmilesWriteParams &params, const char *details_json);
22 std::uint32_t &cxSmilesFields, unsigned int &restoreBondDirs,
23 const std::string &details_json);
25 std::uint32_t &cxSmilesFields, unsigned int &restoreBondDirs,
26 const char *details_json);
27
28} // end namespace RDKit
#define RDKIT_SMILESPARSE_EXPORT
Definition export.h:505
Std stuff.
bool rdvalue_is(const RDValue_cast_t)
RDKIT_SMILESPARSE_EXPORT void updateCXSmilesFieldsFromJSON(std::uint32_t &cxSmilesFields, unsigned int &restoreBondDirs, const std::string &details_json)
RDKIT_SMILESPARSE_EXPORT void updateSmilesWriteParamsFromJSON(SmilesWriteParams &params, const std::string &details_json)