The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
wb::future_map_if Struct Reference

#include <manager.hpp>

Public Member Functions

 future_map_if (bool cond)
 

Public Attributes

boost::scoped_ptr< future_mapfuture_map_
 

Detailed Description

Definition at line 256 of file manager.hpp.

Constructor & Destructor Documentation

wb::future_map_if::future_map_if ( bool  cond)
inline

Definition at line 262 of file manager.hpp.

Member Data Documentation

boost::scoped_ptr<future_map> wb::future_map_if::future_map_
Parameters
condIf true, applies the planned unit map for the duration of the struct's life and reverts to real unit map on destruction. No effect if cond == false.

Definition at line 261 of file manager.hpp.


The documentation for this struct was generated from the following file: