MRPT logo

mrpt::utils::list_searchable< T > Class Template Reference

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

List of all members.

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


Detailed Description

template<class T>
class mrpt::utils::list_searchable< T >

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.


Constructor & Destructor Documentation

template<class T >
virtual mrpt::utils::list_searchable< T >::~list_searchable (  )  [inline, virtual]

Definition at line 187 of file stl_extensions.h.


Member Function Documentation

template<class T >
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().

template<class T >
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().

template<class T >
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.5.7.1 for MRPT 0.7.1 SVN: at Mon Aug 17 22:58:25 EDT 2009