proxsuite-nlp  0.11.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
proxsuite::nlp::python::PolymorphicWrapper< _PyBase, _Base > Struct Template Reference
Inheritance diagram for proxsuite::nlp::python::PolymorphicWrapper< _PyBase, _Base >:
[legend]
Collaboration diagram for proxsuite::nlp::python::PolymorphicWrapper< _PyBase, _Base >:
[legend]

Public Types

using PyBase = _PyBase
 
using Base = _Base
 

Public Member Functions

 PolymorphicWrapper (const PolymorphicWrapper &o)
 
 PolymorphicWrapper (PolymorphicWrapper &&o)=default
 
PolymorphicWrapperoperator= (const PolymorphicWrapper &o)
 
PolymorphicWrapperoperator= (PolymorphicWrapper &&o)=default
 

Detailed Description

template<typename _PyBase, typename _Base>
struct proxsuite::nlp::python::PolymorphicWrapper< _PyBase, _Base >

Definition at line 176 of file polymorphic.hpp.

Member Typedef Documentation

◆ PyBase

template<typename _PyBase, typename _Base>
using proxsuite::nlp::python::PolymorphicWrapper< _PyBase, _Base >::PyBase = _PyBase

Definition at line 177 of file polymorphic.hpp.

◆ Base

template<typename _PyBase, typename _Base>
using proxsuite::nlp::python::PolymorphicWrapper< _PyBase, _Base >::Base = _Base

Definition at line 178 of file polymorphic.hpp.

Constructor & Destructor Documentation

◆ PolymorphicWrapper()

template<typename _PyBase, typename _Base>
proxsuite::nlp::python::PolymorphicWrapper< _PyBase, _Base >::PolymorphicWrapper ( const PolymorphicWrapper< _PyBase, _Base > & o)
inline

Definition at line 181 of file polymorphic.hpp.

Member Function Documentation

◆ operator=()

template<typename _PyBase, typename _Base>
PolymorphicWrapper & proxsuite::nlp::python::PolymorphicWrapper< _PyBase, _Base >::operator= ( const PolymorphicWrapper< _PyBase, _Base > & o)
inline

Definition at line 186 of file polymorphic.hpp.


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