This class implements a STL container with features of both, a std::set and a std::list.
Definition at line 27 of file list_searchable.h.
#include <mrpt/utils/list_searchable.h>
Public Member Functions | |
void | insert (const T &o) |
std::list< T >::iterator | find (const T &i) |
std::list< T >::const_iterator | find (const T &i) const |
template<typename PTR > | |
std::list< T >::iterator | find_ptr_to (const PTR ptr) |
Finds an element in a list of smart pointers, having "->pointer()", such as it matches a given plain pointer "ptr". More... | |
template<typename PTR > | |
std::list< T >::const_iterator | find_ptr_to (const PTR ptr) const |
Finds an element in a list of smart pointers, having "->pointer()", such as it matches a given plain pointer "ptr". More... | |
Public Attributes | |
T | elements |
STL member. More... | |
|
inline |
Definition at line 32 of file list_searchable.h.
Referenced by mrpt::hmtslam::CHMTSLAM::LSLAM_process_message_from_AA(), and mrpt::hmtslam::CLocalMetricHypothesis::removeAreaFromLMH().
|
inline |
Definition at line 36 of file list_searchable.h.
|
inline |
Finds an element in a list of smart pointers, having "->pointer()", such as it matches a given plain pointer "ptr".
Definition at line 42 of file list_searchable.h.
|
inline |
Finds an element in a list of smart pointers, having "->pointer()", such as it matches a given plain pointer "ptr".
Definition at line 52 of file list_searchable.h.
|
inline |
Definition at line 30 of file list_searchable.h.
Referenced by mrpt::hmtslam::CHMTSLAM::LSLAM_process_message_from_AA(), mrpt::hmtslam::CLocalMetricHypothesis::removeAreaFromLMH(), and mrpt::hmtslam::CLocalMetricHypothesis::updateAreaFromLMH().
|
inherited |
STL member.
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 |