Ordered vector of possible destinations. More...
#include <pathfind.hpp>


Public Member Functions | |
| const_iterator | find (const map_location &) const |
| bool | contains (const map_location &) const |
| void | insert (const map_location &) |
| std::vector< map_location > | get_path (const const_iterator &) const |
| Returns the path going from the source point (included) to the destination point j (excluded). | |
Ordered vector of possible destinations.
Definition at line 97 of file pathfind.hpp.
| bool pathfind::paths::dest_vect::contains | ( | const map_location & | loc | ) | const |
Definition at line 400 of file pathfind.cpp.
References find().

| pathfind::paths::dest_vect::const_iterator pathfind::paths::dest_vect::find | ( | const map_location & | loc | ) | const |
Definition at line 364 of file pathfind.cpp.
References lower_bound().
Referenced by contains(), and get_path().


| std::vector< map_location > pathfind::paths::dest_vect::get_path | ( | const const_iterator & | j | ) | const |
Returns the path going from the source point (included) to the destination point j (excluded).
Definition at line 383 of file pathfind.cpp.
References find(), and game_config::path.

| void pathfind::paths::dest_vect::insert | ( | const map_location & | loc | ) |
Definition at line 371 of file pathfind.cpp.
References lower_bound().

| Generated by doxygen 1.7.1 on Fri May 25 2012 01:24:41 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |