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) | |
void | cleanup () |
Public Attributes | |
std::string | key |
RDValue | val |
RDValue RDKit::Dict::Pair::val |
Definition at line 40 of file Dict.h.
Referenced by RDKit::PairHolder::PairHolder(), RDKit::PairHolder::PairHolder(), RDKit::PairHolder::PairHolder(), RDKit::Dict::update(), and RDKit::PairHolder::~PairHolder().