![]() |
RDKit
Open-source cheminformatics and machine learning.
|
This is the complete list of members for RDKit::Dict, including all inherited members.
clearVal(const std::string &what) | RDKit::Dict | inline |
clearVal(const char *what) | RDKit::Dict | inline |
DataType typedef | RDKit::Dict | |
Dict() | RDKit::Dict | inline |
Dict(const Dict &other) | RDKit::Dict | inline |
fromany(const boost::any &arg) const | RDKit::Dict | |
getVal(const std::string &what, T &res) const | RDKit::Dict | inline |
getVal(const std::string &what) const | RDKit::Dict | inline |
getVal(const char *what, T &res) const | RDKit::Dict | inline |
getVal(const char *what) const | RDKit::Dict | inline |
getVal(const std::string &what, std::string &res) const | RDKit::Dict | |
getVal(const char *what, std::string &res) const | RDKit::Dict | inline |
getValIfPresent(const std::string &what, T &res) const | RDKit::Dict | inline |
getValIfPresent(const char *what, T &res) const | RDKit::Dict | inline |
getValIfPresent(const std::string &what, std::string &res) const | RDKit::Dict | |
getValIfPresent(const char *what, std::string &res) const | RDKit::Dict | inline |
hasVal(const char *what) const | RDKit::Dict | inline |
hasVal(const std::string &what) const | RDKit::Dict | inline |
keys() const | RDKit::Dict | inline |
operator=(const Dict &other) | RDKit::Dict | inline |
reset() | RDKit::Dict | inline |
setVal(const std::string &what, T &val) | RDKit::Dict | inline |
setVal(const char *what, T &val) | RDKit::Dict | inline |
setVal(const std::string &what, const char *val) | RDKit::Dict | inline |
toany(T arg) const | RDKit::Dict |