MRPT
1.9.9
|
This class implements a STL container with features of both, a std::set and a std::list.
Definition at line 22 of file list_searchable.h.
#include <mrpt/containers/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 26 of file list_searchable.h.
Referenced by mrpt::hmtslam::CHMTSLAM::LSLAM_process_message_from_AA(), and mrpt::hmtslam::CLocalMetricHypothesis::removeAreaFromLMH().
|
inline |
Definition at line 31 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 39 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 49 of file list_searchable.h.
|
inline |
Definition at line 25 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.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |