Implementation of a map indexed by a dynamic set of integers. More...
#include "IndexSet.h"
#include <tr1/unordered_map>
#include <iostream>
#include <cassert>
#include "cloned_ptr.h"
Go to the source code of this file.
Classes | |
class | IndexMapInit< T > |
Initializing elements in an IndexMap. More... | |
class | IndexMap< T > |
IndexMap<T> implements a generic map indexed by a dynamic index set. More... | |
Functions | |
template<class T > | |
bool | operator== (const IndexMap< T > &map1, const IndexMap< T > &map2) |
Comparing maps, by comparing all the elements. | |
template<class T > | |
bool | operator!= (const IndexMap< T > &map1, const IndexMap< T > &map2) |
Implementation of a map indexed by a dynamic set of integers.