aGrUM  0.14.2
list_tpl.h File Reference

template implementation of chained lists More...

#include <agrum/core/list.h>
+ Include dependency graph for list_tpl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Functions

template<typename Val >
INLINE ListConstIterator< Val >::difference_type gum::operator- (const ListConstIterator< Val > &iter1, const ListConstIterator< Val > &iter2)
 For STL compliance, a distance operator. More...
 
template<typename Val >
INLINE ListConstIteratorSafe< Val >::difference_type gum::operator- (const ListConstIteratorSafe< Val > &iter1, const ListConstIteratorSafe< Val > &iter2)
 For STL compliance, a distance operator. More...
 
template<typename Val >
std::ostream & gum::operator<< (std::ostream &stream, const List< Val > &list)
 

Detailed Description

template implementation of chained lists

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file list_tpl.h.