RDKit
Open-source cheminformatics and machine learning.
|
#include <RDAny.h>
Public Member Functions | |
RDAny () | |
template<class T > | |
RDAny (const T &d) | |
RDAny (const RDAny &rhs) | |
~RDAny () | |
RDAny & | operator= (const RDAny &rhs) |
RDAny & | operator= (float d) |
RDAny & | operator= (int d) |
RDAny & | operator= (unsigned int d) |
RDAny & | operator= (bool d) |
RDAny & | operator= (const std::string &d) |
RDAny & | operator= (const std::vector< double > &d) |
RDAny & | operator= (const std::vector< float > &d) |
RDAny & | operator= (const std::vector< int > &d) |
RDAny & | operator= (const std::vector< unsigned int > &d) |
RDAny & | operator= (const std::vector< std::string > &d) |
RDAny & | operator= (const std::any &d) |
template<class T > | |
RDAny & | operator= (const T &d) |
Public Attributes | |
RDValue | m_value |
Definition at line 84 of file RDAny.h.
References RDKit::copy_rdvalue(), m_value, and RDKit::rdvalue_is().
|
inline |
Definition at line 86 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
Definition at line 116 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
Definition at line 93 of file RDAny.h.
References RDKit::copy_rdvalue(), m_value, and RDKit::rdvalue_is().
Definition at line 158 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
Definition at line 122 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
Definition at line 128 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
Definition at line 134 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
Definition at line 140 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
Definition at line 152 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
Definition at line 146 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
Definition at line 165 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
Definition at line 98 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
Definition at line 104 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
Definition at line 110 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
RDValue RDKit::RDAny::m_value |
Definition at line 72 of file RDAny.h.
Referenced by operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), RDAny(), RDKit::rdany_cast(), RDKit::rdany_cast(), and ~RDAny().