The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Enumerations
variable_info_detail Namespace Reference

Classes

struct  enable_if_non_const
 
struct  enable_if_non_const< vit_const >
 
struct  maybe_const
 
struct  maybe_const< vit_const, config::child_itors >
 
struct  maybe_const< vit_const, T >
 
struct  variable_info_state
 

Enumerations

enum  variable_info_type { vit_const, vit_create_if_not_existent, vit_throw_if_not_existent }
 
enum  variable_info_state_type { state_start = 0, state_named, state_indexed, state_temporary }
 

Enumeration Type Documentation

Enumerator
state_start 
state_named 
state_indexed 
state_temporary 

Definition at line 25 of file variable_info_detail.hpp.

Enumerator
vit_const 
vit_create_if_not_existent 
vit_throw_if_not_existent 

Definition at line 24 of file variable_info_detail.hpp.