![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Collaboration diagram for option_str_vtable:Public Attributes | |
| const char *(* | get )(const struct option *) |
| const char *(* | def )(const struct option *) |
| const QVector< QString > *(* | values )(const struct option *) |
| bool(* | set )(struct option *, const char *) |
Definition at line 170 of file options.cpp.
| const char*(* option_str_vtable::def) (const struct option *) |
Definition at line 172 of file options.cpp.
Referenced by option_str_def().
| const char*(* option_str_vtable::get) (const struct option *) |
Definition at line 171 of file options.cpp.
Referenced by is_ts_option_unset(), and option_str_get().
| bool(* option_str_vtable::set) (struct option *, const char *) |
Definition at line 174 of file options.cpp.
Referenced by option_str_set().
Definition at line 173 of file options.cpp.
Referenced by option_str_values().