RDKit
Open-source cheminformatics and machine learning.
RDKit::Dict::Pair Struct Reference

#include <Dict.h>

Public Member Functions

 Pair ()
 
 Pair (const std::string &s)
 
 Pair (const 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 ( const std::string &  s)
inline

Definition at line 43 of file Dict.h.

◆ Pair() [3/3]

RDKit::Dict::Pair::Pair ( const 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.

Referenced by RDKit::streamReadProp(), RDKit::streamWriteProp(), and RDKit::Dict::update().

◆ val

RDValue RDKit::Dict::Pair::val

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