Helper types for STL containers with Eigen memory allocators.
(in #include <mrpt/utils/aligned_containers.h>)
Definition at line 25 of file aligned_containers.h.
#include <mrpt/utils/aligned_containers.h>
Public Types | |
typedef std::pair< TYPE1, TYPE2 > | pair_t |
typedef std::vector< TYPE1, Eigen::aligned_allocator< TYPE1 > > | vector_t |
typedef std::deque< TYPE1, Eigen::aligned_allocator< TYPE1 > > | deque_t |
typedef std::list< TYPE1, Eigen::aligned_allocator< TYPE1 > > | list_t |
typedef std::map< TYPE1, TYPE2, std::less< TYPE1 >, Eigen::aligned_allocator< std::pair< const TYPE1, TYPE2 > > > | map_t |
typedef std::multimap< TYPE1, TYPE2, std::less< TYPE1 >, Eigen::aligned_allocator< std::pair< const TYPE1, TYPE2 > > > | multimap_t |
typedef std::deque<TYPE1, Eigen::aligned_allocator<TYPE1> > mrpt::aligned_containers< TYPE1, TYPE2 >::deque_t |
Definition at line 29 of file aligned_containers.h.
typedef std::list<TYPE1, Eigen::aligned_allocator<TYPE1> > mrpt::aligned_containers< TYPE1, TYPE2 >::list_t |
Definition at line 30 of file aligned_containers.h.
typedef std::map<TYPE1,TYPE2,std::less<TYPE1>,Eigen::aligned_allocator<std::pair<const TYPE1,TYPE2> > > mrpt::aligned_containers< TYPE1, TYPE2 >::map_t |
Definition at line 31 of file aligned_containers.h.
typedef std::multimap<TYPE1,TYPE2,std::less<TYPE1>,Eigen::aligned_allocator<std::pair<const TYPE1,TYPE2> > > mrpt::aligned_containers< TYPE1, TYPE2 >::multimap_t |
Definition at line 32 of file aligned_containers.h.
typedef std::pair<TYPE1,TYPE2> mrpt::aligned_containers< TYPE1, TYPE2 >::pair_t |
Definition at line 27 of file aligned_containers.h.
typedef std::vector<TYPE1, Eigen::aligned_allocator<TYPE1> > mrpt::aligned_containers< TYPE1, TYPE2 >::vector_t |
Definition at line 28 of file aligned_containers.h.
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |