Add the Python method id to retrieving a unique id for a given object exposed with Boost.Python.
More...
#include <id.hpp>
|
template<class PyClass > |
void | visit (PyClass &cl) const |
|
|
static boost::int64_t | id (const C &self) |
|
template<class C>
struct eigenpy::IdVisitor< C >
Add the Python method id to retrieving a unique id for a given object exposed with Boost.Python.
Definition at line 18 of file id.hpp.
◆ id()
◆ visit()
template<class C >
template<class PyClass >
The documentation for this struct was generated from the following file: