service_discovery
Public Member Functions | List of all members
servicediscovery::List< T * > Class Template Reference

#include <List.hpp>

Inheritance diagram for servicediscovery::List< T * >:

Public Member Functions

std::list< T >::iterator find (T &x)
 

Detailed Description

template<class T>
class servicediscovery::List< T * >

a special case for list of pointers where finding elements is dependent on the pointed object and not the pointer

Member Function Documentation

template<class T >
std::list<T>::iterator servicediscovery::List< T * >::find ( T &  x)
inline

The documentation for this class was generated from the following file: