The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes
map.hpp File Reference
#include "utils/reference_counter.hpp"
#include "map/location.hpp"
#include "units/ptr.hpp"
#include <cassert>
#include <list>
#include <map>
#include <boost/unordered_map.hpp>
Include dependency graph for 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 >