Contains typedefs for the whiteboard. More...
#include "log.hpp"#include <boost/scoped_ptr.hpp>#include <boost/shared_ptr.hpp>#include <boost/weak_ptr.hpp>#include <boost/enable_shared_from_this.hpp>#include <deque>#include <ostream>#include "game_display.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | pathfind |
| namespace | wb |
Defines | |
| #define | ERR_WB LOG_STREAM_INDENT(err, log_whiteboard) |
| #define | WRN_WB LOG_STREAM_INDENT(warn, log_whiteboard) |
| #define | LOG_WB LOG_STREAM_INDENT(info, log_whiteboard) |
| #define | DBG_WB LOG_STREAM_INDENT(debug, log_whiteboard) |
Typedefs | |
| typedef boost::shared_ptr< bool > | wb::whiteboard_lock |
| typedef boost::shared_ptr< arrow > | wb::arrow_ptr |
| typedef boost::shared_ptr < game_display::fake_unit > | wb::fake_unit_ptr |
| typedef boost::shared_ptr< action > | wb::action_ptr |
| typedef boost::shared_ptr < action const > | wb::action_const_ptr |
| typedef boost::weak_ptr< action > | wb::weak_action_ptr |
| typedef std::deque< action_ptr > | wb::action_queue |
| typedef boost::shared_ptr < side_actions > | wb::side_actions_ptr |
| typedef boost::shared_ptr< move > | wb::move_ptr |
| typedef boost::shared_ptr < move const > | wb::move_const_ptr |
| typedef boost::shared_ptr< attack > | wb::attack_ptr |
| typedef boost::shared_ptr < attack const > | wb::attack_const_ptr |
| typedef boost::shared_ptr < recruit > | wb::recruit_ptr |
| typedef boost::shared_ptr < recruit const > | wb::recruit_const_ptr |
| typedef boost::shared_ptr< recall > | wb::recall_ptr |
| typedef boost::shared_ptr < recall const > | wb::recall_const_ptr |
| typedef boost::shared_ptr < suppose_dead > | wb::suppose_dead_ptr |
| typedef boost::shared_ptr < suppose_dead const > | wb::suppose_dead_const_ptr |
Variables | |
| static lg::log_domain | log_whiteboard ("whiteboard") |
Contains typedefs for the whiteboard.
Definition in file typedefs.hpp.
| #define DBG_WB LOG_STREAM_INDENT(debug, log_whiteboard) |
Definition at line 30 of file typedefs.hpp.
Referenced by wb::suppose_dead::apply_temp_modifier(), wb::recruit::apply_temp_modifier(), wb::recall::apply_temp_modifier(), wb::move::apply_temp_modifier(), wb::manager::can_enable_execution_hotkeys(), wb::manager::can_enable_reorder_hotkeys(), wb::side_actions::raw_erase(), events::menu_handler::recall(), wb::move::remove_temp_modifier(), wb::validate_visitor::visit(), and wb::real_map::~real_map().
| #define ERR_WB LOG_STREAM_INDENT(err, log_whiteboard) |
Definition at line 27 of file typedefs.hpp.
Referenced by wb::side_actions::bump_earlier(), and wb::side_actions::queue_action().
| #define LOG_WB LOG_STREAM_INDENT(info, log_whiteboard) |
Definition at line 29 of file typedefs.hpp.
Referenced by wb::move::execute(), wb::manager::print_help_once(), wb::side_actions::queue_action(), wb::manager::save_recall(), wb::manager::save_suppose_dead(), wb::validate_visitor::validate_actions(), and wb::validate_visitor::visit().
| #define WRN_WB LOG_STREAM_INDENT(warn, log_whiteboard) |
Definition at line 28 of file typedefs.hpp.
Referenced by wb::move::calculate_move_cost(), wb::move::execute(), and wb::manager::on_init_side().
lg::log_domain log_whiteboard("whiteboard") [static] |
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:11:11 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |