Main MRPT website > C++ reference
MRPT logo
Public Types
mrpt::aligned_containers Struct Reference

Detailed Description

Helper types for STL containers with Eigen memory allocators.

#include <mrpt/utils/types.h>

Inheritance diagram for mrpt::aligned_containers:
Inheritance graph
[legend]

List of all members.

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::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

Member Typedef Documentation

Definition at line 138 of file base/include/mrpt/utils/types.h.

typedef std::map<TYPE1,TYPE2,std::less<TYPE1>,Eigen::aligned_allocator<std::pair<const TYPE1,TYPE2> > > mrpt::aligned_containers::map_t

Definition at line 139 of file base/include/mrpt/utils/types.h.

typedef std::multimap<TYPE1,TYPE2,std::less<TYPE1>,Eigen::aligned_allocator<std::pair<const TYPE1,TYPE2> > > mrpt::aligned_containers::multimap_t

Definition at line 140 of file base/include/mrpt/utils/types.h.

typedef std::pair<TYPE1,TYPE2> mrpt::aligned_containers::pair_t

Definition at line 136 of file base/include/mrpt/utils/types.h.

Definition at line 137 of file base/include/mrpt/utils/types.h.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011