Helper types for STL containers with Eigen memory allocators.
(in #include <mrpt/utils/aligned_containers.h>)
Definition at line 30 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 34 of file aligned_containers.h.
typedef std::list<TYPE1, Eigen::aligned_allocator<TYPE1> > mrpt::aligned_containers< TYPE1, TYPE2 >::list_t |
Definition at line 35 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 38 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 42 of file aligned_containers.h.
typedef std::pair<TYPE1, TYPE2> mrpt::aligned_containers< TYPE1, TYPE2 >::pair_t |
Definition at line 32 of file aligned_containers.h.
typedef std::vector<TYPE1, Eigen::aligned_allocator<TYPE1> > mrpt::aligned_containers< TYPE1, TYPE2 >::vector_t |
Definition at line 33 of file aligned_containers.h.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |