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
game_logic::formula_input Struct Reference

#include <callable.hpp>

Public Member Functions

 formula_input (const std::string &name, FORMULA_ACCESS_TYPE access=FORMULA_READ_WRITE)
 

Public Attributes

std::string name
 
FORMULA_ACCESS_TYPE access
 

Detailed Description

Definition at line 25 of file callable.hpp.

Constructor & Destructor Documentation

game_logic::formula_input::formula_input ( const std::string name,
FORMULA_ACCESS_TYPE  access = FORMULA_READ_WRITE 
)
inlineexplicit

Definition at line 28 of file callable.hpp.

Member Data Documentation

FORMULA_ACCESS_TYPE game_logic::formula_input::access

Definition at line 27 of file callable.hpp.

Referenced by variant::to_debug_string().

std::string game_logic::formula_input::name

Definition at line 26 of file callable.hpp.

Referenced by variant::to_debug_string().


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