eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::PickleMap< Container > Struct Template Reference

Create a pickle interface for the map type. More...

#include <eigenpy/map.hpp>

Inheritance diagram for eigenpy::PickleMap< Container >:
[legend]
Collaboration diagram for eigenpy::PickleMap< Container >:
[legend]

Static Public Member Functions

static void setstate (bp::object op, bp::tuple tup)
Static Public Member Functions inherited from eigenpy::PickleVector< Container >
static boost::python::tuple getinitargs (const Container &)
static boost::python::tuple getstate (boost::python::object op)
static void setstate (boost::python::object op, boost::python::tuple tup)
static bool getstate_manages_dict ()

Detailed Description

template<typename Container>
struct eigenpy::PickleMap< Container >

Create a pickle interface for the map type.

Parameters
[in]ContainerMap type to be pickled
See also
Pickle

Definition at line 84 of file map.hpp.

Member Function Documentation

◆ setstate()

template<typename Container>
void eigenpy::PickleMap< Container >::setstate(bp::objectop,
bp::tupletup )
inlinestatic

Definition at line 85 of file map.hpp.


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