aligator
0.16.0 A versatile and efficient C++ library for real-time constrained trajectory optimization. |
#include </build/source/bindings/python/include/aligator/python/polymorphic.hpp>
Public Types | |
| using | PyBase = _PyBase |
| using | Base = _Base |
Public Member Functions | |
| PolymorphicWrapper ()=default | |
| PolymorphicWrapper (const PolymorphicWrapper &o) | |
| PolymorphicWrapper (PolymorphicWrapper &&o)=default | |
| PolymorphicWrapper & | operator= (const PolymorphicWrapper &o) |
| PolymorphicWrapper & | operator= (PolymorphicWrapper &&o)=default |
Definition at line 186 of file polymorphic.hpp.
| using aligator::python::PolymorphicWrapper< _PyBase, _Base >::PyBase = _PyBase |
Definition at line 187 of file polymorphic.hpp.
| using aligator::python::PolymorphicWrapper< _PyBase, _Base >::Base = _Base |
Definition at line 188 of file polymorphic.hpp.
| default |
| inline |
Definition at line 191 of file polymorphic.hpp.
| default |
| inline |
Definition at line 197 of file polymorphic.hpp.
| default |