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

Public Attributes

int(* get )(const struct option *)
 
int(* def )(const struct option *)
 
int(* minimum )(const struct option *)
 
int(* maximum )(const struct option *)
 
bool(* set )(struct option *, int)
 

Detailed Description

Definition at line 162 of file options.cpp.

Member Data Documentation

◆ def

int(* option_int_vtable::def) (const struct option *)

Definition at line 164 of file options.cpp.

Referenced by option_int_def().

◆ get

int(* option_int_vtable::get) (const struct option *)

Definition at line 163 of file options.cpp.

Referenced by option_int_get().

◆ maximum

int(* option_int_vtable::maximum) (const struct option *)

Definition at line 166 of file options.cpp.

Referenced by option_int_max().

◆ minimum

int(* option_int_vtable::minimum) (const struct option *)

Definition at line 165 of file options.cpp.

Referenced by option_int_min().

◆ set

bool(* option_int_vtable::set) (struct option *, int)

Definition at line 167 of file options.cpp.

Referenced by option_int_set().