RDKit
Open-source cheminformatics and machine learning.
|
#include <Dict.h>
Public Member Functions | |
Pair () | |
Pair (std::string s) | |
Pair (std::string s, const RDValue &v) | |
Public Attributes | |
std::string | key |
RDValue | val |
RDValue RDKit::Dict::Pair::val |
Definition at line 40 of file Dict.h.
Referenced by RDKit::Dict::update().