Static Public Member Functions | List of all members
eigenpy::PickleVector< VecType > Struct Template Reference

Create a pickle interface for the std::vector. More...

#include <pickle-vector.hpp>

Inheritance diagram for eigenpy::PickleVector< VecType >:
Inheritance graph
[legend]

Static Public Member Functions

static boost::python::tuple getinitargs (const VecType &)
 
static boost::python::tuple getstate (boost::python::object op)
 
static bool getstate_manages_dict ()
 
static void setstate (boost::python::object op, boost::python::tuple tup)
 

Detailed Description

template<typename VecType>
struct eigenpy::PickleVector< VecType >

Create a pickle interface for the std::vector.

Template Parameters
VecTypeVector Type to pickle

Definition at line 19 of file pickle-vector.hpp.

Member Function Documentation

◆ getinitargs()

template<typename VecType >
static boost::python::tuple eigenpy::PickleVector< VecType >::getinitargs ( const VecType &  )
inlinestatic

Definition at line 20 of file pickle-vector.hpp.

◆ getstate()

template<typename VecType >
static boost::python::tuple eigenpy::PickleVector< VecType >::getstate ( boost::python::object  op)
inlinestatic

Definition at line 24 of file pickle-vector.hpp.

◆ getstate_manages_dict()

template<typename VecType >
static bool eigenpy::PickleVector< VecType >::getstate_manages_dict ( )
inlinestatic

Definition at line 42 of file pickle-vector.hpp.

◆ setstate()

template<typename VecType >
static void eigenpy::PickleVector< VecType >::setstate ( boost::python::object  op,
boost::python::tuple  tup 
)
inlinestatic

Definition at line 29 of file pickle-vector.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