RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKit::Dict::Pair Struct Reference

#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
 

Detailed Description

Definition at line 38 of file Dict.h.

Constructor & Destructor Documentation

◆ Pair() [1/3]

RDKit::Dict::Pair::Pair ( )
inline

Definition at line 42 of file Dict.h.

◆ Pair() [2/3]

RDKit::Dict::Pair::Pair ( std::string s)
inlineexplicit

Definition at line 43 of file Dict.h.

◆ Pair() [3/3]

RDKit::Dict::Pair::Pair ( std::string s,
const RDValue & v )
inline

Definition at line 44 of file Dict.h.

Member Data Documentation

◆ key

std::string RDKit::Dict::Pair::key

Definition at line 39 of file Dict.h.

◆ val

RDValue RDKit::Dict::Pair::val

Definition at line 40 of file Dict.h.

Referenced by RDKit::Dict::update().


The documentation for this struct was generated from the following file: