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

Detailed Description

Definition at line 185 of file options.cpp.

Member Data Documentation

◆ def

unsigned(* option_bitwise_vtable::def) (const struct option *)

Definition at line 187 of file options.cpp.

Referenced by option_bitwise_def().

◆ get

unsigned(* option_bitwise_vtable::get) (const struct option *)

Definition at line 186 of file options.cpp.

Referenced by option_bitwise_get().

◆ set

bool(* option_bitwise_vtable::set) (struct option *, unsigned)

Definition at line 189 of file options.cpp.

Referenced by option_bitwise_set().

◆ values

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

Definition at line 188 of file options.cpp.

Referenced by option_bitwise_mask(), and option_bitwise_values().