![]() |
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 |
|
inline |
Definition at line 42 of file Dict.h.
Referenced by RDKit::PairHolder::PairHolder(), RDKit::PairHolder::PairHolder(), RDKit::PairHolder::PairHolder(), and RDKit::PairHolder::PairHolder().
|
inlineexplicit |
|
inline |
|
inline |
Definition at line 47 of file Dict.h.
References RDKit::RDValue::cleanup_rdvalue(), and val.
| std::string RDKit::Dict::Pair::key |
Definition at line 39 of file Dict.h.
Referenced by Pair(), Pair(), Pair(), RDKit::PairHolder::PairHolder(), RDKit::PairHolder::PairHolder(), and RDKit::PairHolder::PairHolder().
| RDValue RDKit::Dict::Pair::val |
Definition at line 40 of file Dict.h.
Referenced by cleanup(), Pair(), Pair(), Pair(), RDKit::PairHolder::PairHolder(), RDKit::PairHolder::PairHolder(), RDKit::PairHolder::PairHolder(), RDKit::Dict::update(), and RDKit::PairHolder::~PairHolder().