Freeciv21
Develop your civilization from humble roots to a global empire
option_bool_vtable Struct Reference

Public Attributes

bool(* get )(const struct option *)
 
bool(* def )(const struct option *)
 
bool(* set )(struct option *, bool)
 

Detailed Description

Definition at line 156 of file options.cpp.

Member Data Documentation

◆ def

bool(* option_bool_vtable::def) (const struct option *)

Definition at line 158 of file options.cpp.

Referenced by option_bool_def().

◆ get

bool(* option_bool_vtable::get) (const struct option *)

Definition at line 157 of file options.cpp.

Referenced by option_bool_get().

◆ set

bool(* option_bool_vtable::set) (struct option *, bool)

Definition at line 159 of file options.cpp.

Referenced by option_bool_set().