aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
list_tpl.h File Reference

template implementation of chained lists More...

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

namespace  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.
template<typename Val>
INLINE ListConstIteratorSafe< Val >::difference_type gum::operator- (const ListConstIteratorSafe< Val > &iter1, const ListConstIteratorSafe< Val > &iter2)
 For STL compliance, a distance operator.
template<typename Val>
std::ostream & gum::operator<< (std::ostream &stream, const List< Val > &list)
 an << operator for List

Detailed Description

template implementation of chained lists

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file list_tpl.h.