Go to the documentation of this file.
9 #ifndef list_searchable_H
10 #define list_searchable_H
41 template <
typename PTR>
45 if (it->pointer()==ptr)
51 template <
typename PTR>
55 if (it->pointer()==ptr)
EIGEN_STRONG_INLINE iterator begin()
EIGEN_STRONG_INLINE iterator end()
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
const typedef Scalar * const_iterator
EIGEN_STRONG_INLINE void push_back(Scalar val)
Insert an element at the end of the container (for 1D vectors/arrays)
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 ...
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 ...
std::list< T >::iterator find(const T &i)
This class implements a STL container with features of both, a std::set and a std::list.
std::list< T >::const_iterator find(const T &i) const
Page generated by Doxygen 1.8.16 for MRPT 1.4.0 SVN: at Mon Oct 14 23:08:25 UTC 2019 | | |