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

Sets of elements (i.e. More...

#include <iostream>
#include <sstream>
#include <string>
#include <agrum/base/core/debug.h>
#include <agrum/base/core/hashTable.h>
#include <agrum/base/core/list.h>
#include <initializer_list>
#include <agrum/base/core/set_tpl.h>
Include dependency graph for set.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::Set< Key >
 Representation of a set. More...
class  gum::SetIteratorSafe< Key >
 Safe iterators for the Set class. More...
class  gum::SetIterator< Key >
 Unsafe iterators for the Set class. More...
class  gum::HashFunc< Set< T > >
 the hash function for sets of int More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Functions

template<typename Key>
std::ostream & gum::operator<< (std::ostream &, const Set< Key > &)
 A << operator for HashTableList.

Detailed Description

Sets of elements (i.e.

the mathematical notion of a set).

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

Definition in file set.h.