Freeciv21
Develop your civilization from humble roots to a global empire
option_str_vtable Struct Reference
+ 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 *)
 

Detailed Description

Definition at line 170 of file options.cpp.

Member Data Documentation

◆ def

const char*(* option_str_vtable::def) (const struct option *)

Definition at line 172 of file options.cpp.

Referenced by option_str_def().

◆ get

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().

◆ set

bool(* option_str_vtable::set) (struct option *, const char *)

Definition at line 174 of file options.cpp.

Referenced by option_str_set().

◆ values

const QVector<QString>*(* option_str_vtable::values) (const struct option *)

Definition at line 173 of file options.cpp.

Referenced by option_str_values().