![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
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) |
Definition at line 162 of file options.cpp.
| int(* option_int_vtable::def) (const struct option *) |
Definition at line 164 of file options.cpp.
Referenced by option_int_def().
| int(* option_int_vtable::get) (const struct option *) |
Definition at line 163 of file options.cpp.
Referenced by option_int_get().
| int(* option_int_vtable::maximum) (const struct option *) |
Definition at line 166 of file options.cpp.
Referenced by option_int_max().
| int(* option_int_vtable::minimum) (const struct option *) |
Definition at line 165 of file options.cpp.
Referenced by option_int_min().
| bool(* option_int_vtable::set) (struct option *, int) |
Definition at line 167 of file options.cpp.
Referenced by option_int_set().