#include "utils/reference_counter.hpp"
#include "map/location.hpp"
#include "units/ptr.hpp"
#include <cassert>
#include <list>
#include <map>
#include <boost/unordered_map.hpp>
Go to the source code of this file.
Classes | |
class | unit_map |
Container associating units to locations. More... | |
struct | unit_map::unit_pod |
The pointer to the unit and a reference counter to record the number of extant iterators pointing to this unit. More... | |
struct | unit_map::standard_iter_types |
struct | unit_map::const_iter_types |
struct | unit_map::iterator_base< iter_types > |