Add the Python method type_info to query information of a type. More...
#include <type_info.hpp>
Public Member Functions | |
template<class PyClass > | |
void | visit (PyClass &cl) const |
Static Private Member Functions | |
static boost::typeindex::type_index | boost_type_info (const C &self) |
static std::type_index | std_type_info (const C &self) |
Add the Python method type_info to query information of a type.
Definition at line 54 of file type_info.hpp.
|
inlinestaticprivate |
Definition at line 68 of file type_info.hpp.
|
inlinestaticprivate |
Definition at line 72 of file type_info.hpp.
|
inline |
Definition at line 56 of file type_info.hpp.