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

Template implementation file of gum::Sequence, a class for storing (ordered) sequences of objects. More...

Include dependency graph for sequence_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 Key, bool Gen>
INLINE std::ostream & gum::operator<< (std::ostream &stream, const SequenceImplementation< Key, Gen > &seq)
template<typename Key>
INLINE std::ostream & gum::operator<< (std::ostream &stream, const SequenceImplementation< Key, true > &seq)
template<typename Key>
INLINE std::ostream & gum::operator<< (std::ostream &stream, const Sequence< Key > &seq)
 A << operator for displaying the content of the Sequence.

Detailed Description

Template implementation file of gum::Sequence, a class for storing (ordered) sequences of objects.

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

Definition in file sequence_tpl.h.