Public Member Functions | Static Private Member Functions | List of all members
eigenpy::CopyableVisitor< C > Struct Template Reference

Add the Python method copy to allow a copy of this by calling the copy constructor. More...

#include <copyable.hpp>

Inheritance diagram for eigenpy::CopyableVisitor< C >:
Inheritance graph
[legend]

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)
 

Detailed Description

template<class C>
struct eigenpy::CopyableVisitor< C >

Add the Python method copy to allow a copy of this by calling the copy constructor.

Definition at line 18 of file copyable.hpp.

Member Function Documentation

◆ copy()

template<class C >
static C eigenpy::CopyableVisitor< C >::copy ( const C &  self)
inlinestaticprivate

Definition at line 28 of file copyable.hpp.

◆ deepcopy()

template<class C >
static C eigenpy::CopyableVisitor< C >::deepcopy ( const C &  self,
bp::dict   
)
inlinestaticprivate

Definition at line 29 of file copyable.hpp.

◆ visit()

template<class C >
template<class PyClass >
void eigenpy::CopyableVisitor< C >::visit ( PyClass &  cl) const
inline

Definition at line 20 of file copyable.hpp.


The documentation for this struct was generated from the following file:


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Apr 26 2024 02:17:35