![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Collaboration diagram for option_bitwise_vtable:Public Attributes | |
| unsigned(* | get )(const struct option *) |
| unsigned(* | def )(const struct option *) |
| const QVector< QString > *(* | values )(const struct option *) |
| bool(* | set )(struct option *, unsigned) |
Definition at line 185 of file options.cpp.
| unsigned(* option_bitwise_vtable::def) (const struct option *) |
Definition at line 187 of file options.cpp.
Referenced by option_bitwise_def().
| unsigned(* option_bitwise_vtable::get) (const struct option *) |
Definition at line 186 of file options.cpp.
Referenced by option_bitwise_get().
| bool(* option_bitwise_vtable::set) (struct option *, unsigned) |
Definition at line 189 of file options.cpp.
Referenced by option_bitwise_set().
Definition at line 188 of file options.cpp.
Referenced by option_bitwise_mask(), and option_bitwise_values().