![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
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>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. | |