Add the Python method copy to allow a copy of this by calling the copy constructor. More...
#include <copyable.hpp>
Public Member Functions | |
template<class PyClass > | |
void | visit (PyClass &cl) const |
Static Private Member Functions | |
static C | copy (const C &self) |
static C | deepcopy (const C &self, bp::dict) |
Add the Python method copy to allow a copy of this by calling the copy constructor.
Definition at line 18 of file copyable.hpp.
|
inlinestaticprivate |
Definition at line 28 of file copyable.hpp.
|
inlinestaticprivate |
Definition at line 29 of file copyable.hpp.
|
inline |
Definition at line 20 of file copyable.hpp.