![]() |
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 boost::any &d) |
template<class T > | |
RDAny & | operator= (const T &d) |
Public Attributes | |
RDValue | m_value |
|
inline |
Definition at line 83 of file RDAny.h.
References RDKit::copy_rdvalue(), and m_value.
|
inline |
Definition at line 87 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue().
Definition at line 94 of file RDAny.h.
References RDKit::copy_rdvalue(), and m_value.
|
inline |
Definition at line 99 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue().
|
inline |
Definition at line 105 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue().
|
inline |
Definition at line 111 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue().
|
inline |
Definition at line 117 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue().
|
inline |
Definition at line 123 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue().
|
inline |
Definition at line 129 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue().
|
inline |
Definition at line 135 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue().
|
inline |
Definition at line 141 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue().
|
inline |
Definition at line 147 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue().
|
inline |
Definition at line 153 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue().
|
inline |
Definition at line 159 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue().
|
inline |
Definition at line 166 of file RDAny.h.
References RDKit::RDValue::cleanup_rdvalue().
RDValue RDKit::RDAny::m_value |
Definition at line 72 of file RDAny.h.
Referenced by RDKit::from_rdany(), operator=(), RDAny(), and RDKit::rdany_cast().