![]() |
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 |
|
inline |
Definition at line 73 of file RDAny.h.
References m_value.
Referenced by operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), and RDAny().
|
inline |
|
inline |
Definition at line 83 of file RDAny.h.
References RDKit::copy_rdvalue(), m_value, and RDAny().
|
inline |
Definition at line 85 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), and m_value.
|
inline |
Definition at line 115 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), m_value, and RDAny().
Definition at line 92 of file RDAny.h.
References RDKit::copy_rdvalue(), m_value, and RDAny().
|
inline |
Definition at line 157 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), m_value, and RDAny().
|
inline |
Definition at line 121 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), m_value, and RDAny().
|
inline |
Definition at line 127 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), m_value, and RDAny().
|
inline |
Definition at line 133 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), m_value, and RDAny().
|
inline |
Definition at line 139 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), m_value, and RDAny().
|
inline |
Definition at line 151 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), m_value, and RDAny().
|
inline |
Definition at line 145 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), m_value, and RDAny().
|
inline |
Definition at line 164 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), m_value, and RDAny().
|
inline |
Definition at line 97 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), m_value, and RDAny().
|
inline |
Definition at line 103 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), m_value, and RDAny().
|
inline |
Definition at line 109 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue(), m_value, and RDAny().
| RDValue RDKit::RDAny::m_value |
Definition at line 71 of file RDAny.h.
Referenced by RDKit::from_rdany(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), RDAny(), RDAny(), RDAny(), RDKit::rdany_cast(), RDKit::rdany_cast(), and ~RDAny().