The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
wfl::formula_input Struct Reference

#include <callable_fwd.hpp>

Public Member Functions

 formula_input (const std::string &name, formula_access access=formula_access::read_write)
 

Public Attributes

std::string name
 
formula_access access
 

Detailed Description

Definition at line 34 of file callable_fwd.hpp.

Constructor & Destructor Documentation

◆ formula_input()

wfl::formula_input::formula_input ( const std::string &  name,
formula_access  access = formula_access::read_write 
)
inlineexplicit

Definition at line 35 of file callable_fwd.hpp.

Member Data Documentation

◆ access

formula_access wfl::formula_input::access

Definition at line 39 of file callable_fwd.hpp.

◆ name

std::string wfl::formula_input::name

Definition at line 38 of file callable_fwd.hpp.

Referenced by wfl::builtins::DEFINE_WFL_FUNCTION().


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