This class implements a STL container with features of both, a std::set and a std::list. More...
#include <mrpt/utils/stl_extensions.h>
Inherits std::list< T >.
Public Member Functions | |
virtual | ~list_searchable () |
void | insert (const T &o) |
std::list< T >::iterator | find (const T &i) |
std::list< T >::const_iterator | find (const T &i) const |
This class implements a STL container with features of both, a std::set and a std::list.
Definition at line 184 of file stl_extensions.h.
virtual mrpt::utils::list_searchable< T >::~list_searchable | ( | ) | [inline, virtual] |
Definition at line 187 of file stl_extensions.h.
std::list<T>::const_iterator mrpt::utils::list_searchable< T >::find | ( | const T & | i | ) | const [inline] |
Definition at line 195 of file stl_extensions.h.
References mrpt::utils::list_searchable< T >::find().
std::list<T>::iterator mrpt::utils::list_searchable< T >::find | ( | const T & | i | ) | [inline] |
Definition at line 191 of file stl_extensions.h.
Referenced by mrpt::utils::list_searchable< T >::find().
void mrpt::utils::list_searchable< T >::insert | ( | const T & | o | ) | [inline] |
Definition at line 189 of file stl_extensions.h.
Page generated by Doxygen 1.6.1 for MRPT 0.7.1 SVN: at Tue Dec 22 08:29:35 CET 2009 |