dlvhex
2.5.0
|
#include <iterator>
#include <boost/foreach.hpp>
#include <boost/unordered_map.hpp>
#include "dlvhex2/DynamicVector.h"
Go to the source code of this file.
Data Structures | |
class | insert_set_iterator< T > |
This class implements an insertion iterator for Set according to public std::iterator. More... | |
class | const_set_iterator< T > |
This class implements a const_iterator for Set according to public std::iterator. More... | |
class | set_iterator< T > |
This class implements an iterator for Set according to public std::iterator. More... | |
class | Set< T > |
Data structure for storing sets based on a sorted array. More... | |
struct | SortElement< T > |
Implements a pair of an index and an element. More... | |
class | OrderedSet< T, H > |
Implementation of an ordered set based on boost::unordered_map. More... | |
struct | boost::range_mutable_iterator< Set< T > > |
struct | boost::range_const_iterator< Set< T > > |
Namespaces | |
namespace | boost |