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)
 

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 17 of file copyable.hpp.

Member Function Documentation

◆ copy()

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

Definition at line 24 of file copyable.hpp.

◆ visit()

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

Definition at line 19 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 Jun 2 2023 02:10:27